From 063f77b345e71ad140722f9787bfb3f613bbcc18 Mon Sep 17 00:00:00 2001
From: gaoaoy <1042166043@qq.com>
Date: 星期四, 29 二月 2024 11:24:23 +0800
Subject: [PATCH] 5 解决冲突

---
 src/components/view/5capacity-scope.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/components/view/5capacity-scope.vue b/src/components/view/5capacity-scope.vue
index c448299..0627a9e 100644
--- a/src/components/view/5capacity-scope.vue
+++ b/src/components/view/5capacity-scope.vue
@@ -41,7 +41,7 @@
 </style>
 
 <template>
-	<div class="role_manage">
+	<div class="capacity-scope">
 		<div>
 			<el-row class="title">
 				<el-col :span="12">
@@ -125,7 +125,7 @@
 						deviceGroup: null,
 						orderBy: {
 							field: 'id',
-							order: 'asc'
+							order: 'desc'
 						}
 					},
 					isIndex: false,
@@ -167,7 +167,7 @@
 						specimenName: null,
 						orderBy: {
 							field: 'id',
-							order: 'asc'
+							order: 'desc'
 						}
 					},
 					isIndex: false,
@@ -314,4 +314,4 @@
 			}
 		}
 	}
-</script>
\ No newline at end of file
+</script>

--
Gitblit v1.9.3