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:
@@ -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: ''
|
||||
|
||||
@@ -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 ?
|
||||
|
||||
Reference in New Issue
Block a user