合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
~~~ <el-table-column label="类型" min-width="100" align="center"> <template slot-scope="{row}"> <el-tag :type="['primary','success','warning', 'danger'][row.type-1]" size="mini">{{ ['课程', '直播', '专栏', '优惠券'][row.type-1] }}</el-tag> </template> </el-table-column> ~~~