From e4f9739d74323aacf09d139700f22a383910ee97 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 04 三月 2026 10:38:32 +0800
Subject: [PATCH] 合并

---
 admin/src/views/business/labelsBrand.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/admin/src/views/business/labelsBrand.vue b/admin/src/views/business/labelsBrand.vue
index 60359d9..b7ca2d4 100644
--- a/admin/src/views/business/labelsBrand.vue
+++ b/admin/src/views/business/labelsBrand.vue
@@ -3,7 +3,7 @@
     <!-- 鎼滅储琛ㄥ崟 -->
     <el-form ref="searchForm" slot="search-form" :model="searchForm" label-width="100px" inline>
       <el-form-item label="閫傜敤鍝佺墝鍚嶇О" prop="name">
-        <el-input v-model="searchForm.name" placeholder="璇疯緭鍏ラ�傜敤鍝佺墝鍚嶇О" @keypress.enter.native="search"></el-input>
+        <el-input v-model="searchForm.name" placeholder="璇疯緭鍏ラ�傜敤鍝佺墝鍚嶇О" clearable @keypress.enter.native="search"></el-input>
       </el-form-item>
       <section>
         <el-button type="primary" @click="search">鎼滅储</el-button>
@@ -72,8 +72,8 @@
 import BaseTable from '@/components/base/BaseTable'
 import TableLayout from '@/layouts/TableLayout'
 import Pagination from '@/components/common/Pagination'
-import OperaLabelsWindow from '@/components/business/OperaLabelsZhuanquWindow'
-import {updateStatusById} from "@/api/business/labels";
+import OperaLabelsWindow from '@/components/business/OperaLabelsOtherWindow'
+
 export default {
   name: 'Labels',
   extends: BaseTable,

--
Gitblit v1.9.3