| | |
| | | <template> |
| | | <basic-container> |
| | | <basic-container |
| | | :class="[$store.state.control.windowWidth >= 1024 ? 'oneRowSearch' : '']" |
| | | > |
| | | <avue-crud |
| | | :option="option" |
| | | :table-loading="loading" |
| | |
| | | pageSize: 10, |
| | | currentPage: 1, |
| | | total: 0, |
| | | ...this.$store.state.control.changePageSize, |
| | | }, |
| | | selectionList: [], |
| | | option: { |
| | |
| | | menuWidth: 320, |
| | | dialogClickModal: false, |
| | | column: workreplyColumn, |
| | | ...this.$store.state.control.clearOtherBut, |
| | | }, |
| | | data: [], |
| | | }; |
| | |
| | | permissionList() { |
| | | return { |
| | | addBtn: this.vaildData(null, false), |
| | | viewBtn: this.vaildData(this.permission.notice_view, false), |
| | | viewBtn: this.vaildData(this.permission.workreply_view, false), |
| | | delBtn: this.vaildData(null, false), |
| | | editBtn: this.vaildData(this.permission.notice_edit, false), |
| | | editBtn: this.vaildData(this.permission.workreply_edit, false), |
| | | }; |
| | | }, |
| | | ids() { |