From 3d8dc67eb42a4e606907eae43824c37e1ab9810f Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期二, 03 三月 2026 15:54:26 +0800
Subject: [PATCH] 经销商管理

---
 admin/src/components/business/OperaWithdrawRecordWindow.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/admin/src/components/business/OperaWithdrawRecordWindow.vue b/admin/src/components/business/OperaWithdrawRecordWindow.vue
index f55033e..40e58ca 100644
--- a/admin/src/components/business/OperaWithdrawRecordWindow.vue
+++ b/admin/src/components/business/OperaWithdrawRecordWindow.vue
@@ -84,7 +84,7 @@
           </el-radio-group>
         </el-form-item>
         <el-form-item label="鎵撴鍑瘉" prop="payFileList" v-if="checkForm.status ==1">
-          <div style="margin-left: 150px">
+          <div style=" ">
           <UploadImage
               :fileList="checkForm.payFileList"
               :uploadData="{folder:'transfer'}"
@@ -204,7 +204,7 @@
         this.form = res || {}
         this.logList = []
         if (this.form.status == 1) {
-          this.logList.push({ title: '骞冲彴瀹℃牳閫氳繃', info: this.form.auditUserName, createTime: this.form.auditTime || '', status: 1, files: this.form.payFileList || [], bank: this.form.payBank || '', auditRemark: this.form.auditRemark || '' })
+          this.logList.push({ title: '骞冲彴瀹℃牳閫氳繃', info: this.form.auditUserName, createTime: this.form.auditTime || '', status: 1, files: this.form.payFileList || [], payBank: this.form.payBank || '', auditRemark: this.form.auditRemark || '' })
         } else if (this.form.status == 2) {
           this.logList.push({ title: '骞冲彴瀹℃牳椹冲洖', info: this.form.auditUserName, createTime: this.form.auditTime || '', status: 2, auditRemark: this.form.auditRemark || '' })
         }
@@ -314,7 +314,7 @@
 
 }
 .info-item-a span{
-  font-weight: 600;
+  //font-weight: 600;
 }
 .info-item-a  .btn{
   font-size: 12px !important;

--
Gitblit v1.9.3