From 372141202debcfa5c74496d149ef6416c5c83397 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期一, 14 十月 2024 17:42:09 +0800
Subject: [PATCH] 删除维度管理

---
 src/views/project/yw/systemManage/metricAgentMgr/MetricAgentMgr.vue |   71 +++++++++++++----------------------
 1 files changed, 26 insertions(+), 45 deletions(-)

diff --git a/src/views/project/yw/systemManage/metricAgentMgr/MetricAgentMgr.vue b/src/views/project/yw/systemManage/metricAgentMgr/MetricAgentMgr.vue
index 4bd6b44..e79a76e 100644
--- a/src/views/project/yw/systemManage/metricAgentMgr/MetricAgentMgr.vue
+++ b/src/views/project/yw/systemManage/metricAgentMgr/MetricAgentMgr.vue
@@ -24,7 +24,7 @@
 		<template #main>
 			<div class="w100 h100" v-show="tableHasChildren">
 				<el-tabs v-model="activeTabName" class="h-full" @tab-change="handleClick">
-					<el-tab-pane label="鏁版嵁闆嗙鐞�" name="dataset" class="h-full">
+					<el-tab-pane label="鎸囨爣绠$悊" name="dataset" class="h-full">
 						<div class="h-full">
 							<el-table
 								v-loading="tableLoading"
@@ -89,46 +89,6 @@
 							</div>
 						</div>
 					</el-tab-pane>
-					<el-tab-pane label="缁村害绠$悊" name="tagObject" class="h-full">
-						<div class="h-full">
-							<el-table
-								v-loading="tableLoading"
-								ref="draggableTableRef"
-								class="h100"
-								border
-								:row-class-name="isDragStatus ? 'cursor-move' : 'cursor-pointer'"
-								:data="tagObjectDData"
-								highlight-current-row
-							>
-								<el-table-column label="鍚嶇О" prop="title" width="200" fixed="left" show-overflow-tooltip> </el-table-column>
-								<el-table-column label="鎻忚堪" prop="creator" show-overflow-tooltip> </el-table-column>
-								<el-table-column label="鐘舵��" prop="create_time" width="125" show-overflow-tooltip> </el-table-column>
-								<el-table-column label="鍒涘缓浜�" prop="published" width="100" show-overflow-tooltip> </el-table-column>
-								<el-table-column label="鏇存柊鏃堕棿" prop="note" show-overflow-tooltip width="150"> </el-table-column>
-								<el-table-column label="鎿嶄綔" width="80" fixed="right" show-overflow-tooltip> </el-table-column>
-							</el-table>
-						</div>
-					</el-tab-pane>
-					<el-tab-pane label="鏈绠$悊" name="terminology" class="h-full">
-						<div class="h-full">
-							<el-table
-								v-loading="tableLoading"
-								ref="draggableTableRef"
-								class="h100"
-								border
-								:row-class-name="isDragStatus ? 'cursor-move' : 'cursor-pointer'"
-								:data="terminologyData"
-								highlight-current-row
-							>
-								<el-table-column label="鍚嶇О" prop="title" width="200" fixed="left" show-overflow-tooltip> </el-table-column>
-								<el-table-column label="杩戜箟璇�" prop="creator" show-overflow-tooltip> </el-table-column>
-								<el-table-column label="鍒涘缓浜�" prop="create_time" width="125" show-overflow-tooltip> </el-table-column>
-								<el-table-column label="鏇存柊鏃堕棿" prop="published" width="100" show-overflow-tooltip> </el-table-column>
-								<el-table-column label="鎻忚堪" prop="note" show-overflow-tooltip width="150"> </el-table-column>
-								<el-table-column label="鎿嶄綔" width="80" fixed="right" show-overflow-tooltip> </el-table-column>
-							</el-table>
-						</div>
-					</el-tab-pane>
 					<el-tab-pane label="鏉冮檺绠$悊" name="permission" class="h-full">
 						<div class="h-full">
 							<div class="flex items-center justify-between set-permission box-border">
@@ -152,6 +112,26 @@
 									</el-select>
 								</el-form-item>
 							</el-form>
+						</div>
+					</el-tab-pane>
+					<el-tab-pane label="鎺ㄨ崘闂" name="terminology" class="h-full">
+						<div class="h-full">
+							<el-table
+								v-loading="tableLoading"
+								ref="draggableTableRef"
+								class="h100"
+								border
+								:row-class-name="isDragStatus ? 'cursor-move' : 'cursor-pointer'"
+								:data="terminologyData"
+								highlight-current-row
+							>
+								<el-table-column label="鍚嶇О" prop="title" width="200" fixed="left" show-overflow-tooltip> </el-table-column>
+								<el-table-column label="杩戜箟璇�" prop="creator" show-overflow-tooltip> </el-table-column>
+								<el-table-column label="鍒涘缓浜�" prop="create_time" width="125" show-overflow-tooltip> </el-table-column>
+								<el-table-column label="鏇存柊鏃堕棿" prop="published" width="100" show-overflow-tooltip> </el-table-column>
+								<el-table-column label="鎻忚堪" prop="note" show-overflow-tooltip width="150"> </el-table-column>
+								<el-table-column label="鎿嶄綔" width="80" fixed="right" show-overflow-tooltip> </el-table-column>
+							</el-table>
 						</div>
 					</el-tab-pane>
 				</el-tabs>
@@ -328,12 +308,10 @@
 };
 
 //#endregion
-//#region ====================== 鏁版嵁瀵硅薄绠$悊 ======================
+//#region ====================== 鎸囨爣绠$悊 ======================
 const tagObjectDData = ref([]);
 //#endregion
-//#region ====================== 鏈绠$悊 ======================
-const terminologyData = ref([]);
-//#endregion
+
 //#region ====================== 鏉冮檺绠$悊 ======================
 const permissionForm = ref({
 	accessPermissions: '',
@@ -344,6 +322,9 @@
 const byOrganizationData = ref([]);
 const byIndividualData = ref([]);
 //#endregion
+//#region ====================== 鎺ㄨ崘闂 ======================
+const terminologyData = ref([]);
+//#endregion
 //#region ====================== 妯″瀷绠$悊(娌℃湁鐖惰妭鐐�) ======================
 const activeModelName = ref('modelName');
 const canvasRadio = ref('canvas_list');

--
Gitblit v1.9.3