feat
This commit is contained in:
@@ -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" />
|
||||||
|
|||||||
Reference in New Issue
Block a user