From 6cd1cd09c6b13c071dc085e24f0980cc102b99a2 Mon Sep 17 00:00:00 2001 From: lyh <925863403@qq.com> Date: 星期六, 02 八月 2025 15:33:31 +0800 Subject: [PATCH] 添加流转节点 --- src/components/tools/EquipmentSelection.vue | 17 +++++------------ 1 files changed, 5 insertions(+), 12 deletions(-) diff --git a/src/components/tools/EquipmentSelection.vue b/src/components/tools/EquipmentSelection.vue index 6553fb7..7418288 100644 --- a/src/components/tools/EquipmentSelection.vue +++ b/src/components/tools/EquipmentSelection.vue @@ -7,8 +7,8 @@ <a-form layout="inline" @keyup.enter.native="searchQuery"> <a-row :gutter="24"> <a-col :md="5" :sm="4"> - <a-form-item label="璁惧缂栫爜"> - <a-input placeholder="璇疯緭鍏ヨ澶囩紪鐮�" v-model="queryParam.num" /> + <a-form-item label="缁熶竴缂栫爜"> + <a-input placeholder="璇疯緭鍏ョ粺涓�缂栫爜" v-model="queryParam.num" /> </a-form-item> </a-col> <a-col :md="5" :sm="4"> @@ -38,7 +38,7 @@ </div> <a-row :gutter="24"> <a-col :md="16" :sm="12"> - <a-table ref="table" :scroll="{ x: true, y: true }" size="middle" rowKey="id" bordered :columns="columns" + <a-table ref="table" size="middle" rowKey="id" bordered :columns="columns" :dataSource="dataSource" :pagination="false" :rowSelection="rowSelection" :loading="loading" @change="handleTableChange"> <template slot="equipmentPhoto" slot-scope="text,record"> @@ -86,7 +86,7 @@ queryParam: {}, columns: [ { - title: '璁惧缂栫爜', + title: '缁熶竴缂栫爜', align: 'center', dataIndex: 'num', width: 120, @@ -99,13 +99,6 @@ width: 120, ellipsis: true }, - { - title: '璧勪骇缂栫爜', - align: 'center', - dataIndex: 'assetNumber', - width: 120 - }, - { title: '鐗圭璁惧', align: 'center', @@ -153,7 +146,7 @@ ], selectColumns: [ { - title: '璁惧缂栫爜', + title: '缁熶竴缂栫爜', align: 'center', dataIndex: 'num', width: 120, -- Gitblit v1.9.3