Commit d48ae462 authored by zhengke's avatar zhengke

修改

parent 0f6c2e79
......@@ -282,7 +282,7 @@ import ChooseImg from "@/components/global/ChooseImg.vue";
if(num==2){
this.tierDig=true;
this.titleDig='选择归属的一级分类';
this.tierWidth='20%'
this.tierWidth='300px'
}
if(num==3){
this.tierDig=true;
......
......@@ -66,7 +66,12 @@
<el-table-column prop="PostName" label="职位">
</el-table-column>
<el-table-column prop="MemberGradeName" label="会员类型">
<el-table-column label="会员类型">
<template slot-scope="scope">
<span>{{scope.row.MemberGradeName}}
<span style="color:#67C23A;">({{scope.row.UserPageTypeStr}})</span>
</span>
</template>
</el-table-column>
<el-table-column prop="name" label="订单数">
<template slot-scope="scope">
......
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