@@ -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",
+ label: "可用返利",
+ prop: "surplusProfit",
+ disabled: false,
+ prop: "monthProfit",
label: "备注",
prop: "remarks",
span: 24,