update:表格配置权限提示
This commit is contained in:
@@ -302,9 +302,14 @@
|
||||
</div>
|
||||
</div>
|
||||
<template #footer>
|
||||
<div>
|
||||
<el-button @click="closeFun">关闭</el-button>
|
||||
<el-button type="primary" @click="updateFun">确定</el-button>
|
||||
<div class="footer-content">
|
||||
<div v-if="sourceType !== 'sys'" class="tips">
|
||||
当前为个人配置,配置更改只对当前用户生效
|
||||
</div>
|
||||
<div class="btns">
|
||||
<el-button @click="closeFun">关闭</el-button>
|
||||
<el-button type="primary" @click="updateFun">确定</el-button>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
</Dialog>
|
||||
@@ -529,5 +534,11 @@ const copyFun = () => {
|
||||
}
|
||||
}
|
||||
}
|
||||
.footer-content {
|
||||
.tips {
|
||||
color: var(--el-color-danger);
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user