소스 검색

新增字段

lichao 3 년 전
부모
커밋
02635703fb
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      src/views/basicData/productInformation/detailsPageEdit.vue

+ 5 - 0
src/views/basicData/productInformation/detailsPageEdit.vue

@@ -274,6 +274,11 @@ export default {
             span: 8
           },
           {
+            label: "积分倍数",
+            prop: "a",
+            span: 8
+          },
+          {
             label: "备注",
             prop: "remarks",
             type: "textarea",