Ver código fonte

增加字段

lichao 3 anos atrás
pai
commit
f220bf88d7

+ 25 - 0
src/views/basicData/customerInformation/detailsPageEdit.vue

@@ -96,6 +96,7 @@
                   v-model="form[item.prop]"
                   size="small"
                   autocomplete="off"
+                  :disabled="item.disabled"
                 ></el-input>
               </el-form-item>
             </el-col>
@@ -613,6 +614,30 @@ export default {
             }
           },
           {
+            label: "总返利",
+            prop: "profitReturn",
+            disabled: true,
+            span: 8
+          },
+          {
+            label: "已用返利",
+            prop: "usedProfit",
+            disabled: true,
+            span: 8
+          },
+          {
+            label: "可用返利",
+            prop: "surplusProfit",
+            disabled: false,
+            span: 8
+          },
+          {
+            label: "可用返利",
+            prop: "monthProfit",
+            disabled: true,
+            span: 8
+          },
+          {
             label: "备注",
             prop: "remarks",
             span: 24,