Browse Source

批量入库列表字段修改

renmy 3 years ago
parent
commit
722283a109
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/device/storage/warehousing.vue

+ 3 - 3
src/views/device/storage/warehousing.vue

@@ -52,9 +52,9 @@
         </template>
       </el-table-column>
 
-      <el-table-column label="产品规格" prop="model" width="80">
+      <el-table-column label="产品规格" prop="model">
         <template slot-scope="scope">
-          {{ scope.row.packTitle }}
+          {{ scope.row.specTitle }}
         </template>
       </el-table-column>
 
@@ -66,7 +66,7 @@
 
 			<el-table-column label="状态">
         <template slot-scope="scope">
-          {{ scope.row.address }}
+          {{ scope.row.statusTitle }}
         </template>
       </el-table-column>