This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
v-model:filter="searchForm"
|
||||
:items="searchFormItems"
|
||||
show-expand
|
||||
label-width="100"
|
||||
@reset="handleReset"
|
||||
@search="handleSearch"
|
||||
></ArtSearchBar>
|
||||
@@ -152,17 +151,17 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '状态',
|
||||
label: '审核状态',
|
||||
prop: 'status',
|
||||
type: 'select',
|
||||
options: withdrawalStatusOptions,
|
||||
config: {
|
||||
clearable: true,
|
||||
placeholder: '请选择状态'
|
||||
placeholder: '请选择审核状态'
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '开始至结束',
|
||||
label: '起止时间',
|
||||
prop: 'dateRange',
|
||||
type: 'date',
|
||||
config: {
|
||||
|
||||
Reference in New Issue
Block a user