From 3a61aa096c3191e97770a92e4e145fe63ddc1aa4 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 27 二月 2026 18:41:05 +0800
Subject: [PATCH] 经销商管理
---
admin/src/views/business/notice.vue | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/admin/src/views/business/notice.vue b/admin/src/views/business/notice.vue
index c4c9850..eade598 100644
--- a/admin/src/views/business/notice.vue
+++ b/admin/src/views/business/notice.vue
@@ -14,7 +14,7 @@
<template v-slot:table-wrap>
<ul class="toolbar" v-permissions="['business:notice:create', 'business:notice:delete']">
<li><el-button type="primary" @click="$refs.operaNoticeWindow.open('鏂板缓娑堟伅閫氱煡')" icon="el-icon-plus" v-permissions="['business:notice:create']">鏂板缓</el-button></li>
- <li><el-button @click="deleteByIdInBatch" icon="el-icon-delete" v-permissions="['business:notice:delete']">鍒犻櫎</el-button></li>
+ <li><el-button type="danger" @click="deleteByIdInBatch" icon="el-icon-delete" v-permissions="['business:notice:delete']">鍒犻櫎</el-button></li>
</ul>
<el-table
v-loading="isWorking.search"
@@ -26,16 +26,16 @@
<el-table-column type="selection" width="55"></el-table-column>
<!-- <el-table-column prop="id" label="涓婚敭" align="center" min-width="100px"></el-table-column> -->
<el-table-column prop="title" label="鏍囬" align="center" min-width="120px"></el-table-column>
- <el-table-column prop="content" label="鍐呭" align="center" min-width="180px"></el-table-column>
+ <el-table-column prop="content" label="鍐呭" align="center" min-width="380px"></el-table-column>
<!-- <el-table-column prop="objMemberId" label="鍏宠仈鐢ㄦ埛缂栫爜锛堝叧鑱攎ember琛級" min-width="100px"></el-table-column> -->
<!-- <el-table-column prop="objMemberImg" label="鍏宠仈鐢ㄦ埛澶村儚" min-width="100px"></el-table-column> -->
<!-- <el-table-column prop="imgurl" label="鍒楄〃鍥�" min-width="100px"></el-table-column>
<el-table-column prop="objId" label="瀵硅薄缂栫爜" min-width="100px"></el-table-column> -->
- <el-table-column prop="notifyObject" label="閫氱煡瀵硅薄" align="center" min-width="100px">
+<!-- <el-table-column prop="notifyObject" label="閫氱煡瀵硅薄" align="center" min-width="100px">
<template slot-scope="{row}">
{{ row.notifyObject==0 ? '鐢ㄦ埛' : '鍟嗗' }}
</template>
- </el-table-column>
+ </el-table-column>-->
<!-- <el-table-column prop="type" label="娑堟伅绫诲瀷 0璁㈠崟閫氱煡 1绯荤粺娑堟伅 2浜掑姩娑堟伅 3浼樻儬鍒告彁閱� 4瀹樻柟瀹㈡湇 5娲诲姩鎺ㄨ崘 6鎴戠殑鍏虫敞" min-width="100px"></el-table-column> -->
<el-table-column prop="createDate" label="鍒涘缓鏃堕棿" align="center" min-width="140px"></el-table-column>
<el-table-column prop="creatorName" label="鍒涘缓浜�" align="center" min-width="100px"></el-table-column>
@@ -48,7 +48,7 @@
>
<template slot-scope="{row}">
<el-button type="text" @click="$refs.operaNoticeWindow.open('缂栬緫娑堟伅閫氱煡', row)" icon="el-icon-edit" v-permissions="['business:notice:update']">缂栬緫</el-button>
- <el-button type="text" @click="deleteById(row)" icon="el-icon-delete" v-permissions="['business:notice:delete']">鍒犻櫎</el-button>
+ <el-button type="text" style="color: red;" @click="deleteById(row)" icon="el-icon-delete" v-permissions="['business:notice:delete']">鍒犻櫎</el-button>
</template>
</el-table-column>
</el-table>
--
Gitblit v1.9.3