| | |
| | | /* |
| | | * @Author: Morpheus |
| | | * @Date: 2021-07-07 17:30:05 |
| | | * @Last Modified by: liu |
| | | * @Last Modified time: 2021-11-26 09:53:14 |
| | | * menu-name 监管信息 |
| | | */ |
| | | /* * @Author: Morpheus * @Date: 2021-07-07 17:30:05 * @Last Modified by: liu * |
| | | @Last Modified time: 2021-11-26 09:53:14 * menu-name 监管信息 */ |
| | | <template> |
| | | <basic-container class="witerFontColorInput"> |
| | | <basic-container |
| | | :class="[ |
| | | 'witerFontColorInput', |
| | | $store.state.control.screenSize == 1366 ? 'smallSize' : 'normalSize', |
| | | $store.state.control.windowWidth >= 1024 ? 'tooRowSearch1' : '', |
| | | ]" |
| | | > |
| | | <avue-crud |
| | | class="tablesss" |
| | | :option="option" |
| | | :table-loading="loading" |
| | | :data="data" |
| | |
| | | pageSize: 10, |
| | | currentPage: 1, |
| | | total: 0, |
| | | ...this.$store.state.control.changePageSize, |
| | | }, |
| | | selectionList: [], |
| | | option: { |
| | |
| | | index: true, |
| | | viewBtn: true, |
| | | dialogClickModal: false, |
| | | ...this.$store.state.control.clearOtherBut, |
| | | |
| | | column: [ |
| | | { |
| | | label: "保安姓名", |
| | | prop: "realName", |
| | | search: true, |
| | | width: 82, |
| | | searchSpan: 4, |
| | | // hide: true, |
| | | // editDisplay: false, |
| | |
| | | { |
| | | label: "保安公司", |
| | | prop: "deptName", |
| | | minWidth: 110, |
| | | minWidth: 160, |
| | | overHidden: true, |
| | | }, |
| | | { |
| | |
| | | { |
| | | label: "身份证号", |
| | | prop: "cardid", |
| | | width: 139, |
| | | width: 165, |
| | | // type: "select", |
| | | // labelWidth: 120, |
| | | // // display: false, |
| | |
| | | { |
| | | label: "年龄", |
| | | prop: "age", |
| | | width: 65, |
| | | // display: false, |
| | | // labelWidth: 120, |
| | | // width: 200, |
| | |
| | | }); |
| | | return ids.join(","); |
| | | }, |
| | | }, |
| | | mounted() { |
| | | this.$store.commit("setWindowSizeHeightAdd"); |
| | | }, |
| | | methods: { |
| | | //导出 |
| | |
| | | this.data = d; |
| | | // this.data = data.records; |
| | | // console.log(this.data); |
| | | this.$store.commit("setWindowSizeHeightAdd"); |
| | | this.loading = false; |
| | | // this.selectionClear(); |
| | | }); |
| | |
| | | }; |
| | | </script> |
| | | |
| | | <style> |
| | | </style> |
| | | <style></style> |