Commit e5ff2524 authored by zhuangxinwei's avatar zhuangxinwei

Merge remote-tracking branch 'origin/master' into master

parents 4f88d73a 93ab4874
...@@ -578,6 +578,9 @@ label { ...@@ -578,6 +578,9 @@ label {
background-color: #D20A10; background-color: #D20A10;
border-color: #D20A10; border-color: #D20A10;
} }
.el-checkbox__input.is-checked+.el-checkbox__label{
color: #D20A10;
}
.is-leaf .cell .el-checkbox { .is-leaf .cell .el-checkbox {
margin-top: 10px; margin-top: 10px;
} }
......
...@@ -189,13 +189,13 @@ ...@@ -189,13 +189,13 @@
</template> </template>
<template slot-scope="scope"> <template slot-scope="scope">
<el-link <el-link
v-hasPermi="['sys:dict:edit']" v-hasPermi="['sys:dict:update']"
size="mini" size="mini"
type="success" type="success"
@click="handleUpdate(scope.row)" @click="handleUpdate(scope.row)"
>修改</el-link> >修改</el-link>
<el-link <el-link
v-hasPermi="['sys:dict:remove']" v-hasPermi="['sys:dict:delete']"
size="mini" size="mini"
type="danger" type="danger"
style="margin-left: 10px" style="margin-left: 10px"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment