fetch(modify):修改套餐接口
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m40s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m40s
This commit is contained in:
@@ -283,7 +283,6 @@
|
||||
{ label: '套餐名称', prop: 'package_name' },
|
||||
{ label: '店铺名称', prop: 'shop_name' },
|
||||
{ label: '成本价', prop: 'cost_price' },
|
||||
{ label: '原计算成本价', prop: 'calculated_cost_price' },
|
||||
{ label: '状态', prop: 'status' },
|
||||
{ label: '创建时间', prop: 'created_at' },
|
||||
{ label: '操作', prop: 'operation' }
|
||||
@@ -372,13 +371,6 @@
|
||||
)
|
||||
}
|
||||
},
|
||||
{
|
||||
prop: 'calculated_cost_price',
|
||||
label: '原计算成本价',
|
||||
width: 120,
|
||||
formatter: (row: ShopPackageAllocationResponse) =>
|
||||
`¥${(row.calculated_cost_price / 100).toFixed(2)}`
|
||||
},
|
||||
{
|
||||
prop: 'status',
|
||||
label: '状态',
|
||||
|
||||
Reference in New Issue
Block a user