Fix Bug #561: AI修复
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<el-table-column prop="itemName" label="项目名称" min-width="150" />
|
||||
<el-table-column label="总量" width="120" data-cy="total-quantity">
|
||||
<template #default="{ row }">
|
||||
{{ row.totalQuantity }} {{ row.totalUnit || '' }}
|
||||
{{ row.totalQuantity }} {{ row.totalUnit && row.totalUnit !== 'null' ? row.totalUnit : '' }}
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="status" label="状态" width="100" />
|
||||
|
||||
Reference in New Issue
Block a user