修改订单管理
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m12s

This commit is contained in:
sexygoat
2026-02-28 17:46:42 +08:00
parent 7b459b5c8d
commit 7e9acda1ab
3 changed files with 49 additions and 13 deletions

View File

@@ -78,7 +78,7 @@
<ElDialog
v-model="allocateDialogVisible"
title="授权卡给企业"
width="85%"
width="75%"
@close="handleAllocateDialogClose"
>
<!-- 搜索过滤条件 -->
@@ -727,18 +727,6 @@
label: '运营商',
width: 100
},
{
prop: 'cost_price',
label: '成本价',
width: 100,
formatter: (row: StandaloneIotCard) => `¥${(row.cost_price / 100).toFixed(2)}`
},
{
prop: 'distribute_price',
label: '分销价',
width: 100,
formatter: (row: StandaloneIotCard) => `¥${(row.distribute_price / 100).toFixed(2)}`
},
{
prop: 'status',
label: '状态',