This commit is contained in:
faiz 2024-04-25 14:09:29 +08:00
parent 51090791d3
commit ffb44718f5
2 changed files with 15 additions and 15 deletions

View File

@ -106,7 +106,7 @@
</el-col>
</el-row>
<el-row :gutter="14" class="panel-group-count">
<el-col :span="3" class="card-panel-item">
<el-col :span="4" class="card-panel-item">
<router-link :to=" { path:`${roterPre}` + '/product/list' } ">
<div class="card-panel-count">
<span class="iconfont icon-shangpinguanli" style="color: #57D1A0;"></span>
@ -114,7 +114,7 @@
</div>
</router-link>
</el-col>
<el-col :span="3" class="card-panel-item">
<el-col :span="4" class="card-panel-item">
<router-link :to=" { path:`${roterPre}` + '/user/list' } ">
<div class="card-panel-count">
<span class="iconfont icon-yonghuguanli" style="color: #69C0FD;"></span>
@ -122,7 +122,7 @@
</div>
</router-link>
</el-col>
<el-col :span="3" class="card-panel-item">
<el-col :span="4" class="card-panel-item">
<router-link :to=" { path:`${roterPre}` + '/order/list' } ">
<div class="card-panel-count">
<span class="iconfont icon-dingdanguanli" style="color: #EF9B6F;"></span>
@ -130,7 +130,7 @@
</div>
</router-link>
</el-col>
<el-col :span="3" class="card-panel-item">
<el-col :span="4" class="card-panel-item">
<router-link :to=" { path:`${roterPre}` + '/accounts/capitalFlow' } ">
<div class="card-panel-count">
<span class="iconfont icon-caiwuguanli" style="color: #B27FEB;"></span>
@ -138,23 +138,23 @@
</div>
</router-link>
</el-col>
<el-col :span="3" class="card-panel-item">
<!-- <el-col :span="3" class="card-panel-item">
<router-link :to=" { path:`${roterPre}` + '/setting/sms/sms_config/index' } ">
<div class="card-panel-count">
<span class="iconfont icon-yihaotong" style="color: #EFB32C;"></span>
<span class="panel-text">一号通</span>
</div>
</router-link>
</el-col>
<el-col :span="3" class="card-panel-item">
</el-col> -->
<!-- <el-col :span="3" class="card-panel-item">
<router-link :to=" { path:`${roterPre}` + '/marketing/coupon/list' } ">
<div class="card-panel-count">
<span class="iconfont icon-youhuiquan" style="color: #5CC7C1;"></span>
<span class="panel-text">优惠券</span>
</div>
</router-link>
</el-col>
<el-col :span="3" class="card-panel-item">
</el-col> -->
<el-col :span="4" class="card-panel-item">
<router-link :to=" { path:`${roterPre}` + '/systemForm/modifyStoreInfo' } ">
<div class="card-panel-count">
<span class="iconfont icon-xitongshezhi" style="color: #EFB32C;"></span>
@ -162,7 +162,7 @@
</div>
</router-link>
</el-col>
<el-col :span="3" class="card-panel-item">
<el-col :span="4" class="card-panel-item">
<router-link :to=" { path:`${roterPre}` + '/accounts/transManagement' } ">
<div class="card-panel-count">
<span class="iconfont icon-daochuwenjian" style="color: #EF9B6F;"></span>

View File

@ -58,7 +58,7 @@
<span class="basic-label">店铺保证金</span>
<span class="font_red">{{ marginNumber }}</span>
<div class="margin_count" @mouseenter="getCode('all')">
<el-button type="text" size="small" class="mr10 pay_btn">去支付保证金</el-button>
<el-button v-if="marginNumber>0" type="text" size="small" class="mr10 pay_btn">去支付保证金</el-button>
<!--支付二维码-->
<!-- <div class="erweima">
<div class="pay_title">支付保证金</div>
@ -88,7 +88,7 @@
<span class="basic-label">技术服务费</span>
<span class="font_red">{{ serviceNumber}}</span>
<div class="margin_count" @mouseenter="getCode('service')">
<el-button type="text" size="small" class="mr10 pay_btn">去支付技术服务费</el-button>
<el-button v-if="serviceNumber>0" type="text" size="small" class="mr10 pay_btn">去支付技术服务费</el-button>
<!--支付二维码-->
<div class="erweima">
<div class="pay_title">对公账户</div>
@ -109,7 +109,7 @@
<span class="basic-label">上架费</span>
<span class="font_red">{{ goodsNumber }}</span>
<div class="margin_count" @mouseenter="getCode('goods')">
<el-button type="text" size="small" class="mr10 pay_btn">去支付上架费</el-button>
<el-button v-if="goodsNumber>0" type="text" size="small" class="mr10 pay_btn">去支付上架费</el-button>
<div class="erweima">
<div class="pay_title">对公账户</div>
<div>
@ -178,7 +178,7 @@
</div>
<div v-if="merData.serviceStatus" style="display: inline-block;">
<div class="margin_count" @mouseenter="getCode('all')">
<el-button type="text" size="small" class="mr10 pay_btn">去补缴保证金</el-button>
<el-button type="text" size="small" class="mr10 pay_btn">去补缴技术服务费</el-button>
<!--支付二维码-->
<div class="erweima">
<div class="pay_title">对公账户</div>
@ -213,7 +213,7 @@
</div>
<div v-if="merData.goodsStatus" style="display: inline-block;">
<div class="margin_count" @mouseenter="getCode('all')">
<el-button type="text" size="small" class="mr10 pay_btn">去补缴保证金</el-button>
<el-button type="text" size="small" class="mr10 pay_btn">去补缴上架费</el-button>
<!--支付二维码-->
<div class="erweima">
<div class="pay_title">对公账户</div>