From 7eb2abf43167d9db3fca2e7958b90ff1bea0cead Mon Sep 17 00:00:00 2001 From: feiyu02 <risaku@163.com> Date: 星期一, 03 三月 2025 13:54:31 +0800 Subject: [PATCH] 污染溯源模块编写中 --- src/views/satellitetelemetry/component/SatelliteImport.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/satellitetelemetry/component/SatelliteImport.vue b/src/views/satellitetelemetry/component/SatelliteImport.vue index eb962bd..0ab79c0 100644 --- a/src/views/satellitetelemetry/component/SatelliteImport.vue +++ b/src/views/satellitetelemetry/component/SatelliteImport.vue @@ -1,5 +1,5 @@ <template> - <CardDialog title="鐩戞祴鏁版嵁瀵煎叆" :model-value="modelValue" :width="420" @changed="handleChange"> + <!-- <CardDialog title="鐩戞祴鏁版嵁瀵煎叆" :model-value="modelValue" :width="420" @changed="handleChange"> --> <div class="download"> <el-button @click="downloadTemplate" type="primary" class="el-button-custom" size="small" v-loading="downloadLoading">涓嬭浇妯℃澘</el-button> @@ -44,7 +44,7 @@ <el-text class="mx-1" type="success">{{ successTipMsg }}</el-text> </el-form-item> </el-form> - </CardDialog> + <!-- </CardDialog> --> </template> <script setup> import { ref, watch, defineProps, defineEmits } from 'vue'; -- Gitblit v1.9.3