|
@@ -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")}-->
|