소스 검색

fiex:修复BUG

Tang 3 년 전
부모
커밋
9ed65ec2b8
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/Marketing/goods/commodityManageMent/add/index.vue
  2. 1 0
      src/views/Marketing/goods/commodityManageMent/edit/index.vue

+ 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" },
         {