From fa3a13b43cdcd3bcc42abae4d9c0a67e48ebea41 Mon Sep 17 00:00:00 2001 From: 石广澎 <shiguangpeng@163.com> Date: 星期二, 12 十二月 2023 16:05:41 +0800 Subject: [PATCH] feat: bug修复 12536 --- admin-web/src/views/systemManger/org/index.vue | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/admin-web/src/views/systemManger/org/index.vue b/admin-web/src/views/systemManger/org/index.vue index b7964cd..fd390d2 100644 --- a/admin-web/src/views/systemManger/org/index.vue +++ b/admin-web/src/views/systemManger/org/index.vue @@ -38,8 +38,7 @@ import edit from './edit' import * as finsystenant from '@/api/baseSetting/finsystenant' import myImport from '@/views/components/myImport' -import {updStatus} from "@/api/baseSetting/finsystenant"; -import {getBaseUrl, getUploadUrl} from '@/utils/base'; +import {getBaseUrl} from '@/utils/base'; export default { name: "index", @@ -71,7 +70,7 @@ /* 妯℃澘涓嬭浇 */ templateSettings: { templateName: '瀵煎叆妯℃澘.xls', // 鍚嶇О - templateUrl: SettingIplatform.apiBaseURL + '/pc/fin/sys/tenant/getImportTemplate' // 涓嬭浇鍦板潃 + templateUrl: SettingIplatform.apiBaseURL + '/pc/fin/sys/tenant/getImportTemplate?type=tenant' // 涓嬭浇鍦板潃 }, onSuccess: null }, @@ -115,6 +114,7 @@ {title: '缂栧彿', field: 'code', align: 'center', width: '150px'}, {title: '鏈烘瀯鍚嶇О', field: 'name', align: 'left'}, {title: '灞傜骇', field: 'lv', align: 'center', width: '80px'}, + {title: '椤哄簭鍙�', field: 'lv', align: 'center', width: '80px'}, {title: '澶囨敞', field: 'summary', align: 'left', width: '150px'}, { field: 'belongProvince', @@ -155,12 +155,12 @@ this.showAudit(row); }, }, - { - title: '鍒犻櫎', - events: (row) => { - this.del(row); - }, - } + // { + // title: '鍒犻櫎', + // events: (row) => { + // this.del(row); + // }, + // } ], }, paging: { -- Gitblit v1.9.1