| | |
| | | range-separator="~" |
| | | class="timeMini" |
| | | size="mini" |
| | | style="width: 200px;display: flex;line-height: 34px;height: 34px;" |
| | | style="width: 240px;display: flex;line-height: 34px;height: 34px;" |
| | | :clearable="false" |
| | | start-placeholder="开始日期" |
| | | end-placeholder="结束日期" |
| | |
| | | v-model="dialogForm.wkshop_code" |
| | | style="width: 200px" |
| | | placeholder="请选择" |
| | | :disabled="operation==='edit'" |
| | | > |
| | | <el-option |
| | | v-for="item in wkshopArr" |
| | |
| | | |
| | | } |
| | | }, |
| | | activated() { |
| | | window.addEventListener('resize', this.getHeight) |
| | | this.getHeight() |
| | | }, |
| | | created() { |
| | | this.getAttendanceSettSearch() |
| | | }, |