This commit is contained in:
王一嘉
2025-07-25 09:32:17 +08:00
parent 775cb76aec
commit a65767ad04
2 changed files with 13 additions and 13 deletions

View File

@@ -81,12 +81,12 @@ const FilterConfig = [
return await Api.admin.getStatusAttr();
},
},
{
key: 'bid',
type: 'input',
label: '商家ID',
placeholder: '请输入商家ID',
},
// {
// key: 'bid',
// type: 'input',
// label: '商家ID',
// placeholder: '请输入商家ID',
// },
{
key: 'rangeTime',
start: 'start_time',

View File

@@ -100,13 +100,13 @@ const FilterConfig = [
return await Api.admin.getTypeAttr();
},
},
{
key: 'code',
type: 'input',
label: 'ID',
placeholder: '请输入ID',
span: 6,
},
// {
// key: 'code',
// type: 'input',
// label: 'ID',
// placeholder: '请输入ID',
// span: 6,
// },
{
key: 'rangeTime',
start: 'start_time',