perf: standard code format in the views folder

This commit is contained in:
xiaoxian521
2022-05-14 10:53:06 +08:00
parent 1cf82eb7a4
commit 64326c4fb5
31 changed files with 228 additions and 166 deletions

View File

@@ -97,9 +97,9 @@ const handleManageProduct = product => {
<template>
<div class="main">
<div class="w-full flex justify-between mb-4">
<el-button :icon="useRenderIcon('add')" @click="formDialogVisible = true"
>新建产品</el-button
>
<el-button :icon="useRenderIcon('add')" @click="formDialogVisible = true">
新建产品
</el-button>
<el-input
style="width: 300px"
v-model="searchValue"