guoyujia 11 months ago
parent
commit
147237e78f
1 changed files with 4 additions and 5 deletions
  1. 4 5
      src/views/business/daywork/sortForm.vue

+ 4 - 5
src/views/business/daywork/sortForm.vue

@@ -205,7 +205,7 @@
             prop="type"
             label="分选检查类型"
             align="center"
-            width="300px"
+            width="150px"
           >
             <template #default="scope">
               <el-select
@@ -248,7 +248,6 @@
             prop="reason"
             label="检查结果"
             align="center"
-            width="300px"
           >
             <template #default="scope">
               <el-input
@@ -256,13 +255,13 @@
                 placeholder="请输入检查结果"
                 :disabled="!editStatus || !currentDept"
                 :clearable="true"
-                style="width: 220px; margin-left: 8px"
+                style="margin-left: 8px;"
               />
             </template>
           </el-table-column>
           <el-table-column
             label="废品数量"
-            width="160px"
+            width="130px"
             prop="rejectNum"
             align="center"
           >
@@ -278,7 +277,7 @@
             </template>
           </el-table-column>
 
-          <el-table-column fixed="right" label="操作" align="center">
+          <el-table-column fixed="right" label="操作" align="center" width="80px">
             <template #default="scope">
               <el-button
                 link