Kaynağa Gözat

fiex:批量导入预约-登入更改报错原因字段宽度

Tang 3 yıl önce
ebeveyn
işleme
65e265fd91

+ 1 - 0
src/views/education/examManagement/applicationData/bulkImportPlan/newRegister.vue

@@ -292,6 +292,7 @@ export default {
           label: "出错原因",
           prop: "cause",
           hidden: true,
+          width:"260px"
         },
       ],
     };

+ 2 - 0
src/views/education/examManagement/applicationData/bulkImportPlan/newYY.vue

@@ -250,7 +250,9 @@ export default {
         {
           label: "出错原因",
           prop: "cause",
+          width:"",
           hidden: true,
+          width:"260px"
         },
       ],
     };