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
410e257a
authored
Jan 25, 2025
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【功能优化】Bpm:流程分类维护时,增加 description
parent
e726c1dc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/views/bpm/category/CategoryForm.vue
+5
-0
No files found.
src/views/bpm/category/CategoryForm.vue
View file @
410e257a
...
...
@@ -13,6 +13,9 @@
<el-form-item
label=
"分类标志"
prop=
"code"
>
<el-input
v-model=
"formData.code"
placeholder=
"请输入分类标志"
/>
</el-form-item>
<el-form-item
label=
"分类描述"
prop=
"description"
>
<el-input
v-model=
"formData.description"
type=
"textarea"
placeholder=
"请输入分类描述"
/>
</el-form-item>
<el-form-item
label=
"分类状态"
prop=
"status"
>
<el-radio-group
v-model=
"formData.status"
>
<el-radio
...
...
@@ -58,6 +61,7 @@ const formData = ref({
id
:
undefined
,
name
:
undefined
,
code
:
undefined
,
description
:
undefined
,
status
:
CommonStatusEnum
.
ENABLE
,
sort
:
undefined
})
...
...
@@ -117,6 +121,7 @@ const resetForm = () => {
id
:
undefined
,
name
:
undefined
,
code
:
undefined
,
description
:
undefined
,
status
:
CommonStatusEnum
.
ENABLE
,
sort
:
undefined
}
...
...
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