This commit is contained in:
ygx
2026-03-31 23:00:26 +08:00
parent e7ae4feef5
commit 1195ac2f12

View File

@@ -123,11 +123,11 @@
size="small" size="small"
> >
<template #columns> <template #columns>
<a-table-column title="序号" :width="80"> <!-- <a-table-column title="序号" :width="80">
<template #cell="{ rowIndex }"> <template #cell="{ rowIndex }">
{{ rowIndex + 1 }} {{ rowIndex + 1 }}
</template> </template>
</a-table-column> </a-table-column> -->
<a-table-column title="U位编号" data-index="unit_number" :width="100" /> <a-table-column title="U位编号" data-index="unit_number" :width="100" />
<a-table-column title="设备名称" data-index="asset_name" :width="150" /> <a-table-column title="设备名称" data-index="asset_name" :width="150" />
<a-table-column title="设备编号" data-index="asset_code" :width="150" /> <a-table-column title="设备编号" data-index="asset_code" :width="150" />