From 28db820caf0ed90f4326d29cb0fa7a19cba92775 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期五, 27 二月 2026 16:33:03 +0800
Subject: [PATCH] 经销商管理
---
admin/src/components/business/OperaMemberDetail.vue | 19 +++++++++++--------
1 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/admin/src/components/business/OperaMemberDetail.vue b/admin/src/components/business/OperaMemberDetail.vue
index f7ac9a6..53614cc 100644
--- a/admin/src/components/business/OperaMemberDetail.vue
+++ b/admin/src/components/business/OperaMemberDetail.vue
@@ -2,9 +2,10 @@
<GlobalWindow
:title="title"
width="100%"
+ :withFooter="false"
:visible.sync="visible"
>
- <div style="display: block">
+ <div class="detail-box">
<div class="header">
<div class="header-b">鐢ㄦ埛淇℃伅</div>
<div v-if="info.phone!=null && info.phone!=''" class="header-blue">宸叉巿鏉冩墜鏈哄彿</div>
@@ -21,10 +22,10 @@
</div>
<div class="info-item"></div>
</div>
- <div style="display: block">
+ <div class="detail-box" style="margin-bottom: 50px;">
<div class="header">
<div class="header-b">绉垎鏄庣粏</div>
- <div v-if="info.phone!=null && info.phone!=''" class="header-btn">
+ <div class="header-btn">
<el-button style="display: inline" type="primary" @click="changeIntegral">绉垎璋冩暣</el-button>
</div>
</div>
@@ -55,10 +56,12 @@
>
<el-table-column prop="type" label="鑾峰緱/鎵i櫎" align="center" min-width="150px">
<template slot-scope="{row}">
- {{ row.saleType == 1?'鎵i櫎':'鑾峰緱'}}
- </template>
+ <span v-if="row.type==0" class="green">鑾峰緱</span>
+ <span v-else class="red">鎵i櫎</span>
+ </template>
</el-table-column>
<el-table-column prop="num" label="鏁伴噺" fixed align="center" min-width="100px"> </el-table-column>
+ <el-table-column prop="totalNum" label="浣欓" fixed align="center" min-width="100px"> </el-table-column>
<el-table-column prop="strObjType" label="娑堣垂绫诲瀷" align="center" min-width="100px"></el-table-column>
<el-table-column prop="content" label="娑堣垂鍐呭" align="center" min-width="150px" show-overflow-tooltip></el-table-column>
<el-table-column prop="orderCode" label="鍏宠仈璁㈠崟" align="center" min-width="150px"></el-table-column>
@@ -151,10 +154,10 @@
}
</script>
<style scoped>
-.table-pagination{
+/*.table-pagination{
position: fixed !important;
- bottom: 50px;
-}
+ bottom: 0px;
+}*/
.header-b{
display: inline-block;
font-size: 16px;
--
Gitblit v1.9.3