refactor: ♻️ 组件 name 调整大写

Former-commit-id: e8d8f7b28d8866fc670fbf777efeb5f4256d810f
This commit is contained in:
haoxr
2023-05-21 15:15:35 +08:00
parent df7391bac0
commit 922a8bfbbd
8 changed files with 86 additions and 23 deletions

View File

@@ -3,7 +3,7 @@
* @see {@link https://vuejs.org/api/sfc-script-setup.html#defineoptions}
*/
defineOptions({
name: "user",
name: "User",
inheritAttrs: false,
});
import { UploadFile } from "element-plus";
@@ -552,6 +552,7 @@ onMounted(() => {
<el-table-column label="操作" fixed="right" width="220">
<template #default="scope">
<el-button
v-hasPerm="['sys:user:reset_pwd']"
type="primary"
size="small"
link