修改工单: 右键 给角色分配权限
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m45s

This commit is contained in:
sexygoat
2026-02-26 10:06:11 +08:00
parent dccad819cf
commit 3570b062a1
7 changed files with 302 additions and 80 deletions

View File

@@ -567,7 +567,7 @@
{
prop: 'order_no',
label: t('orderManagement.table.orderNo'),
minWidth: 180
minWidth: 220
},
{
prop: 'order_type',
@@ -628,7 +628,7 @@
{
prop: 'operation',
label: t('orderManagement.table.operation'),
width: 180,
width: 160,
fixed: 'right',
formatter: (row: Order) => {
return h('div', { style: 'display: flex; gap: 8px;' }, [