feat: 修改单位字段

This commit is contained in:
duan
2025-03-03 17:12:22 +08:00
parent 250317f1ca
commit 9e256c664f
2 changed files with 1 additions and 2 deletions

View File

@@ -146,7 +146,6 @@ function getdata() {
return skuList.value
}
function priceFormat(item, key) {
console.log(item, key, 'debug222')
// 输入售价其他行为0值时候同样回填售价值
// 原价 originPrice
if (key == 'salePrice' && item.originPrice == 0) {

View File

@@ -78,7 +78,7 @@ const contentConfig: IContentConfig<UserPageQuery> = {
slotName: "type",
},
{ label: "库存", align: "center", prop: "stockNumber" },
{ label: "耗材信息", align: "center", prop: "consList" },
{ label: "耗材信息", align: "center", prop: "consName" },
{
label: "上架",
align: "center",