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
29dfd455
authored
Feb 28, 2025
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【代码评审】BPM:子流程的多实例配置
parent
068ffc9d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
3 deletions
+10
-3
src/components/bpmnProcessDesigner/package/penal/custom-config/components/UserTaskCustomConfig.vue
+10
-3
No files found.
src/components/bpmnProcessDesigner/package/penal/custom-config/components/UserTaskCustomConfig.vue
View file @
29dfd455
...
@@ -127,9 +127,15 @@
...
@@ -127,9 +127,15 @@
<div
class=
"field-permit-title"
>
<div
class=
"field-permit-title"
>
<div
class=
"setting-title-label first-title"
>
字段名称
</div>
<div
class=
"setting-title-label first-title"
>
字段名称
</div>
<div
class=
"other-titles"
>
<div
class=
"other-titles"
>
<span
class=
"setting-title-label cursor-pointer"
@
click=
"updatePermission('READ')"
>
只读
</span>
<span
class=
"setting-title-label cursor-pointer"
@
click=
"updatePermission('READ')"
<span
class=
"setting-title-label cursor-pointer"
@
click=
"updatePermission('WRITE')"
>
可编辑
</span>
>
只读
</span
<span
class=
"setting-title-label cursor-pointer"
@
click=
"updatePermission('NONE')"
>
隐藏
</span>
>
<span
class=
"setting-title-label cursor-pointer"
@
click=
"updatePermission('WRITE')"
>
可编辑
</span
>
<span
class=
"setting-title-label cursor-pointer"
@
click=
"updatePermission('NONE')"
>
隐藏
</span
>
</div>
</div>
</div>
</div>
<div
class=
"field-setting-item"
v-for=
"(item, index) in fieldsPermissionEl"
:key=
"index"
>
<div
class=
"field-setting-item"
v-for=
"(item, index) in fieldsPermissionEl"
:key=
"index"
>
...
@@ -487,6 +493,7 @@ function useButtonsSetting() {
...
@@ -487,6 +493,7 @@ function useButtonsSetting() {
}
}
/** 批量更新权限 */
/** 批量更新权限 */
// TODO @lesan:这个页面,有一些 idea 红色报错,咱要不要 fix 下!
const
updatePermission
=
(
type
:
string
)
=>
{
const
updatePermission
=
(
type
:
string
)
=>
{
fieldsPermissionEl
.
value
.
forEach
((
field
)
=>
{
fieldsPermissionEl
.
value
.
forEach
((
field
)
=>
{
field
.
permission
=
field
.
permission
=
...
...
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