Tang il y a 3 ans
Parent
commit
ebdabd39be

+ 2 - 0
src/views/resource/bankManagement/testPaperManagement/addPaper/topicAddPaper/index.vue

@@ -739,6 +739,7 @@ export default {
           prop: "type",
           hidden: true,
           scope: "topic",
+          width:"140px"
         },
         {
           label: "标题前缀",
@@ -767,6 +768,7 @@ export default {
           prop: "publishStatus",
           hidden: true,
           scope: "fabStatus",
+          width:"140px"
         },
       ],
       tableData: [],

+ 2 - 1
src/views/resource/bankManagement/testPaperManagement/editPaper/topicEditPaper/index.vue

@@ -742,12 +742,12 @@ export default {
           prop: "type",
           hidden: true,
           scope: "topic",
+          width:"140px"
         },
         {
           label: "标题前缀",
           prop: "prefixName",
           hidden: true,
-          width: "160px",
         },
         {
           label: "题目详细",
@@ -770,6 +770,7 @@ export default {
           prop: "publishStatus",
           hidden: true,
           scope: "fabStatus",
+          width:"140px"
         },
       ],
       tableData: [],