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
dc0e9473
authored
Oct 03, 2024
by
YunaiV
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【功能优化】工作流:模型定义的列表,进行一定的简化,为后续把流程分类、流程定义融合在一个 vue 界面做准备。这样,和钉钉的界面更容易统一!
parent
28f768f3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
86 additions
and
105 deletions
+86
-105
src/views/bpm/model/ModelForm.vue
+4
-10
src/views/bpm/model/index.vue
+82
-95
No files found.
src/views/bpm/model/ModelForm.vue
View file @
dc0e9473
...
@@ -8,12 +8,7 @@
...
@@ -8,12 +8,7 @@
label-width=
"110px"
label-width=
"110px"
>
>
<el-form-item
label=
"流程标识"
prop=
"key"
>
<el-form-item
label=
"流程标识"
prop=
"key"
>
<el-input
<el-input
v-model=
"formData.key"
:disabled=
"!!formData.id"
placeholder=
"请输入流标标识"
/>
v-model=
"formData.key"
:disabled=
"!!formData.id"
placeholder=
"请输入流标标识"
style=
"width: 330px"
/>
<el-tooltip
<el-tooltip
v-if=
"!formData.id"
v-if=
"!formData.id"
class=
"item"
class=
"item"
...
@@ -217,10 +212,9 @@ const submitForm = async () => {
...
@@ -217,10 +212,9 @@ const submitForm = async () => {
await
ModelApi
.
createModel
(
data
)
await
ModelApi
.
createModel
(
data
)
// 提示,引导用户做后续的操作
// 提示,引导用户做后续的操作
await
ElMessageBox
.
alert
(
await
ElMessageBox
.
alert
(
'
<
strong
>
新建模型成功!
<
/strong>后续需要执行如下 3 个步骤:'
+
'
<
strong
>
新建模型成功!
<
/strong>后续需要执行如下 2 个步骤:'
+
'
<
div
>
1
.
点击【修改流程】按钮,配置流程的分类、表单信息
<
/div>'
+
'
<
div
>
1
.
点击【设计流程】按钮,绘制流程图
<
/div>'
+
'
<
div
>
2
.
点击【设计流程】按钮,绘制流程图
<
/div>'
+
'
<
div
>
2
.
点击【发布流程】按钮,完成流程的最终发布
<
/div>'
+
'
<
div
>
3
.
点击【发布流程】按钮,完成流程的最终发布
<
/div>'
+
'另外,每次流程修改后,都需要点击【发布流程】按钮,才能正式生效!!!'
,
'另外,每次流程修改后,都需要点击【发布流程】按钮,才能正式生效!!!'
,
'重要提示'
,
'重要提示'
,
{
{
...
...
src/views/bpm/model/index.vue
View file @
dc0e9473
This diff is collapsed.
Click to expand it.
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