fix: 按钮样式错误

This commit is contained in:
caoqianming 2023-12-20 23:51:42 +08:00
parent b1bd32cca0
commit 4a8bae6c00
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
<el-button link type="primary" @click="table_edit(scope.row)" v-auth="'mlog.update'"> <el-button link type="primary" @click="table_edit(scope.row)" v-auth="'mlog.update'">
编辑 编辑
</el-button> </el-button>
<el-button type="success" @click="table_submit(scope.row)" v-auth="'mlog.submit'"> <el-button link type="success" @click="table_submit(scope.row)" v-auth="'mlog.submit'">
提交 提交
</el-button> </el-button>
<el-button link type="danger" @click="table_del(scope.row)" v-auth="'mlog.delete'"> <el-button link type="danger" @click="table_del(scope.row)" v-auth="'mlog.delete'">