feat: 修改单位字段
This commit is contained in:
@@ -146,7 +146,6 @@ function getdata() {
|
|||||||
return skuList.value
|
return skuList.value
|
||||||
}
|
}
|
||||||
function priceFormat(item, key) {
|
function priceFormat(item, key) {
|
||||||
console.log(item, key, 'debug222')
|
|
||||||
// 输入售价其他行为0值时候同样回填售价值
|
// 输入售价其他行为0值时候同样回填售价值
|
||||||
// 原价 originPrice
|
// 原价 originPrice
|
||||||
if (key == 'salePrice' && item.originPrice == 0) {
|
if (key == 'salePrice' && item.originPrice == 0) {
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ const contentConfig: IContentConfig<UserPageQuery> = {
|
|||||||
slotName: "type",
|
slotName: "type",
|
||||||
},
|
},
|
||||||
{ label: "库存", align: "center", prop: "stockNumber" },
|
{ label: "库存", align: "center", prop: "stockNumber" },
|
||||||
{ label: "耗材信息", align: "center", prop: "consList" },
|
{ label: "耗材信息", align: "center", prop: "consName" },
|
||||||
{
|
{
|
||||||
label: "上架",
|
label: "上架",
|
||||||
align: "center",
|
align: "center",
|
||||||
|
|||||||
Reference in New Issue
Block a user