improve admin details

This commit is contained in:
xiaomlove
2021-04-30 01:27:29 +08:00
parent 164bc80c4e
commit 654419deec
12 changed files with 237 additions and 51 deletions
+2 -2
View File
@@ -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>
+1
View File
@@ -118,6 +118,7 @@ export default {
const state = useTable()
onMounted(() => {
console.log('UserTable onMounted');
fetchTableData()
})
const fetchTableData = async () => {