Browse Source

sunguidong

sgd521 2 years ago
parent
commit
237630a0ef
1 changed files with 5 additions and 0 deletions
  1. 5 0
      application/store/view/macroscopic_new/index.html

+ 5 - 0
application/store/view/macroscopic_new/index.html

@@ -25,6 +25,8 @@
             <th class='text-left nowrap'>市</th>
             <th class='text-left nowrap'>区/县</th>
             <th class='text-left nowrap'>指数结果</th>
+            <th class='text-left nowrap'>数据标签</th>
+
 
 
             <th class='text-left  nowrap'>操作</th>
@@ -57,6 +59,9 @@
             <td class='text-left nowrap'>
                 {$vo.result|default=''}
             </td>
+            <td class='text-left nowrap'>
+                {$vo.label|default=''}
+            </td>
 
             <td class='text-left  nowrap'  style="width: 20%">
 <!--                {if auth("store/macroscopic/edit")}-->