File tree Expand file tree Collapse file tree 2 files changed +3
-424
lines changed Expand file tree Collapse file tree 2 files changed +3
-424
lines changed Original file line number Diff line number Diff line change 64
64
</div >
65
65
</div >
66
66
</div >
67
+
67
68
<!-- 模型列表 -->
68
69
<el-collapse-transition >
69
70
<div v-show =" isExpand" >
90
91
</div >
91
92
</template >
92
93
</el-table-column >
93
- <el-table-column label =" 可见范围" prop =" startUserIds" min-width =" 100 " >
94
+ <el-table-column label =" 可见范围" prop =" startUserIds" min-width =" 150 " >
94
95
<template #default =" scope " >
95
96
<el-text v-if =" !scope.row.startUsers || scope.row.startUsers.length === 0" >
96
97
全部可见
110
111
</el-text >
111
112
</template >
112
113
</el-table-column >
113
- <el-table-column label =" 表单信息" prop =" formType" min-width =" 200 " >
114
+ <el-table-column label =" 表单信息" prop =" formType" min-width =" 150 " >
114
115
<template #default =" scope " >
115
116
<el-button
116
117
v-if =" scope.row.formType === BpmModelFormType.NORMAL"
162
163
>
163
164
修改
164
165
</el-button >
165
- <el-button
166
- link
167
- class =" !ml-5px"
168
- type =" primary"
169
- @click =" handleDesign(scope.row)"
170
- v-hasPermi =" ['bpm:model:update']"
171
- :disabled =" !isManagerUser(scope.row)"
172
- >
173
- 设计
174
- </el-button >
175
166
<el-button
176
167
link
177
168
class =" !ml-5px"
@@ -337,14 +328,6 @@ const handleChangeState = async (row: any) => {
337
328
} catch {}
338
329
}
339
330
340
- /** 设计流程 */
341
- const handleDesign = (row : any ) => {
342
- push ({
343
- name: ' BpmModelUpdate' ,
344
- params: { id: row .id }
345
- })
346
- }
347
-
348
331
/** 发布流程 */
349
332
const handleDeploy = async (row : any ) => {
350
333
try {
You can’t perform that action at this time.
0 commit comments