流程管理添加排序

This commit is contained in:
zhujiyan
2024-05-28 16:04:02 +08:00
parent f43427ad36
commit e0ff613130
7 changed files with 220 additions and 220 deletions

View File

@@ -49,6 +49,7 @@ const tableStore = new TableStore({
{ title: '分类标识', field: 'code', minWidth: 130 },
{ title: '分类描述', field: 'description', minWidth: 170 },
{ title: '创建时间', field: 'createTime', minWidth: 170 },
{ title: '排序', field: 'sort', width: 170 },
{
title: '操作',
align: 'center',