提交代码

This commit is contained in:
jiang 2024-11-20 15:06:55 +08:00
parent fe507fd044
commit 7bf1b260df
1 changed files with 4 additions and 4 deletions

View File

@ -61,7 +61,7 @@
v-hasPermi="['dataCenter:teamMember:add']"
>移动</el-button>
</el-col>
<el-col :span="1.5">
<!-- <el-col :span="1.5">
<el-button
type="warning"
icon="el-icon-document-copy"
@ -70,7 +70,7 @@
:disabled="single"
v-hasPermi="['dataCenter:teamMember:add']"
>复制</el-button>
</el-col>
</el-col>-->
<el-col :span="1.5">
<el-button
type="danger"
@ -82,7 +82,7 @@
>删除</el-button>
</el-col>
<!-- <el-col :span="1.5">
<el-col :span="1.5">
<el-button
type="success"
icon="el-icon-edit"
@ -91,7 +91,7 @@
:disabled="single"
v-hasPermi="['dataCenter:teamMember:add']"
>重命名</el-button>
</el-col>-->
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
</el-row>