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
d8e540ee
authored
Feb 28, 2023
by
gexinzhineng/gxzn27
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
流程模型 流程分类显示问题
parent
f90c9a0c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
+10
-1
src/views/bpm/model/index.vue
+4
-0
src/views/bpm/model/model.data.ts
+6
-1
No files found.
src/views/bpm/model/index.vue
View file @
d8e540ee
...
@@ -24,6 +24,10 @@
...
@@ -24,6 +24,10 @@
<
template
#
name_default=
"{ row }"
>
<
template
#
name_default=
"{ row }"
>
<XTextButton
:title=
"row.name"
@
click=
"handleBpmnDetail(row.id)"
/>
<XTextButton
:title=
"row.name"
@
click=
"handleBpmnDetail(row.id)"
/>
</
template
>
</
template
>
<!-- 流程分类 -->
<
template
#
category_default=
"{ row }"
>
<DictTag
:type=
"DICT_TYPE.BPM_MODEL_CATEGORY"
:value=
"Number(row?.category)"
/>
</
template
>
<!-- 表单信息 -->
<!-- 表单信息 -->
<
template
#
formId_default=
"{ row }"
>
<
template
#
formId_default=
"{ row }"
>
<XTextButton
<XTextButton
...
...
src/views/bpm/model/model.data.ts
View file @
d8e540ee
...
@@ -44,7 +44,12 @@ const crudSchemas = reactive<VxeCrudSchema>({
...
@@ -44,7 +44,12 @@ const crudSchemas = reactive<VxeCrudSchema>({
field
:
'category'
,
field
:
'category'
,
dictType
:
DICT_TYPE
.
BPM_MODEL_CATEGORY
,
dictType
:
DICT_TYPE
.
BPM_MODEL_CATEGORY
,
dictClass
:
'number'
,
dictClass
:
'number'
,
isSearch
:
true
isSearch
:
true
,
table
:
{
slots
:
{
default
:
'category_default'
}
}
},
},
{
{
title
:
'表单信息'
,
title
:
'表单信息'
,
...
...
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