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>
......
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
</div> </div>
</div> </div>
</div> </div>
<div style="width:100%"> <div style="width:100%">
...@@ -90,10 +90,10 @@ ...@@ -90,10 +90,10 @@
class="el-icon-close"></i></button> class="el-icon-close"></i></button>
</div> </div>
</el-form-item> </el-form-item>
</el-form> </el-form>
<div class="hr"></div> <div class="hr"></div>
<div class="hr"></div> <div class="hr"></div>
<div class="title">按钮</div> <div class="title">按钮</div>
<el-form style="padding:20px 0;background:#fff" ref="addMsg" :model="addMsg" label-width="100px"> <el-form style="padding:20px 0;background:#fff" ref="addMsg" :model="addMsg" label-width="100px">
...@@ -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>
...@@ -266,11 +266,11 @@ ...@@ -266,11 +266,11 @@
</span> </span>
</div> </div>
</div> </div>
<div class="title">文字</div> <div class="title">文字</div>
<el-form style="padding:20px 0;background:#fff" ref="addMsg" :model="addMsg" label-width="50px"> <el-form style="padding:20px 0;background:#fff" ref="addMsg" :model="addMsg" label-width="50px">
<el-form-item label=""> <el-form-item label="">
<div flex="dir:left cross:center" class="share-text"> <div flex="dir:left cross:center" class="share-text">
<div class="default">可提现佣金</div> <div class="default">可提现佣金</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',
...@@ -549,7 +549,7 @@ ...@@ -549,7 +549,7 @@
tuiguangCode: this.domainManager().ImageUrl + '/Upload/Set/1587968626000.png', tuiguangCode: this.domainManager().ImageUrl + '/Upload/Set/1587968626000.png',
//vip购买默认背景 //vip购买默认背景
vipbackground: this.domainManager().ImageUrl + '/Upload/Set/vipbg.png', vipbackground: this.domainManager().ImageUrl + '/Upload/Set/vipbg.png',
imgType: 1, imgType: 1,
changeState: false, changeState: false,
iconDig: false, iconDig: false,
...@@ -557,7 +557,7 @@ ...@@ -557,7 +557,7 @@
Name: '', Name: '',
Path: '', Path: '',
}, },
viprule: { viprule: {
BottomRule: [{ BottomRule: [{
required: true, required: true,
...@@ -574,7 +574,7 @@ ...@@ -574,7 +574,7 @@
}, },
mounted() {}, mounted() {},
methods: { methods: {
saveVipMsg(formName){ saveVipMsg(formName){
this.$refs[formName].validate((valid) => { this.$refs[formName].validate((valid) => {
if (valid) { if (valid) {
...@@ -584,7 +584,7 @@ ...@@ -584,7 +584,7 @@
} }
}); });
}, },
openIcon(index, name, path) { openIcon(index, name, path) {
this.commonIndex = index; this.commonIndex = index;
this.imgType = index; this.imgType = index;
...@@ -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