From a751e547d67c4f8e2c6fddf958c1559f792515bd Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期五, 27 六月 2025 16:11:50 +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