This commit is contained in:
@@ -278,7 +278,7 @@
|
||||
// 响应式表单数据
|
||||
const formFilters = reactive({ ...initialSearchState })
|
||||
|
||||
// 店铺和企业列表
|
||||
// 店铺和企业列表
|
||||
const shopList = ref<any[]>([])
|
||||
const enterpriseList = ref<any[]>([])
|
||||
|
||||
@@ -359,7 +359,18 @@
|
||||
filterable: true,
|
||||
remote: true,
|
||||
remoteMethod: handleShopSearch,
|
||||
placeholder: '请输入店铺名称搜索'
|
||||
placeholder: '请输入店铺名称搜索',
|
||||
reserveKeyword: true
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '状态',
|
||||
prop: 'status',
|
||||
type: 'select',
|
||||
options: STATUS_SELECT_OPTIONS,
|
||||
config: {
|
||||
clearable: true,
|
||||
placeholder: '请选择状态'
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -375,17 +386,8 @@
|
||||
filterable: true,
|
||||
remote: true,
|
||||
remoteMethod: handleEnterpriseSearch,
|
||||
placeholder: '请输入企业名称搜索'
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '状态',
|
||||
prop: 'status',
|
||||
type: 'select',
|
||||
options: STATUS_SELECT_OPTIONS,
|
||||
config: {
|
||||
clearable: true,
|
||||
placeholder: '请选择状态'
|
||||
placeholder: '请输入企业名称搜索',
|
||||
reserveKeyword: true
|
||||
}
|
||||
}
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user