From 2c6e7b2f057806023262479d2b778099559ca5ee Mon Sep 17 00:00:00 2001
From: shj <1790240199@qq.com>
Date: 星期五, 15 七月 2022 16:57:52 +0800
Subject: [PATCH] 管理

---
 src/views/facilityManagement/InstrumentationInformation/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/facilityManagement/InstrumentationInformation/index.vue b/src/views/facilityManagement/InstrumentationInformation/index.vue
index 933aa2c..bef886c 100644
--- a/src/views/facilityManagement/InstrumentationInformation/index.vue
+++ b/src/views/facilityManagement/InstrumentationInformation/index.vue
@@ -89,7 +89,7 @@
 						<el-table-column property="address" label="装置设施型号" align="center" sortable show-overflow-tooltip />
 						<el-table-column property="address" label="类型/类别外键" align="center" sortable show-overflow-tooltip />
 						<el-table-column property="address" label="设施部位" align="center" sortable show-overflow-tooltip />
-						<el-table-column label="操作" align="center" style="width: 300px">
+						<el-table-column label="操作" align="center" width="250">
 							<template #default>
 								<el-button link type="primary" size="default" :icon="View">查看</el-button>
 								<el-button link type="primary" size="default" :icon="EditPen">修改</el-button>
@@ -121,7 +121,7 @@
 <script lang="ts">
 import { defineComponent, ref, reactive, watch } from 'vue';
 import updata from '/@/components/updata/updata.vue'
-import Dailog from './component/Dailog.vue'
+import Dailog from '/@/components/equipmentDailog/Dailog.vue'
 import { ElTree, TabsPaneContext } from 'element-plus';
 import { EditPen, Plus, Delete, Download, Refresh, Upload } from '@element-plus/icons-vue';
 interface Tree {
@@ -251,7 +251,7 @@
 		}
 		const ShowD=ref()
 		const openD=()=>{
-         ShowD.value.openDailog()
+         ShowD.value.openDailog(false)
 		}
 		return {
 			activeName,

--
Gitblit v1.9.2