Merge pull request 'role' (#48) from role into master

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/48
This commit is contained in:
wenhua
2024-03-29 06:15:51 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ import {User, Lock, Key} from '@element-plus/icons-vue'
const router = useRouter()
const authStore = useAuthStore()
const loginForm = reactive({
username: 'admin',
username: 'superAdmin',
password: '123456',
code: '',
uuid: ''

View File

@@ -129,6 +129,7 @@ const tableConfig = reactive({
prop: 'oper',
label: '操作',
align: 'right',
fixed: 'right',
currentRender: ({row, index}) => {
let btn = [{label: '修改', auth: auths.edit, func: ()=>handleEdit(row) , type: 'primary'}]
row.template ?