接口调试

This commit is contained in:
qsh
2024-07-23 11:45:55 +08:00
parent 9dada27bd0
commit 3aa44fa60a
5 changed files with 34 additions and 11 deletions

View File

@@ -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"