代理商信息
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="CreateTime" label="注册时间" width="160px"></el-table-column>
|
||||
<el-table-column prop="CreateType" label="注册方式" :formatter="formatterCreateType"></el-table-column>
|
||||
<el-table-column prop="CreateType" label="注册方式" :formatter="formatterCreateType" width="109px"></el-table-column>
|
||||
<!-- <el-table-column prop="ProductAccountCount" label="账号总数"></el-table-column>
|
||||
<el-table-column prop="ExpiredProductAccountCount" label="过期数"></el-table-column>
|
||||
<el-table-column prop="ExpiredProductAccountCount" label="未过期数"></el-table-column>-->
|
||||
@@ -218,6 +218,8 @@ export default {
|
||||
return "用户注册";
|
||||
case '3':
|
||||
return "淘宝注册";
|
||||
default:
|
||||
return cellValue
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user