提交代码

This commit is contained in:
jiang 2024-11-20 15:04:24 +08:00
parent 40df072355
commit fe507fd044
1 changed files with 4 additions and 4 deletions

View File

@ -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>
@ -142,7 +142,7 @@
<span>{{ parseTime(scope.row.createTime) }}</span>
</template>
</el-table-column>
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<!-- <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
<template slot-scope="scope">
<el-button
size="mini"
@ -159,7 +159,7 @@
v-hasPermi="['system:file:remove']"
>删除</el-button>
</template>
</el-table-column>
</el-table-column>-->
</el-table>
<pagination