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