| | |
| | | return this.checkPermi(["standard:model:del"]); |
| | | }, |
| | | }, |
| | | { |
| | | name: "复制模板", |
| | | type: "text", |
| | | clickFun: (row) => { |
| | | this.copyTemplate(row); |
| | | }, |
| | | showHide: (row) => { |
| | | return this.checkPermi(["standard:model:copy"]); |
| | | }, |
| | | }, |
| | | // { |
| | | // name: "复制模板", |
| | | // type: "text", |
| | | // clickFun: (row) => { |
| | | // this.copyTemplate(row); |
| | | // }, |
| | | // showHide: (row) => { |
| | | // return this.checkPermi(["standard:model:copy"]); |
| | | // }, |
| | | // }, |
| | | { |
| | | name: "模板编制", |
| | | type: "text", |
| | |
| | | this.tableLoading = false; |
| | | }); |
| | | }, |
| | | pagination(current, size) { |
| | | this.page.current = current; |
| | | pagination({ page, limit }) { |
| | | this.page.current = page; |
| | | this.page.size = limit; |
| | | this.getList(); |
| | | }, |
| | | refreshTable(e) { |