From 7b52f30bc471b7f433eea950f77ecb74a87d867c Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期三, 05 三月 2025 17:33:02 +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