From 0994009a6d6184839359505d99fdf7be68ee1b19 Mon Sep 17 00:00:00 2001
From: hdy <1105738590@qq.com>
Date: 星期五, 14 三月 2025 12:51:12 +0800
Subject: [PATCH] 工单界面新增按钮

---
 billion-ui/src/views/main/da/stationCollection/index.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/billion-ui/src/views/main/da/stationCollection/index.vue b/billion-ui/src/views/main/da/stationCollection/index.vue
index a6a07b2..f73aa20 100644
--- a/billion-ui/src/views/main/da/stationCollection/index.vue
+++ b/billion-ui/src/views/main/da/stationCollection/index.vue
@@ -94,14 +94,13 @@
 
     <el-table border v-loading="loading" :data="daStationCollectionList" @selection-change="handleSelectionChange">
       <el-table-column type="selection" width="55" align="center" />
-      <el-table-column label="涓婚敭id" align="center" prop="id" />
       <el-table-column :show-overflow-tooltip="true" label="鎬绘垚搴忓垪鍙�" align="center" prop="sfcCode" />
       <el-table-column :show-overflow-tooltip="true" label="宸ヤ綅缂栫爜" align="center" prop="locationCode" />
       <el-table-column label="杩涚珯鏃堕棿" align="center" prop="inboundTime" width="180">
       </el-table-column>
       <el-table-column label="鍑虹珯鏃堕棿" align="center" prop="outboundTime" width="180">
       </el-table-column>
-      <el-table-column :show-overflow-tooltip="true" label="鐘舵��" align="center" prop="status" />
+      <el-table-column :show-overflow-tooltip="true" label="绔欑姸鎬�" align="center" prop="status" />
       <el-table-column label="閲囬泦鏃堕棿" align="center" prop="collectTime" width="180">
       </el-table-column>
     </el-table>

--
Gitblit v1.9.3