zhulizhen1111 4 năm trước cách đây
mục cha
commit
3e121ec49c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/equipment/table/djspTable.vue

+ 2 - 2
src/views/equipment/table/djspTable.vue

@@ -32,8 +32,8 @@
             <el-table-column prop='meterbox' label='商铺电表数' width='200'>
                 <template slot-scope='{row}'>{{row.meterbox || '--'}}</template>
             </el-table-column>
-            <el-table-column prop='shopsnum' label='商铺编号' width='200'>
-                <template slot-scope='{row}'>{{row.shopsnum || '--'}}</template>
+            <el-table-column prop='shopsnum' label='商铺编号' >
+                <template slot-scope='{row}'>{{row.shopsnumList || '--'}}</template>
             </el-table-column>
         </el-table>
         <div class='foot'></div>