优化用户管理、商品管理及UI细节
This commit is contained in:
@@ -54,9 +54,9 @@
|
||||
<el-table-column label="操作时间" align="center" prop="updateTime" />
|
||||
<el-table-column label="操作" align="center" class-name="small-padding fixed-width">
|
||||
<template #default="scope">
|
||||
<el-tooltip content="修改" placement="top">
|
||||
<el-button link type="primary" icon="Edit" @click="handleUpdate(scope.row)"
|
||||
v-hasPermi="['manage:appMenu:edit']"></el-button>
|
||||
<el-tooltip content="编辑" placement="top">
|
||||
<el-button link type="primary" @click="handleUpdate(scope.row)"
|
||||
v-hasPermi="['manage:appMenu:edit']">编辑</el-button>
|
||||
</el-tooltip>
|
||||
</template>
|
||||
</el-table-column>
|
||||
@@ -114,7 +114,8 @@ const appMenuFormRef = ref<ElFormInstance>();
|
||||
|
||||
const dialog = reactive<DialogOption>({
|
||||
visible: false,
|
||||
title: ''
|
||||
title: '',
|
||||
type:''
|
||||
});
|
||||
|
||||
const initFormData: AppMenuForm = {
|
||||
|
||||
Reference in New Issue
Block a user