Commit 6fbc7937 authored by 罗超's avatar 罗超

1

parent 66bb1080
...@@ -302,6 +302,12 @@ ...@@ -302,6 +302,12 @@
<el-tag v-for="(item,index) in scope.row.OpenPlatformList" v-if="item.Name" size="small" style="margin:0 5px 5px 0;" :key="index">{{item.Name}}</el-tag> <el-tag v-for="(item,index) in scope.row.OpenPlatformList" v-if="item.Name" size="small" style="margin:0 5px 5px 0;" :key="index">{{item.Name}}</el-tag>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="OpenPlatformList" label="是否上架">
<template slot-scope="scope">
<div v-if="scope.row.IsShelves===0"></div>
<div v-if="scope.row.IsShelves===1"></div>
</template>
</el-table-column>
<el-table-column label="地址"> <el-table-column label="地址">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.ProvinceName}} {{scope.row.ProvinceName}}
......
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