| | |
| | | </template> |
| | | |
| | | <script> |
| | | import {setAccessoryFormatComm} from '@/commonJS/commonFile' |
| | | import {setAccessoryFormatSingle} from '@/commonJS/commonFile' |
| | | import {setAccessoryFormatByForm} from '@/commonJS/commonFile' |
| | | export default { |
| | | name:'ViewAccessory', |
| | | props: { |
| | |
| | | }) |
| | | }, |
| | | methods: { |
| | | setAccessory(row) { |
| | | openAccessoryFormatComm(row) { |
| | | console.log(row, 'setAccessoryFormatSingle(row)'); |
| | | return setAccessoryFormatComm(row, this.pageMarkerfun, this) |
| | | }, |
| | | openAccessoryFormatSingle(row) { |
| | | console.log(row, 'setAccessoryFormatSingle(row)'); |
| | | return setAccessoryFormatSingle(row, this.pageMarkerfun, this) |
| | | }, |
| | | openAccessoryFormatByForm(row) { |
| | | console.log(row, 'setAccessoryFormatSingle(row)'); |
| | | return setAccessoryFormatByForm(row, this.pageMarkerfun, this) |
| | | }, |
| | | closePreviewDialog(file) { |
| | | if (file == 'doc') { |
| | | this.docName = '' |