From 7b157aa56608423c9e7de63e12240e8044b3afd9 Mon Sep 17 00:00:00 2001
From: lihang <lihang@vci-tech.com>
Date: 星期一, 17 四月 2023 16:51:06 +0800
Subject: [PATCH] 元数据管理ver初始
---
Source/UBCS-WEB/src/views/system/tenant.vue | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/Source/UBCS-WEB/src/views/system/tenant.vue b/Source/UBCS-WEB/src/views/system/tenant.vue
index be50ba3..8cfa8c9 100644
--- a/Source/UBCS-WEB/src/views/system/tenant.vue
+++ b/Source/UBCS-WEB/src/views/system/tenant.vue
@@ -136,7 +136,6 @@
dialogWidth: 900,
dialogClickModal: false,
column: [
-
{
label: "绉熸埛ID",
prop: "tenantId",
@@ -224,7 +223,7 @@
type: 'upload',
listType: 'picture-img',
dataType: 'string',
- action: '/api/blade-resource/oss/endpoint/put-file',
+ action: '/api/ubcs-resource/oss/endpoint/put-file',
propsHttp: {
res: 'data',
url: 'link',
@@ -263,7 +262,7 @@
search: true,
span: 24,
type: "select",
- dicUrl: "/api/blade-develop/datasource/select",
+ dicUrl: "/api/ubcs-develop/datasource/select",
props: {
label: "name",
value: "id"
@@ -285,7 +284,7 @@
search: true,
span: 24,
type: "select",
- dicUrl: "/api/blade-system/tenant-package/select",
+ dicUrl: "/api/ubcs-system/tenant-package/select",
props: {
label: "packageName",
value: "id"
@@ -310,7 +309,7 @@
created() {
// 鑾峰彇鍒皌rue杩樻槸false鐩存帴璧嬪�硷紝瀹氫箟鏂规硶浼氬氨鏄幏鍙栦笉鍒帮紝涓嶇煡閬撲粈涔堥棶棰橈紝寮哄埗鐢↗SON.parse浼氬湪鍚庨潰杩藉姞涓�涓猟isabled锛屾墍浠ョ洿鎺ヨ幏鍙栥�傚悗鏈熷鏋滄坊鍔燾loumn浼氬嚭鐜癰ug锛岀敤foreach寰幆鍑篶olumn鍦ㄥ垽鏂璽ype鏄惁绛変簬radio锛岀劧鍚庡皢鍗曠嫭radio鐨刣isabled鏀逛负res.data.data
- this.$axios.get('/api/blade-system/tenant/find-ssa-enable').then(res => {
+ this.$axios.get('/api/ubcs-system/tenant/find-ssa-enable').then(res => {
this.option.column[6].disabled= res.data.data
});
},
--
Gitblit v1.10.0