From ae8d9d380854076d0b2da145576ae08f14a8f835 Mon Sep 17 00:00:00 2001
From: web <candymxq888@outlook.com>
Date: 星期三, 19 三月 2025 17:26:47 +0800
Subject: [PATCH] feat: 添加生态流量页面&做大屏分辨率适配

---
 src/views/facility/facilityType/index.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/src/views/facility/facilityType/index.vue b/src/views/facility/facilityType/index.vue
index c48047f..45b0355 100644
--- a/src/views/facility/facilityType/index.vue
+++ b/src/views/facility/facilityType/index.vue
@@ -42,7 +42,6 @@
 let tableHeader = ref({
     name: '类型名称',
     code: '类型编号',
-    facilityType: '设备类型',
     createTimeView: '创建时间'
 })
 
@@ -213,7 +212,7 @@
                     </div>
                 </template>
             </el-table-column>
-            <el-table-column label="操作" width="180" align="center" class-name="small-padding fixed-width">
+            <el-table-column label="操作" align="center" class-name="small-padding fixed-width">
                 <template #default="scope">
                     <el-button link type="primary" icon="Edit" v-has="['update',route]"
                                @click="handleUpdate(scope.row)">修改

--
Gitblit v1.9.3