🦀️ fix: 修复【组合商品--新建】商品范围中,数量修改为“单次到账”
This commit is contained in:
parent
8567d1c46e
commit
4cb4ceb98a
|
@ -69,7 +69,7 @@ export const tableColumn = [
|
|||
width: "auto"
|
||||
},
|
||||
{
|
||||
title: "数量",
|
||||
title: "剩余数量",
|
||||
type: "normal",
|
||||
prop: "send_num",
|
||||
width: "auto"
|
||||
|
|
|
@ -103,7 +103,7 @@ export const Column2 = [
|
|||
width: "auto"
|
||||
},
|
||||
{
|
||||
title: "数量",
|
||||
title: "单次到账",
|
||||
prop: "send_num",
|
||||
name: "send_num",
|
||||
type: "normal",
|
||||
|
|
Loading…
Reference in New Issue