| | |
| | | <template> |
| | | <div class="home-container"> |
| | | <el-scrollbar height="100%"> |
| | | <el-row> |
| | | <div class="homeCard"> |
| | | <el-row class="homeCard"> |
| | | <!-- <div class="homeCard">--> |
| | | <el-col :span="6"> |
| | | <div class="grid-content topInfo"> |
| | | <div>当前所属部门:</div> |
| | |
| | | <div><el-button type="success" @click="dialogFormVisible = true">新增预约</el-button></div> |
| | | </div> |
| | | </el-col> |
| | | </div> |
| | | <!-- </div>--> |
| | | </el-row> |
| | | <el-row> |
| | | <div class="homeCard"> |
| | |
| | | <el-table-column prop="high" label="高处" /> |
| | | <el-table-column prop="block" label="盲板抽堵"/> |
| | | <el-table-column prop="tempUse" label="临时用电"/> |
| | | <el-table-column fixed="right" label="操作"> |
| | | <el-table-column fixed="right" label="操作" align="center" width="180"> |
| | | <template #default> |
| | | <el-button link type="primary" size="small">操作</el-button> |
| | | </template> |