From ee38779810cfbe512788f71679aaaaa7fedb1775 Mon Sep 17 00:00:00 2001
From: lxp <1928192722@qq.com>
Date: 星期二, 18 三月 2025 11:19:00 +0800
Subject: [PATCH] 表格合并以及权限添加

---
 src/views/performance/class/index.vue |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/src/views/performance/class/index.vue b/src/views/performance/class/index.vue
index 376e359..4ee8df7 100644
--- a/src/views/performance/class/index.vue
+++ b/src/views/performance/class/index.vue
@@ -1,5 +1,5 @@
 <template>
-  <div class="class-page">
+  <div class="classHour bg-1">
     <div class="search">
       <div class="search_thing">
         <div class="search_label">閫夋嫨鏃堕棿锛�</div>
@@ -70,6 +70,7 @@
           size="small"
           type="primary"
           @click="configTime"
+           v-hasPermi="['performance:class:time']"
           >鏃堕棿閰嶇疆</el-button
         >
         <el-button
@@ -78,6 +79,7 @@
           size="small"
           type="primary"
           @click="handleDown"
+           v-hasPermi="['performance:class:down']"
           >瀵� 鍑�</el-button
         >
         <el-button
@@ -85,6 +87,7 @@
           size="small"
           type="primary"
           @click="schedulingVisible = true"
+           v-hasPermi="['performance:class:add']"
           >鎺� 鐝�</el-button
         >
       </div>
@@ -1068,6 +1071,10 @@
 </script>
   
   <style scoped>
+  .classHour{
+    width: 100%;
+    height: 100%;
+  }
 .form_title {
   height: 36px;
   display: flex;

--
Gitblit v1.9.3