gjy %!s(int64=2) %!d(string=hai) anos
pai
achega
23c2d4ca9c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/warehousenew/dryRecord.vue

+ 1 - 1
src/views/warehousenew/dryRecord.vue

@@ -57,7 +57,7 @@
                 <el-table-column prop="netWeight" label="净重(公斤)" width="100"></el-table-column>
                 <el-table-column prop="status" label="状态"></el-table-column>
                 <el-table-column prop="updateDate" label="检斤时间"></el-table-column>
-                <el-table-column label="操作">
+                <el-table-column label="操作"  width="200">
                     <template scope="scope">
                         <el-button @click="printInfo(scope.row)" >打印</el-button>
                         <el-button @click="deleteInfo(scope.row)" v-if="scope.row.status == '待称皮重'">删除</el-button>