商家端新增上传视频功能

This commit is contained in:
Yer
2023-07-19 14:08:32 +08:00
parent 2c8e34008f
commit 6a653198c3
5 changed files with 242 additions and 487 deletions

View File

@@ -84,8 +84,9 @@ export default {
{
title: "商品价格",
key: "price",
width: 120,
render: (h, params) => {
return h("priceColorScheme", {props:{value:params.row.price,color:this.$mainColor}} );
return h("priceColorScheme", {props:{value:params.row.price || 0,color:this.$mainColor}} );
},
},
{

File diff suppressed because it is too large Load Diff