优化接口以及后台页面样式

This commit is contained in:
2026-03-31 15:37:32 +08:00
parent 2868899253
commit 520e950dc5
28 changed files with 1241 additions and 311 deletions

View File

@@ -52,6 +52,8 @@ const baTable = new baTableClass(
label: t('mall.item.description'),
prop: 'description',
align: 'center',
minWidth: 80,
// showOverflowTooltip: true,
operatorPlaceholder: t('Fuzzy query'),
sortable: false,
operator: 'LIKE',
@@ -60,6 +62,7 @@ const baTable = new baTableClass(
label: t('mall.item.score'),
prop: 'score',
align: 'center',
minWidth: 90,
sortable: false,
operator: 'RANGE',
},
@@ -173,7 +176,7 @@ const baTable = new baTableClass(
{
label: t('Operate'),
align: 'center',
width: 100,
width: 80,
render: 'buttons',
buttons: optButtons,
operator: false,