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
dbf51ff8
authored
Apr 06, 2023
by
Chika
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
删除我的流程process.data.ts
parent
d0bc7f08
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
94 deletions
+0
-94
src/views/bpm/processInstance/process.data.ts
+0
-94
No files found.
src/views/bpm/processInstance/process.data.ts
deleted
100644 → 0
View file @
d0bc7f08
import
type
{
VxeCrudSchema
}
from
'@/hooks/web/useVxeCrudSchemas'
const
{
t
}
=
useI18n
()
// 国际化
// CrudSchema
const
crudSchemas
=
reactive
<
VxeCrudSchema
>
({
primaryKey
:
'id'
,
primaryType
:
null
,
primaryTitle
:
'编号'
,
action
:
true
,
actionWidth
:
'200px'
,
columns
:
[
{
title
:
'编号'
,
field
:
'id'
,
table
:
{
width
:
320
}
},
{
title
:
'流程名'
,
field
:
'name'
,
isSearch
:
true
},
{
title
:
'所属流程'
,
field
:
'processDefinitionId'
,
isSearch
:
true
,
isTable
:
false
},
{
title
:
'流程分类'
,
field
:
'category'
,
dictType
:
DICT_TYPE
.
BPM_MODEL_CATEGORY
,
dictClass
:
'number'
,
isSearch
:
true
,
table
:
{
slots
:
{
default
:
'category_default'
}
}
},
{
title
:
'当前审批任务'
,
field
:
'tasks'
,
table
:
{
width
:
140
,
slots
:
{
default
:
'tasks_default'
}
}
},
{
title
:
t
(
'common.status'
),
field
:
'status'
,
dictType
:
DICT_TYPE
.
BPM_PROCESS_INSTANCE_STATUS
,
dictClass
:
'number'
,
isSearch
:
true
},
{
title
:
'结果'
,
field
:
'result'
,
dictType
:
DICT_TYPE
.
BPM_PROCESS_INSTANCE_RESULT
,
dictClass
:
'number'
,
isSearch
:
true
},
{
title
:
'提交时间'
,
field
:
'createTime'
,
formatter
:
'formatDate'
,
table
:
{
width
:
180
},
isForm
:
false
,
isSearch
:
true
,
search
:
{
show
:
true
,
itemRender
:
{
name
:
'XDataTimePicker'
}
}
},
{
title
:
'结束时间'
,
field
:
'endTime'
,
formatter
:
'formatDate'
,
table
:
{
width
:
180
},
isForm
:
false
}
]
})
export
const
{
allSchemas
}
=
useVxeCrudSchemas
(
crudSchemas
)
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