feat: 配置权限
This commit is contained in:
parent
1a8ecd746e
commit
907d75ffc1
File diff suppressed because it is too large
Load Diff
@ -182,6 +182,7 @@
|
||||
size="mini"
|
||||
type="text"
|
||||
@click="handleSetting(row)"
|
||||
v-hasPermi="['system:project:add','system:project:edit']"
|
||||
>配置
|
||||
</el-button>
|
||||
<el-button
|
||||
@ -189,6 +190,7 @@
|
||||
type="text"
|
||||
v-if="row.status == 1"
|
||||
@click="handleExecute(row)"
|
||||
v-hasPermi="['system:project:add','system:project:edit']"
|
||||
>执行
|
||||
</el-button>
|
||||
<el-button
|
||||
@ -196,6 +198,7 @@
|
||||
v-if="row.status == 0"
|
||||
link
|
||||
type="primary"
|
||||
v-hasPermi="['system:project:add','system:project:edit']"
|
||||
@click="handleOpenDashboard(row)"
|
||||
>可视化
|
||||
</el-button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user