From 89380e6260a75d1d3b94de687ebcc2f50d50659d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 03 Feb 2026 15:44:33 +0800
Subject: [PATCH] feat:环境变量配置调整
---
applications/task-work-order/src/views/orderView/organizational/zoningManagement/index.vue | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/applications/task-work-order/src/views/orderView/organizational/zoningManagement/index.vue b/applications/task-work-order/src/views/orderView/organizational/zoningManagement/index.vue
index c79bc2b..400ce59 100644
--- a/applications/task-work-order/src/views/orderView/organizational/zoningManagement/index.vue
+++ b/applications/task-work-order/src/views/orderView/organizational/zoningManagement/index.vue
@@ -96,7 +96,7 @@
class="gd-dialog"
append-to-body
v-model="isShowImportView"
- title="导入区划"
+ title="区划导入"
:width="pxToRem(500)"
:close-on-click-modal="false"
:destroy-on-close="true"
@@ -104,8 +104,6 @@
>
<el-form class="gd-dialog-form" ref="importFormRef" :model="importParams" :rules="importRules" label-width="140px">
<el-form-item label="导出模板">
- <!-- :loading="templateExportLoading"
- :disabled="templateExportLoading" -->
<el-button
type="primary"
color="#F2F3F5"
@@ -131,7 +129,7 @@
:disabled="importSubmitting"
@click="submitImport(importFormRef)"
>
- 保存
+ 导入
</el-button>
</template>
</el-dialog>
--
Gitblit v1.9.3