Commit f366fab4 authored by Mac's avatar Mac

样式修改

parent 651a076b
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</div> </div>
<div> <div>
<el-form-item label="是否开启"> <el-form-item label="是否开启">
<el-radio v-model="addMsg.IsOpen" :label="2">开启</el-radio> <el-radio v-model="addMsg.IsOpen" :label="2">开启</el-radio>
<el-radio v-model="addMsg.IsOpen" :label="1" @change="addMsg.CustomMinPriceRate = 0 ,addMsg.CustomMaxPriceRate = 0,addMsg.CustomMinFixedPrice = 0,addMsg.CustomMaxFixedPrice = 0">不开启</el-radio> <el-radio v-model="addMsg.IsOpen" :label="1" @change="addMsg.CustomMinPriceRate = 0 ,addMsg.CustomMaxPriceRate = 0,addMsg.CustomMinFixedPrice = 0,addMsg.CustomMaxFixedPrice = 0">不开启</el-radio>
</el-form-item> </el-form-item>
......
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
<div class="mobile"> <div class="mobile">
<div class="screen"> <div class="screen">
<div flex="main:center cross:center" class="top-bar"> <div flex="main:center cross:center" class="top-bar">
<div>分销中心</div> <div>微店中心</div>
</div> </div>
<div class="content"> <div class="content">
<div> <div>
...@@ -317,14 +317,14 @@ ...@@ -317,14 +317,14 @@
<div class="mobile"> <div class="mobile">
<div class="screen"> <div class="screen">
<div flex="main:center cross:center" class="top-bar"> <div flex="main:center cross:center" class="top-bar">
<div>分销佣金</div> <div>微店佣金</div>
</div> </div>
<div class="content" style="font-size: 13pt;"> <div class="content" style="font-size: 13pt;">
<div class="content-block head-block" style="padding: 0px 12px; height: 73px;"> <div class="content-block head-block" style="padding: 0px 12px; height: 73px;">
<div flex="dir:left box:left cross:center" <div flex="dir:left box:left cross:center"
style="height: 100%; color: rgb(255, 255, 255); justify-content: space-between;"> style="height: 100%; color: rgb(255, 255, 255); justify-content: space-between;">
<div> <div>
<div>分销佣金</div> <div>微店佣金</div>
<div style="padding-top: 10px;">3500元</div> <div style="padding-top: 10px;">3500元</div>
</div> </div>
<div <div
...@@ -537,9 +537,9 @@ ...@@ -537,9 +537,9 @@
addMsg: {}, addMsg: {},
commonIndex: -1, commonIndex: -1,
HeadImagePath: this.domainManager().ImageUrl + '/Upload/Goods/1597306803000_429.png', HeadImagePath: this.domainManager().ImageUrl + '/Upload/Goods/1597306803000_429.png',
//分销佣金默认 //微店佣金默认
fenxiaoMoren: this.domainManager().ImageUrl + '/Upload/Set/1587968503000.png', fenxiaoMoren: this.domainManager().ImageUrl + '/Upload/Set/1587968503000.png',
//分销订单默认 //微店订单默认
fenxiaoOrder: this.domainManager().ImageUrl + '/Upload/Set/1587968517000.png', fenxiaoOrder: this.domainManager().ImageUrl + '/Upload/Set/1587968517000.png',
//提现明细默认 //提现明细默认
tixianMoren: this.domainManager().ImageUrl + '/Upload/Set/1587968599000.png', tixianMoren: this.domainManager().ImageUrl + '/Upload/Set/1587968599000.png',
...@@ -600,14 +600,14 @@ ...@@ -600,14 +600,14 @@
case 3: case 3:
this.addMsg.SmallShopOrderImage = this.fenxiaoMoren; this.addMsg.SmallShopOrderImage = this.fenxiaoMoren;
iconMsg.Path = this.fenxiaoMoren; iconMsg.Path = this.fenxiaoMoren;
this.addMsg.SmallShopOrderName = '分销佣金'; this.addMsg.SmallShopOrderName = '微店佣金';
iconMsg.Name = '分销佣金'; iconMsg.Name = '微店佣金';
break; break;
case 4: case 4:
this.addMsg.WithdrawalDetailImage = this.fenxiaoOrder; this.addMsg.WithdrawalDetailImage = this.fenxiaoOrder;
iconMsg.Path = this.fenxiaoOrder; iconMsg.Path = this.fenxiaoOrder;
this.addMsg.WithdrawalDetailName = '分销佣金'; this.addMsg.WithdrawalDetailName = '微店佣金';
iconMsg.Name = '分销佣金'; iconMsg.Name = '微店佣金';
break; break;
case 5: case 5:
this.addMsg.MyCustomerImage = this.tixianMoren; this.addMsg.MyCustomerImage = this.tixianMoren;
......
...@@ -58,8 +58,8 @@ ...@@ -58,8 +58,8 @@
<div class="app-order-title"> <div class="app-order-title">
<div style="width: 55%;">商品信息</div> <div style="width: 55%;">商品信息</div>
<div style="width: 20%;">实付金额</div> <div style="width: 20%;">实付金额</div>
<div style="width: 20%;">分销状态</div> <div style="width: 20%;">佣金状态</div>
<div style="width: 20%;">分销情况</div> <div style="width: 20%;">佣金情况</div>
</div> </div>
<div v-loading="loading" class="app-order-list"> <div v-loading="loading" class="app-order-list">
<el-card v-for="(item,index) in tableData" :key="index" class="app-order-item" shadow="never"> <el-card v-for="(item,index) in tableData" :key="index" class="app-order-item" shadow="never">
...@@ -172,7 +172,7 @@ ...@@ -172,7 +172,7 @@
<span>{{list.SmallShopsCommission.UserName}}</span> <span>{{list.SmallShopsCommission.UserName}}</span>
</div> </div>
<div flex="dir:left cross:center" style="margin-bottom: 10px;" v-if="list.SmallShopsCommission.Name!=null && list.SmallShopsCommission.Name!='' " > <div flex="dir:left cross:center" style="margin-bottom: 10px;" v-if="list.SmallShopsCommission.Name!=null && list.SmallShopsCommission.Name!='' " >
<span style='color: #999999;margin-right: 10px;'>姓名:</span> <span style='color: #999999;margin-right: 10px;'>微店:</span>
<div>{{list.SmallShopsCommission.Name}}</div> <div>{{list.SmallShopsCommission.Name}}</div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment