bug修改

This commit is contained in:
mabo
2021-06-30 09:45:36 +08:00
parent 72ed363ac3
commit 950b8a097c
3 changed files with 4 additions and 4 deletions

View File

@@ -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>

View File

@@ -112,7 +112,7 @@ export default {
handler: function (v) {
this.type = v;
}
},
}
}
};
</script>