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/information.vue | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/admin/src/views/business/information.vue b/admin/src/views/business/information.vue
index ff61e15..7ac0dc8 100644
--- a/admin/src/views/business/information.vue
+++ b/admin/src/views/business/information.vue
@@ -1,7 +1,7 @@
<template>
<TableLayout :permissions="['business:activity: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="name">
<el-input v-model="searchForm.name" placeholder="璇疯緭鍏ユ爣棰�" @keypress.enter.native="search"></el-input>
</el-form-item>
@@ -73,7 +73,7 @@
<el-table-column prop="name" label="鏍囬" align="center" min-width="100px"></el-table-column>
<el-table-column prop="lablesName" label="鎵�灞炲垎绫�" align="center" min-width="100px"></el-table-column>
<el-table-column prop="brandName" label="鎵�灞炲搧鐗�" align="center" min-width="100px"></el-table-column>
- <el-table-column prop="content" label="鏁版嵁鍊�" min-width="100px">
+ <el-table-column prop="content" label="璇︽儏" min-width="100px">
<template slot-scope="{row}">
<div v-if="row.content">
<el-button v-if="row.contentType == 1" title="鐐瑰嚮璺宠浆澶栭摼鏌ョ湅" type="text" @click="openUrl(row)" >鐐瑰嚮璺宠浆</el-button>
@@ -90,8 +90,8 @@
<template slot-scope="{row}">
<el-switch
v-model="row.status"
- :active-value="1"
- :inactive-value="0"
+ :active-value="0"
+ :inactive-value="1"
active-color="#13ce66"
fixed="right"
inactive-color="#ff4949"
--
Gitblit v1.9.3