From 34094f6365556377867154d9b4b2fbb261d1b6de Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Wed, 07 Feb 2024 14:27:34 +0800
Subject: [PATCH] 审核样式修改、加阵地类型字段
---
src/views/publicSecurity/positionManage/fileManage.vue | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/views/publicSecurity/positionManage/fileManage.vue b/src/views/publicSecurity/positionManage/fileManage.vue
index 39ef602..76a4f78 100644
--- a/src/views/publicSecurity/positionManage/fileManage.vue
+++ b/src/views/publicSecurity/positionManage/fileManage.vue
@@ -102,10 +102,10 @@
align: 'center',
},
{
- label: "场所类别",
- prop: "nineType",
+ label: "阵地类别",
+ prop: "frontType",
align: 'center',
- dicUrl: "/api/blade-system/dict-biz/tree?code=nineType",
+ dicUrl: "/api/blade-system/dict-biz/tree?code=frontType",
props: {
label: "title",
value: "key",
@@ -208,7 +208,6 @@
exportBlob(
`/api/blade-place/place/exportNineType?${this.website.tokenHeader}=${getToken()}&` + data
).then(res => {
- console.log('exportBlob', res)
downloadXls(res.data, `档案管理${dateNow()}.xlsx`)
NProgress.done()
})
--
Gitblit v1.9.3