|
@@ -225,7 +225,7 @@
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
<el-table-column label="创建人" prop="createName" width="150" show-overflow-tooltip/>
|
|
|
- <el-table-column label="操作" width="180" show-overflow-tooltip v-if="tableButtonType">
|
|
|
+ <el-table-column label="操作" width="180" show-overflow-tooltip>
|
|
|
<template slot-scope="scope">
|
|
|
<div class="table-button-box">
|
|
|
<p class="table-button-null"></p>
|
|
@@ -584,7 +584,6 @@
|
|
|
//升级规则列表
|
|
|
dataList: [],
|
|
|
total: 10,
|
|
|
- tableButtonType: this.hasPermiDom(['warning:rule:edit', 'warning:rule:del']),
|
|
|
//dialog配置
|
|
|
dialogType: false,
|
|
|
dialogForm: {
|