From 00a7a61df86db969f2ba61c508d02ba4709ce3d4 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期五, 05 六月 2026 10:09:06 +0800
Subject: [PATCH] 改bug

---
 admin/src/views/business/goodsCategoryList.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/admin/src/views/business/goodsCategoryList.vue b/admin/src/views/business/goodsCategoryList.vue
index 434230f..950ceb7 100644
--- a/admin/src/views/business/goodsCategoryList.vue
+++ b/admin/src/views/business/goodsCategoryList.vue
@@ -1,8 +1,8 @@
 <template>
   <TableLayout :permissions="['business:category:query']">
     <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" clearable placeholder="璇疯緭鍏ョ墿鍝佸悕绉�" @keypress.enter.native="search"></el-input>
+      <el-form-item label="浣嶇疆鏍囩" prop="name">
+        <el-input v-model="searchForm.name" clearable placeholder="璇疯緭鍏ヤ綅缃爣绛�" @keypress.enter.native="search"></el-input>
       </el-form-item>
       <el-form-item label="鐘舵��" prop="status">
         <el-select v-model="searchForm.status" clearable placeholder="璇烽�夋嫨鐘舵��" @change="search">
@@ -26,7 +26,8 @@
         stripe
       >
         <el-table-column prop="id" label="ID" min-width="80px"></el-table-column>
-        <el-table-column prop="name" label="鐗╁搧鍚嶇О" min-width="120px"></el-table-column>
+        <el-table-column prop="name" label="浣嶇疆鏍囩" min-width="120px"></el-table-column>
+        <el-table-column prop="relationName" label="鐗╁搧绛夌骇" min-width="120px"></el-table-column>
         <el-table-column prop="detail" label="瀵勫瓨璇存槑" min-width="200px"></el-table-column>
         <el-table-column prop="sortnum" label="鍒嗙被鎺掑簭" min-width="100px"></el-table-column>
         <el-table-column label="鐘舵��" min-width="80px">

--
Gitblit v1.9.3