Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
phsl
/
admin
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f0af1bf9
authored
Feb 28, 2023
by
gexinzhineng/gxzn27
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
同上
parent
26442c0a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
src/views/bpm/definition/definition.data.ts
+11
-10
No files found.
src/views/bpm/definition/definition.data.ts
View file @
f0af1bf9
...
...
@@ -17,18 +17,19 @@ const crudSchemas = reactive<VxeCrudSchema>({
title
:
'定义名称'
,
field
:
'name'
,
table
:
{
width
:
120
,
//
width: 120,
slots
:
{
default
:
'name_default'
}
}
},
{
title
:
'
流程
分类'
,
title
:
'
定义
分类'
,
field
:
'category'
,
// dictType: DICT_TYPE.BPM_MODEL_CATEGORY,
// dictClass: '
string'
// dictClass: '
number',
table
:
{
// width: 120,
slots
:
{
default
:
'category_default'
}
...
...
@@ -38,7 +39,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
title
:
'表单信息'
,
field
:
'formId'
,
table
:
{
width
:
12
0
,
// width: 20
0,
slots
:
{
default
:
'formId_default'
}
...
...
@@ -48,7 +49,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
title
:
'流程版本'
,
field
:
'version'
,
table
:
{
width
:
80
,
//
width: 80,
slots
:
{
default
:
'version_default'
}
...
...
@@ -58,7 +59,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
title
:
'激活状态'
,
field
:
'suspensionState'
,
table
:
{
width
:
80
,
//
width: 80,
slots
:
{
default
:
'suspensionState_default'
}
...
...
@@ -68,10 +69,10 @@ const crudSchemas = reactive<VxeCrudSchema>({
title
:
'部署时间'
,
field
:
'deploymentTime'
,
isForm
:
false
,
formatter
:
'formatDate'
,
table
:
{
width
:
180
}
formatter
:
'formatDate'
//
table: {
//
width: 180
//
}
}
]
})
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment