mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-15 14:03:36 +08:00
perf: standard code format in the views folder
This commit is contained in:
@@ -73,12 +73,12 @@ const cardLogoClass = computed(() => [
|
||||
<IconifyIconOffline icon="more-vertical" class="icon-more" />
|
||||
<template #dropdown>
|
||||
<el-dropdown-menu :disabled="!product.isSetup">
|
||||
<el-dropdown-item @click="handleClickManage(product)"
|
||||
>管理</el-dropdown-item
|
||||
>
|
||||
<el-dropdown-item @click="handleClickDelete(product)"
|
||||
>删除</el-dropdown-item
|
||||
>
|
||||
<el-dropdown-item @click="handleClickManage(product)">
|
||||
管理
|
||||
</el-dropdown-item>
|
||||
<el-dropdown-item @click="handleClickDelete(product)">
|
||||
删除
|
||||
</el-dropdown-item>
|
||||
</el-dropdown-menu>
|
||||
</template>
|
||||
</el-dropdown>
|
||||
|
||||
@@ -139,9 +139,9 @@ const rules = {
|
||||
</el-form>
|
||||
<template #footer>
|
||||
<el-button @click="closeDialog">取消</el-button>
|
||||
<el-button type="primary" @click="submitForm(ruleFormRef)"
|
||||
>确定</el-button
|
||||
>
|
||||
<el-button type="primary" @click="submitForm(ruleFormRef)">
|
||||
确定
|
||||
</el-button>
|
||||
</template>
|
||||
</el-dialog>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user