modify
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 6m13s

This commit is contained in:
sexygoat
2026-04-02 13:42:57 +08:00
parent 411206e039
commit 8df7024a45
83 changed files with 1830 additions and 1865 deletions

View File

@@ -21,7 +21,6 @@
<span>加载中...</span>
</div>
</ElCard>
</div>
</template>
@@ -64,8 +63,7 @@
{ label: '换货单号', prop: 'exchange_no' },
{
label: '状态',
render: (data) =>
h(ElTag, { type: getStatusType(data.status) }, () => data.status_text)
render: (data) => h(ElTag, { type: getStatusType(data.status) }, () => data.status_text)
},
{
label: '换货原因',
@@ -80,11 +78,7 @@
{
label: '新资产类型',
formatter: (_, data) =>
data.new_asset_type
? data.new_asset_type === 'iot_card'
? 'IoT卡'
: '设备'
: '--'
data.new_asset_type ? (data.new_asset_type === 'iot_card' ? 'IoT卡' : '设备') : '--'
},
{
label: '新资产标识符',