Explorar el Código

云模盒修改

sunyadv hace 5 años
padre
commit
3092576df8
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      ys_vue/src/views/base/allocation.vue

+ 1 - 3
ys_vue/src/views/base/allocation.vue

@@ -42,9 +42,7 @@
         <el-table :data="allocations" :height="tableHeight" highlight-current-row v-loading="listLoading" @selection-change="handleSelectionChange" style="width: 100%;">
             <el-table-column type="selection" width="50"></el-table-column>
             <el-table-column type="index" width="60"></el-table-column>
-            <el-table-column prop="equipmentNo" label="云模盒编号" width="180" sortable>
-                <template slot-scope="scope">12345678998765432132</template>
-            </el-table-column>
+            <el-table-column prop="equipmentNo" label="云模盒编号" width="180" sortable></el-table-column>
             <el-table-column prop="hillNumber" label="电量" width="80" align="center" sortable></el-table-column>
             <el-table-column prop="useLife" label="使用年限" width="100" align="center" sortable>
                 <template slot-scope="scope">{{scope.row.useLife}}年</template>