mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
improve admin details
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
</el-form>
|
||||
<template #footer>
|
||||
<span class="dialog-footer">
|
||||
<el-button @click="visible = false">取 消</el-button>
|
||||
<el-button type="primary" @click="handleSubmit">确 定</el-button>
|
||||
<el-button @click="visible = false">Cancel</el-button>
|
||||
<el-button type="primary" @click="handleSubmit">Save</el-button>
|
||||
</span>
|
||||
</template>
|
||||
</el-dialog>
|
||||
|
||||
@@ -118,6 +118,7 @@ export default {
|
||||
const state = useTable()
|
||||
|
||||
onMounted(() => {
|
||||
console.log('UserTable onMounted');
|
||||
fetchTableData()
|
||||
})
|
||||
const fetchTableData = async () => {
|
||||
|
||||
Reference in New Issue
Block a user