From bc44c8e3c9d85691ce3fa73ef1300a6fae46e365 Mon Sep 17 00:00:00 2001
From: zouyu <2723363702@qq.com>
Date: 星期二, 18 三月 2025 19:07:08 +0800
Subject: [PATCH] Merge branch 'dev' of http://114.132.189.42:9002/r/center-lims-before-ruoyi into dev
---
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