File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
views/application/component
workflow/nodes/base-node/component Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 2929 </template >
3030 </div >
3131 </div >
32- <el-dropdown-item class =" border-t"
32+ <el-dropdown-item
33+ class =" border-t"
3334 @click =" router.push({ path: `/system/user` })"
3435 v-if ="
3536 hasPermission(
4546 >
4647 <div class =" flex-between w-full" >
4748 {{ $t('views.system.title') }}
48- <AppIcon iconName =" app-go" ></AppIcon >
4949 </div >
5050 </el-dropdown-item >
5151 <el-dropdown-item
52-
5352 @click =" openResetPassword"
5453 v-if ="
5554 hasPermission(
Original file line number Diff line number Diff line change @@ -158,9 +158,9 @@ const submitHandle = async (formEl: FormInstance | undefined) => {
158158 .then ((res ) => {
159159 MsgSuccess (t (' common.createSuccess' ))
160160 if (isWorkFlow (applicationForm .value .type )) {
161- router .push ({ path: ` /application/${res .data .id }/workflow ` })
161+ router .push ({ path: ` /application/workspace/ ${res .data .id }/workflow ` })
162162 } else {
163- router .push ({ path: ` /application/${res .data .id }/${res .data .type }/setting ` })
163+ router .push ({ path: ` /application/workspace/ ${res .data .id }/${res .data .type }/setting ` })
164164 }
165165 dialogVisible .value = false
166166 })
Original file line number Diff line number Diff line change @@ -249,9 +249,9 @@ const submitHandle = async (formEl: FormInstance | undefined) => {
249249 MsgSuccess (t (' common.createSuccess' ))
250250 emit (' refresh' )
251251 if (isWorkFlow (applicationForm .value .type )) {
252- router .push ({ path: ` /application/${res .data .id }/workflow ` })
252+ router .push ({ path: ` /application/workspace/ ${res .data .id }/workflow ` })
253253 } else {
254- router .push ({ path: ` /application/${res .data .id }/${res .data .type }/setting ` })
254+ router .push ({ path: ` /application/workspace/ ${res .data .id }/${res .data .type }/setting ` })
255255 }
256256 dialogVisible .value = false
257257 })
Original file line number Diff line number Diff line change 2323 show-input
2424 :show-input-controls =" false"
2525 :min =" 1"
26- :max =" 10 "
26+ :max =" 100 "
2727 />
2828 </el-form-item >
2929 <el-form-item
3434 show-input
3535 :show-input-controls =" false"
3636 :min =" 1"
37- :max =" 100 "
37+ :max =" 1000 "
3838 />
3939 </el-form-item >
4040 <el-form-item
You can’t perform that action at this time.
0 commit comments