@jiangood/open-admin-flowable 2.2.3 → 2.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"peerDependencies": {
|
|
11
11
|
"@ant-design/icons": "^6.2.5",
|
|
12
|
-
"@jiangood/open-admin": "
|
|
12
|
+
"@jiangood/open-admin": "2.4.5",
|
|
13
13
|
"@tinymce/tinymce-react": "^6.3.0",
|
|
14
14
|
"antd": "^6.4.4",
|
|
15
15
|
"antd-img-crop": "^4.30.0",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"scripts": {
|
|
35
35
|
"dev": "umi dev"
|
|
36
36
|
},
|
|
37
|
-
"version": "2.2.
|
|
37
|
+
"version": "2.2.5"
|
|
38
38
|
}
|
|
@@ -6,10 +6,10 @@ function TodoTable({onProcess}) {
|
|
|
6
6
|
const columns = [
|
|
7
7
|
{title: '发起人', dataIndex: 'instanceStarter'},
|
|
8
8
|
{title: '流程名称', dataIndex: 'instanceName'},
|
|
9
|
-
{title: '当前节点', dataIndex: 'taskName', width:
|
|
9
|
+
{title: '当前节点', dataIndex: 'taskName', width: 150},
|
|
10
10
|
{title: '当前操作人', dataIndex: 'assigneeInfo', width: 100},
|
|
11
11
|
{title: '发起时间', dataIndex: 'instanceStartTime'},
|
|
12
|
-
{title: '
|
|
12
|
+
{title: '创建时间', dataIndex: 'createTime'},
|
|
13
13
|
{
|
|
14
14
|
title: '操作', dataIndex: 'option',
|
|
15
15
|
render: (_, record) => (
|