流程图中按钮隐藏
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
</el-form>
|
||||
|
||||
<el-row :gutter="10" class="mb8">
|
||||
<el-col :span="1.5">
|
||||
<!-- <el-col :span="1.5">
|
||||
<el-button
|
||||
type="primary"
|
||||
plain
|
||||
@@ -64,7 +64,7 @@
|
||||
v-hasPermi="['system:deployment:remove']"
|
||||
>删除</el-button
|
||||
>
|
||||
</el-col>
|
||||
</el-col> -->
|
||||
<right-toolbar
|
||||
:showSearch.sync="showSearch"
|
||||
@queryTable="getList"
|
||||
@@ -90,12 +90,12 @@
|
||||
prop="procDefName"
|
||||
:show-overflow-tooltip="true"
|
||||
/>
|
||||
<el-table-column
|
||||
<!-- <el-table-column
|
||||
label="流程类别"
|
||||
align="center"
|
||||
prop="category"
|
||||
width="100px"
|
||||
/>
|
||||
/> -->
|
||||
<!-- <el-table-column label="流程版本" align="center" width="80px">
|
||||
<template slot-scope="scope">
|
||||
<el-tag size="medium">v{{ scope.row.procDefVersion }}</el-tag>
|
||||
@@ -159,6 +159,7 @@
|
||||
>删除</el-button
|
||||
>
|
||||
</template>
|
||||
<a href=""></a>
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
||||
|
Reference in New Issue
Block a user