| | |
| | | :total-count="total" |
| | | @search="onSearch" |
| | | :extraHeight="tabsHeaderHeight" |
| | | :defaultPageSize="10" |
| | | > |
| | | <!-- <template #options> </template> |
| | | <template #buttons> </template> --> |
| | | <template #options> |
| | | <FYOptionLocation |
| | | :disabled="true" |
| | | :checkStrictly="false" |
| | | :initValue="false" |
| | | :allOption="false" |
| | | :level="3" |
| | | v-model:value="formSearch._locations" |
| | | ></FYOptionLocation> |
| | | </template> |
| | | <!-- <template #buttons> </template> --> |
| | | <template #table-column> |
| | | <el-table-column |
| | | fixed="left" |
| | |
| | | |
| | | const tabsHeaderHeight = inject('tabsHeaderHeight', 0); |
| | | |
| | | const formSearch = ref({ |
| | | _locations: { |
| | | pCode: '31', |
| | | pName: '上海市', |
| | | cCode: '3100', |
| | | cName: '上海市', |
| | | dCode: '310106', |
| | | dName: '静安区' |
| | | } |
| | | }); |
| | | // 夜间施工记录及总数 |
| | | const data = ref([]); |
| | | const total = ref(0); |