From 038fedc8a0bfb61f0894b8879838001d3847aaa6 Mon Sep 17 00:00:00 2001
From: quanwei <419654421@qq.com>
Date: Tue, 23 Dec 2025 18:06:57 +0800
Subject: [PATCH] 修改供需求发布报错 需求发布底部导航发布点击弹出需求和供应发布 后台链接添加商家列表链接
---
shop_vue/src/views/supplier/supplier/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/shop_vue/src/views/supplier/supplier/index.vue b/shop_vue/src/views/supplier/supplier/index.vue
index 7d4fea9..fcfeca5 100644
--- a/shop_vue/src/views/supplier/supplier/index.vue
+++ b/shop_vue/src/views/supplier/supplier/index.vue
@@ -51,7 +51,7 @@
<el-table-column prop="link_phone" label="联系电话" width="120"></el-table-column>
<el-table-column prop="address" label="联系地址"></el-table-column>
<el-table-column prop="create_time" label="添加时间" width="150"></el-table-column>
- <el-table-column fixed="right" label="操作" width="150">
+ <el-table-column fixed="right" label="操作" width="180">
<template slot-scope="scope">
<el-button @click="recycle(scope.row,0)" type="text" size="small" v-auth="'/supplier/supplier/edit'" v-if="scope.row.is_recycle==1" style="color:gray;">开启</el-button>
<el-button @click="recycle(scope.row,1)" type="text" size="small" v-auth="'/supplier/supplier/edit'" v-else>禁用</el-button>
--
Gitblit v1.9.2