Admin
2022-07-01 5c35d26c03b49303600b861c39c435c8e9461e4d
src/views/specialWorkSystem/workPlan/workReservation/index.vue
@@ -44,18 +44,18 @@
      </el-row>
      <el-row>
         <el-table :data="tableData" border style="width: 100%">
            <el-table-column prop="id" label="编号" width="180" />
            <el-table-column prop="time" label="预约时间" width="180" />
            <el-table-column prop="department" label="预约部门" />
            <el-table-column prop="dirtyWork" label="动土作业" width="180" />
            <el-table-column prop="fireWork" label="动火作业" width="180" />
            <el-table-column prop="hangWork" label="吊装作业" />
            <el-table-column prop="spaceWork" label="受限空间作业" width="180" />
            <el-table-column prop="cut" label="断路" width="180" />
            <el-table-column prop="id" label="编号" width="120" />
            <el-table-column prop="time" label="预约时间" width="150" />
            <el-table-column prop="department" label="预约部门" width="180" />
            <el-table-column prop="dirtyWork" label="动土作业" width="100" />
            <el-table-column prop="fireWork" label="动火作业" width="100" />
            <el-table-column prop="hangWork" label="吊装作业" width="100" />
            <el-table-column prop="spaceWork" label="受限空间作业"/>
            <el-table-column prop="cut" label="断路"/>
            <el-table-column prop="high" label="高处" />
            <el-table-column prop="block" label="盲板抽堵" width="180" />
            <el-table-column prop="tempUse" label="临时用电" width="180" />
            <el-table-column fixed label="操作">
            <el-table-column prop="block" label="盲板抽堵"/>
            <el-table-column prop="tempUse" label="临时用电"/>
            <el-table-column fixed="right" label="操作">
               <template #default>
                  <el-button link type="primary" size="small">操作</el-button>
               </template>
@@ -87,8 +87,8 @@
         </el-form>
         <template #footer>
           <span class="dialog-footer">
            <el-button @click="dialogFormVisible = false">取消</el-button>
            <el-button type="primary" @click="dialogFormVisible = false">确认</el-button>
            <el-button @click="dialogFormVisible = false" size="default">取消</el-button>
            <el-button type="primary" @click="dialogFormVisible = false" size="default">确认</el-button>
           </span>
         </template>
      </el-dialog>
@@ -230,7 +230,7 @@
      .el-col{
         display: flex;
         align-items: center;
         margin: 40px 0;
         margin: 40px 0 20px;
      }
      .grid-content{
         align-items: center;