| | |
| | | import edit from './edit' |
| | | import * as finsystenant from '@/api/baseSetting/finsystenant' |
| | | import myImport from '@/views/components/myImport' |
| | | import {updStatus} from "@/api/baseSetting/finsystenant"; |
| | | import {getBaseUrl, getUploadUrl} from '@/utils/base'; |
| | | import {getBaseUrl} from '@/utils/base'; |
| | | |
| | | export default { |
| | | name: "index", |
| | |
| | | {title: '编号', field: 'code', align: 'center', width: '150px'}, |
| | | {title: '机构名称', field: 'name', align: 'left'}, |
| | | {title: '层级', field: 'lv', align: 'center', width: '80px'}, |
| | | {title: '顺序号', field: 'lv', align: 'center', width: '80px'}, |
| | | {title: '备注', field: 'summary', align: 'left', width: '150px'}, |
| | | { |
| | | field: 'belongProvince', |
| | |
| | | this.showAudit(row); |
| | | }, |
| | | }, |
| | | { |
| | | title: '删除', |
| | | events: (row) => { |
| | | this.del(row); |
| | | }, |
| | | } |
| | | // { |
| | | // title: '删除', |
| | | // events: (row) => { |
| | | // this.del(row); |
| | | // }, |
| | | // } |
| | | ], |
| | | }, |
| | | paging: { |