lxp
2025-03-18 ee38779810cfbe512788f71679aaaaa7fedb1775
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;