Compare commits
No commits in common. "596a4eaca6b67501dd566679f9a98fae762ac956" and "b04692631ce8af724474548ac557c3a86db5a1a6" have entirely different histories.
596a4eaca6
...
b04692631c
|
|
@ -27,7 +27,6 @@
|
||||||
<div class="maintop">
|
<div class="maintop">
|
||||||
<div class="mainbtn">
|
<div class="mainbtn">
|
||||||
<el-button
|
<el-button
|
||||||
v-hasButtons="['GroupConfigurationListAdd']"
|
|
||||||
size="small"
|
size="small"
|
||||||
class="thebtn1"
|
class="thebtn1"
|
||||||
@click="handleAddOrEdit(true)"
|
@click="handleAddOrEdit(true)"
|
||||||
|
|
@ -70,7 +69,6 @@
|
||||||
>
|
>
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<el-button
|
||||||
v-hasButtons="['GroupConfigurationListEdit']"
|
|
||||||
class="button-s"
|
class="button-s"
|
||||||
type="text"
|
type="text"
|
||||||
size="small"
|
size="small"
|
||||||
|
|
@ -80,7 +78,6 @@
|
||||||
{{ '修改' }}
|
{{ '修改' }}
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<el-button
|
||||||
v-hasButtons="['GroupConfigurationListDel']"
|
|
||||||
class="button-s"
|
class="button-s"
|
||||||
type="text"
|
type="text"
|
||||||
size="small"
|
size="small"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue