用户管理及通知公告问题修改

This commit is contained in:
hayu 2024-06-28 15:21:29 +08:00
parent e852e14a31
commit 4dece6271b
2 changed files with 13 additions and 13 deletions

View File

@ -81,8 +81,8 @@ export default {
[{ header: [1, 2, 3, 4, 5, 6, false] }], //
[{ color: [] }, { background: [] }], //
[{ align: [] }], //
["clean"], //
["link", "image", "video"] //
["clean"] //
// ["link", "image", "video"] //
],
},
placeholder: "请输入内容",

View File

@ -135,17 +135,17 @@
>删除</el-button
>
</el-col>
<el-col :span="1.5">
<el-button
type="info"
plain
icon="el-icon-upload2"
size="mini"
@click="handleImport"
v-hasPermi="['system:user:import']"
>导入</el-button
>
</el-col>
<!-- <el-col :span="1.5">-->
<!-- <el-button-->
<!-- type="info"-->
<!-- plain-->
<!-- icon="el-icon-upload2"-->
<!-- size="mini"-->
<!-- @click="handleImport"-->
<!-- v-hasPermi="['system:user:import']"-->
<!-- >导入</el-button-->
<!-- >-->
<!-- </el-col>-->
<el-col :span="1.5">
<el-button
type="warning"