增加系统配置界面

序号列右对齐
流程元素名称空报错修复
This commit is contained in:
yaoyn
2024-08-01 11:07:29 +08:00
parent 63babbd93d
commit a5fc193967
9 changed files with 1246 additions and 3 deletions

View File

@ -67,7 +67,7 @@ function handleIndexColumn(
flag: INDEX_COLUMN_FLAG,
width: 50,
title: t('序号'),
align: 'center',
align: 'right',
customRender: ({ index }) => {
const getPagination = unref(getPaginationRef);
if (isBoolean(getPagination)) {