🦀️ fix: 修复【组合商品--新建】商品范围中,数量修改为“单次到账”

This commit is contained in:
wangsongsole 2024-02-27 10:17:21 +08:00
parent 8567d1c46e
commit 4cb4ceb98a
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ export const tableColumn = [
width: "auto"
},
{
title: "数量",
title: "剩余数量",
type: "normal",
prop: "send_num",
width: "auto"

View File

@ -103,7 +103,7 @@ export const Column2 = [
width: "auto"
},
{
title: "数量",
title: "单次到账",
prop: "send_num",
name: "send_num",
type: "normal",