css
shj
2022-07-18 ddfbb100e4e64e53333d2351c0e7db15ebf0d83b
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,