This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<ArtSearchBar
|
||||
v-model:filter="commissionSearchForm"
|
||||
:items="commissionSearchItems"
|
||||
:show-expand="false"
|
||||
show-expand
|
||||
@reset="handleCommissionReset"
|
||||
@search="handleCommissionSearch"
|
||||
/>
|
||||
@@ -273,7 +273,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '状态',
|
||||
label: '结算状态',
|
||||
prop: 'status',
|
||||
type: 'select',
|
||||
options: [
|
||||
@@ -315,7 +315,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '时间范围',
|
||||
label: '起止时间',
|
||||
prop: 'dateRange',
|
||||
type: 'date',
|
||||
config: {
|
||||
@@ -518,7 +518,7 @@
|
||||
// 搜索表单配置
|
||||
const withdrawalSearchItems = computed<SearchFormItem[]>(() => [
|
||||
{
|
||||
label: '状态',
|
||||
label: '审核状态',
|
||||
prop: 'status',
|
||||
type: 'select',
|
||||
options: [
|
||||
@@ -533,7 +533,7 @@
|
||||
}
|
||||
},
|
||||
{
|
||||
label: '时间范围',
|
||||
label: '起止时间',
|
||||
prop: 'dateRange',
|
||||
type: 'date',
|
||||
config: {
|
||||
|
||||
Reference in New Issue
Block a user