bug修改
parent
72ed363ac3
commit
950b8a097c
|
@ -92,7 +92,7 @@
|
|||
<td>{{param.paramName}}</td><td>{{param.paramValue}}</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- <div v-else>暂无商品参数</div> -->
|
||||
<div v-else>暂无商品参数</div>
|
||||
</TabPane>
|
||||
</Tabs>
|
||||
</div>
|
||||
|
|
|
@ -112,7 +112,7 @@ export default {
|
|||
handler: function (v) {
|
||||
this.type = v;
|
||||
}
|
||||
},
|
||||
}
|
||||
}
|
||||
};
|
||||
</script>
|
||||
|
|
|
@ -200,9 +200,9 @@ export default {
|
|||
width: 100,
|
||||
render: (h, params) => {
|
||||
if (params.row.marketEnable == "DOWN") {
|
||||
return h("Tag", {props: {color: "green"},},"上架");
|
||||
return h("Tag", {props: {color: "volcano"},},"下架");
|
||||
} else if (params.row.marketEnable == "UPPER") {
|
||||
return h("Tag", {props: {color: "volcano",},},"下架");
|
||||
return h("Tag", {props: {color: "green",},},"上架");
|
||||
}
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue