Commit 621cf0867053b6d6e228d003c45381aa4e8fb173

Authored by ww
1 parent 5eaae6c3

fix: max value && min value description error

... ... @@ -6231,8 +6231,8 @@ DataFormatPanel.prototype.addDataFont = function (container) {
6231 6231 <table class="layui-table" >
6232 6232 <thead>
6233 6233 <tr>
6234   - <th style="text-align:center">最小值(<=)</th>
6235   - <th style="text-align:center">最大值(>=)</th>
  6234 + <th style="text-align:center">最小值(>=)</th>
  6235 + <th style="text-align:center">最大值(<=)</th>
6236 6236 <th style="text-align:center">对应图片</th>
6237 6237 <!-- <th style="text-align:center">对应的颜色</th>-->
6238 6238 <th style="text-align:center">操作</th>
... ... @@ -7219,8 +7219,8 @@ DataFormatPanel.prototype.addDataFont = function (container) {
7219 7219 <thead>
7220 7220 <tr>
7221 7221 ${IS_DISPLAY ? '<th style="text-align:center">类型</th>' : ''}
7222   - <th style="text-align:center">最小值(<=)</th>
7223   - <th style="text-align:center">最大值(>=)</th>
  7222 + <th style="text-align:center">最小值(>=)</th>
  7223 + <th style="text-align:center">最大值(<=)</th>
7224 7224 <th style="text-align:center">操作</th>
7225 7225 </tr>
7226 7226 </thead>
... ...