CRM:优化合同列表界面

This commit is contained in:
YunaiV
2024-02-04 12:10:49 +08:00
parent 3ad68c3227
commit 6d0231d409
2 changed files with 75 additions and 19 deletions

View File

@@ -22,7 +22,7 @@
v-for="item in customerList"
:key="item.id"
:label="item.name"
:value="item.id"
:value="item.id!"
/>
</el-select>
</el-form-item>