Browse Source

fiex:修复BUG

Tang 3 năm trước cách đây
mục cha
commit
9ed65ec2b8

+ 1 - 0
src/views/Marketing/goods/commodityManageMent/add/index.vue

@@ -1866,6 +1866,7 @@ export default {
       //   题库商品表格数据------------------------------------------------------------------------start
       tableSetTSB2: [
         { label: "排序", prop: "sort", scope: "inputs", width: "100" },
+        { label: "题卷编码", prop: "code", width: "150" },
         { label: "题卷名称", prop: "name", width: "300" },
         { label: "科目", prop: "subjectName", width: "130" },
         {

+ 1 - 0
src/views/Marketing/goods/commodityManageMent/edit/index.vue

@@ -1871,6 +1871,7 @@ export default {
       //   题库商品表格数据------------------------------------------------------------------------start
       tableSetTSB2: [
         { label: "排序", prop: "sort", scope: "inputs", width: "100" },
+        { label: "题卷编码", prop: "code", width: "150" },
         { label: "题卷名称", prop: "name", width: "300" },
         { label: "科目", prop: "subjectName", width: "130" },
         {