refactor: ♻️ eslint 代码规范调整

This commit is contained in:
ray
2024-10-13 10:42:48 +08:00
parent 72eb87d005
commit a4ef6eb696
66 changed files with 376 additions and 376 deletions

View File

@@ -31,8 +31,8 @@
<el-card shadow="never" class="table-container">
<template #header>
<el-button
type="success"
v-hasPerm="['sys:config:add']"
type="success"
@click="handleOpenDialog()"
>
<template #icon>
@@ -41,8 +41,8 @@
新增
</el-button>
<el-button
color="#626aef"
v-hasPerm="['sys:config:refresh']"
color="#626aef"
@click="handleRefreshCache"
>
<el-icon><RefreshLeft /></el-icon>
@@ -85,10 +85,10 @@
<el-table-column fixed="right" label="操作" width="220">
<template #default="scope">
<el-button
v-hasPerm="['sys:config:update']"
type="primary"
size="small"
link
v-hasPerm="['sys:config:update']"
@click="handleOpenDialog(scope.row.id)"
>
<template #icon>
@@ -97,10 +97,10 @@
编辑
</el-button>
<el-button
v-hasPerm="['sys:config:delete']"
type="danger"
size="small"
link
v-hasPerm="['sys:config:delete']"
@click="handleDelete(scope.row.id)"
>
<template #icon>