From f6f5e4a28931bdd49b9d0d593d42ef6a291e0f86 Mon Sep 17 00:00:00 2001
From: yuxc <653031404@qq.com>
Date: 星期六, 09 九月 2023 09:14:07 +0800
Subject: [PATCH] 1、租户拼接问题修改。 2、http请求头加鉴权失败问题修改。
---
Source/UBCS-WEB/src/views/docking/loge.vue | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/Source/UBCS-WEB/src/views/docking/loge.vue b/Source/UBCS-WEB/src/views/docking/loge.vue
index b672067..574dfaa 100644
--- a/Source/UBCS-WEB/src/views/docking/loge.vue
+++ b/Source/UBCS-WEB/src/views/docking/loge.vue
@@ -54,7 +54,7 @@
prop: "id",
search: true,
sortable:true,
- width:150
+ width:130
},
{
label: "鍥惧彿",
@@ -69,7 +69,8 @@
prop: 'classifyId',
search: true,
sortable:true,
- width: 230
+ overHidden:true,
+ width: 150
},
{
label: '鍒嗙被鍚嶇О',
@@ -77,14 +78,14 @@
search: true,
sortable:true,
overHidden: true,
- width: 150
+ width: 140
},
{
label: '闆嗘垚绯荤粺缂栧彿',
prop: 'systemCode',
search: true,
sortable:true,
- width: 150
+ width: 130
},
{
label: '闆嗘垚绯荤粺鍚嶇О',
@@ -95,7 +96,7 @@
},
{
label: '绫诲瀷',
- prop: 'type',
+ prop: 'typeText',
search: true,
sortable:true,
width: 150
@@ -128,7 +129,7 @@
width: 160
},
{
- label: '鏄惁鎺ㄩ�佹垚鍔�',
+ label: '鏄惁鎴愬姛',
prop: 'interfaceStatus',
search: true,
sortable:true,
--
Gitblit v1.10.0