6.28(优化

This commit is contained in:
Hong
2024-06-28 21:36:52 +08:00
parent 55cd17842a
commit 4af9fb6e17
2 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@
</el-form-item>
<el-form-item label="分佣平台" prop="status">
<el-select v-model="tableFrom.platformId" filterable remote reserve-keyword placeholder="请输入分佣平台"
:remote-method="remoteMethod" :loading="loading">
:remote-method="remoteMethod" :loading="loading" clearable>
<el-option v-for="item in options" :key="item.id" :label="item.name" :value="item.id">
</el-option>
</el-select>
@@ -79,7 +79,7 @@
<el-dialog title="导入" :visible.sync="carExpListOpen" width="25%" :before-close="handleClose">
<div>
<el-select v-model="tableFrom.platformId" filterable remote reserve-keyword placeholder="请输入导入平台"
:remote-method="remoteMethod" :loading="loading">
:remote-method="remoteMethod" :loading="loading" clearable>
<el-option v-for="item in options" :key="item.id" :label="item.name" :value="item.id">
</el-option>
</el-select>

View File

@@ -13,7 +13,7 @@
</el-form-item>
<el-form-item label="分佣平台" prop="status">
<el-select v-model="tableFrom.platformId" filterable remote reserve-keyword placeholder="请输入分佣平台"
:remote-method="remoteMethod" :loading="loading">
:remote-method="remoteMethod" :loading="loading" clearable>
<el-option v-for="item in options" :key="item.id" :label="item.name" :value="item.id">
</el-option>
</el-select>
@@ -84,7 +84,7 @@
<el-dialog title="导入" :visible.sync="carExpListOpen" width="25%" :before-close="handleClose">
<div>
<el-select v-model="tableFrom.platformId" filterable remote reserve-keyword
placeholder="请输入导入平台" :remote-method="remoteMethod" :loading="loading">
placeholder="请输入导入平台" :remote-method="remoteMethod" :loading="loading" clearable>
<el-option v-for="item in options" :key="item.id" :label="item.name" :value="item.id">
</el-option>
</el-select>