fix:【system 系统管理】ele、antd 的搜索清理属性不对的问题

This commit is contained in:
YunaiV
2025-09-06 10:24:59 +08:00
parent fcaa81ff3b
commit 0539aece1b
90 changed files with 259 additions and 259 deletions

View File

@@ -49,7 +49,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
label: '状态',
component: 'Select',
componentProps: {
allowClear: true,
clearable: true,
options: getDictOptions(DICT_TYPE.COMMON_STATUS, 'number'),
},
},

View File

@@ -87,7 +87,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
label: '状态',
component: 'Select',
componentProps: {
allowClear: true,
clearable: true,
options: getDictOptions(DICT_TYPE.COMMON_STATUS, 'number'),
},
},

View File

@@ -23,7 +23,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
label: '业务类型',
component: 'Select',
componentProps: {
allowClear: true,
clearable: true,
options: getDictOptions(DICT_TYPE.MEMBER_POINT_BIZ_TYPE, 'number'),
},
},
@@ -38,7 +38,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
component: 'RangePicker',
componentProps: {
...getRangePickerDefaultProps(),
allowClear: true,
clearable: true,
},
},
];

View File

@@ -26,7 +26,7 @@ export function useGridFormSchema(): VbenFormSchema[] {
component: 'RangePicker',
componentProps: {
...getRangePickerDefaultProps(),
allowClear: true,
clearable: true,
},
},
];

View File

@@ -69,7 +69,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
component: 'RangePicker',
componentProps: {
...getRangePickerDefaultProps(),
allowClear: true,
clearable: true,
},
},
],

View File

@@ -46,7 +46,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
component: 'RangePicker',
componentProps: {
...getRangePickerDefaultProps(),
allowClear: true,
clearable: true,
},
},
],

View File

@@ -47,7 +47,7 @@ const [Grid, gridApi] = useVbenVxeGrid({
component: 'RangePicker',
componentProps: {
...getRangePickerDefaultProps(),
allowClear: true,
clearable: true,
},
},
],

View File

@@ -25,7 +25,7 @@ const [Grid] = useVbenVxeGrid({
label: '业务类型',
component: 'Select',
componentProps: {
allowClear: true,
clearable: true,
options: getDictOptions(
DICT_TYPE.MEMBER_EXPERIENCE_BIZ_TYPE,
'number',
@@ -43,7 +43,7 @@ const [Grid] = useVbenVxeGrid({
component: 'RangePicker',
componentProps: {
...getRangePickerDefaultProps(),
allowClear: true,
clearable: true,
},
},
],

View File

@@ -46,7 +46,7 @@ const [Grid] = useVbenVxeGrid({
label: '订单状态',
component: 'Select',
componentProps: {
allowClear: true,
clearable: true,
options: getDictOptions(DICT_TYPE.TRADE_ORDER_STATUS, 'number'),
placeholder: '全部',
},
@@ -56,7 +56,7 @@ const [Grid] = useVbenVxeGrid({
label: '支付方式',
component: 'Select',
componentProps: {
allowClear: true,
clearable: true,
options: getDictOptions(DICT_TYPE.PAY_CHANNEL_CODE, 'number'),
placeholder: '全部',
},
@@ -67,7 +67,7 @@ const [Grid] = useVbenVxeGrid({
component: 'RangePicker',
componentProps: {
...getRangePickerDefaultProps(),
allowClear: true,
clearable: true,
},
},
{
@@ -75,7 +75,7 @@ const [Grid] = useVbenVxeGrid({
label: '订单来源',
component: 'Select',
componentProps: {
allowClear: true,
clearable: true,
options: getDictOptions(DICT_TYPE.TERMINAL, 'number'),
placeholder: '全部',
},
@@ -85,7 +85,7 @@ const [Grid] = useVbenVxeGrid({
label: '订单类型',
component: 'Select',
componentProps: {
allowClear: true,
clearable: true,
options: getDictOptions(DICT_TYPE.TRADE_ORDER_TYPE, 'number'),
placeholder: '全部',
},
@@ -95,7 +95,7 @@ const [Grid] = useVbenVxeGrid({
label: '配送方式',
component: 'Select',
componentProps: {
allowClear: true,
clearable: true,
options: getDictOptions(DICT_TYPE.TRADE_DELIVERY_TYPE, 'number'),
placeholder: '全部',
},
@@ -105,7 +105,7 @@ const [Grid] = useVbenVxeGrid({
label: '快递公司',
component: 'ApiSelect',
componentProps: {
allowClear: true,
clearable: true,
api: getSimpleDeliveryExpressList,
labelField: 'name',
valueField: 'id',

View File

@@ -22,7 +22,7 @@ const [Grid] = useVbenVxeGrid({
label: '业务类型',
component: 'Select',
componentProps: {
allowClear: true,
clearable: true,
options: getDictOptions(DICT_TYPE.MEMBER_POINT_BIZ_TYPE, 'number'),
},
},
@@ -37,7 +37,7 @@ const [Grid] = useVbenVxeGrid({
component: 'RangePicker',
componentProps: {
...getRangePickerDefaultProps(),
allowClear: true,
clearable: true,
},
},
],

View File

@@ -25,7 +25,7 @@ const [Grid] = useVbenVxeGrid({
component: 'RangePicker',
componentProps: {
...getRangePickerDefaultProps(),
allowClear: true,
clearable: true,
},
},
],