接口调试
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="12" :offset="0">
|
||||
<el-form-item label="提成方案" prop="planId">
|
||||
<el-select v-model="formData.planId" placeholder="请选择" filterable>
|
||||
<el-select v-model="formData.planId" placeholder="请选择" filterable clearable>
|
||||
<el-option
|
||||
v-for="item in planOptions"
|
||||
:key="item.percentageId"
|
||||
|
||||
Reference in New Issue
Block a user