优化接口以及后台页面样式
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user