From abed82384f42233b7534b7047bcfd955a2ef4487 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期一, 02 三月 2026 13:49:14 +0800
Subject: [PATCH] 经销商管理

---
 admin/src/views/business/hotCity.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/admin/src/views/business/hotCity.vue b/admin/src/views/business/hotCity.vue
index a514005..b0b5679 100644
--- a/admin/src/views/business/hotCity.vue
+++ b/admin/src/views/business/hotCity.vue
@@ -1,12 +1,12 @@
 <template>
   <TableLayout :permissions="['business:hotcity:query']">
     <!-- 鎼滅储琛ㄥ崟 -->
-    <el-form ref="searchForm" slot="search-form" :model="searchForm" label-width="100px" inline>
-      
+    <el-form ref="searchForm" slot="search-form" :model="searchForm" label-width="100px" >
+
       <el-form-item label="鍩庡競鍚嶇О" prop="cityName">
         <el-input v-model="searchForm.cityName" placeholder="璇疯緭鍏ュ煄甯傚悕绉�" @keypress.enter.native="search"></el-input>
       </el-form-item>
-     
+
       <section>
         <el-button type="primary" @click="search">鎼滅储</el-button>
         <el-button @click="reset">閲嶇疆</el-button>
@@ -34,7 +34,7 @@
           fixed="right"
         >
           <template slot-scope="{row}">
-            <el-button type="text" @click="deleteById(row)" icon="el-icon-delete" v-permissions="['business:hotcity:delete']">鍒犻櫎</el-button>
+            <el-button type="text"  style="color: red;" @click="deleteById(row)" icon="el-icon-delete" v-permissions="['business:hotcity:delete']">鍒犻櫎</el-button>
           </template>
         </el-table-column>
       </el-table>

--
Gitblit v1.9.3