| | |
| | | v-if="checkPermi(['performance:manHour:workTimeConfig:add'])">新 增</el-button> |
| | | </div> |
| | | <div class="table"> |
| | | <lims-table :tableData="tableData" :column="column" :page="page" :tableLoading="tableLoading" |
| | | :height="'calc(100vh - 290px)'" @pagination="pagination"></lims-table> |
| | | <lims-table :tableData="tableData" :column="column" :tableLoading="tableLoading" :height="'calc(100vh - 290px)'" |
| | | :page="page" @pagination="pagination"></lims-table> |
| | | </div> |
| | | <!-- 新增/编辑 --> |
| | | <el-dialog :title="title" :visible.sync="timeDia" width="500px"> |