Admin
2022-07-05 cffe20b222f298a757e96e2b2e08c8baa3834bb4
src/views/specialWorkSystem/workPlan/workReservation/index.vue
@@ -2,6 +2,7 @@
   <div class="home-container">
      <el-scrollbar height="100%">
      <el-row>
         <div class="homeCard">
         <el-col :span="6">
            <div class="grid-content topInfo">
               <div>当前所属部门:</div>
@@ -42,8 +43,10 @@
               <div><el-button type="success" @click="dialogFormVisible = true">新增预约</el-button></div>
            </div>
         </el-col>
      </div>
      </el-row>
      <el-row>
         <div class="homeCard">
         <el-table :data="tableData" border style="width: 100%">
            <el-table-column prop="id" label="编号" width="120" />
            <el-table-column prop="time" label="预约时间" width="150" />
@@ -62,6 +65,7 @@
               </template>
            </el-table-column>
         </el-table>
         </div>
      </el-row>
      <el-dialog v-model="dialogFormVisible" title="新增预约">
         <el-form :model="reservationForm">
@@ -222,19 +226,21 @@
   $homeNavLengh: 8;
   .home-container {
      height: 100%;
      background: #fff;
      overflow: hidden;
      padding: 40px;
      padding: 20px;
      .el-row{
         margin-bottom: 20px;
      }
      .el-row:last-child {
      .el-row:last-of-type {
         margin-bottom: 0;
      }
      .el-col{
      .homeCard{
         width: 100%;
         display: flex;
         align-items: center;
         margin: 20px 0;
         padding: 20px;
         background: #fff;
         border-radius: 4px;
      }
      .grid-content{
         align-items: center;