gjy 2 년 전
부모
커밋
23c2d4ca9c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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="netWeight" label="净重(公斤)" width="100"></el-table-column>
                 <el-table-column prop="status" label="状态"></el-table-column>
                 <el-table-column prop="status" label="状态"></el-table-column>
                 <el-table-column prop="updateDate" 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">
                     <template scope="scope">
                         <el-button @click="printInfo(scope.row)" >打印</el-button>
                         <el-button @click="printInfo(scope.row)" >打印</el-button>
                         <el-button @click="deleteInfo(scope.row)" v-if="scope.row.status == '待称皮重'">删除</el-button>
                         <el-button @click="deleteInfo(scope.row)" v-if="scope.row.status == '待称皮重'">删除</el-button>