| | |
| | | // value: "deptid", |
| | | // }, |
| | | // }, |
| | | // { |
| | | // label: "所属辖区", |
| | | // prop: "jurisdiction", |
| | | // type: "tree", |
| | | // dicUrl: "/api/jurisdiction/lazy-trees", |
| | | // props: { |
| | | // label: "title", |
| | | // value: "id", |
| | | // }, |
| | | // // labelWidth: 160, |
| | | // // span: 12, |
| | | // }, |
| | | { |
| | | label: "所属辖区", |
| | | // prop: "region", |
| | | // labelWidth: 160, |
| | | // width: 110, |
| | | prop: "jurisdiction", |
| | | type: "tree", |
| | | dicUrl: "/api/jurisdiction/lazy-trees", |
| | | dicUrl: "/api/jurisdiction/lazy-tree", |
| | | props: { |
| | | label: "title", |
| | | value: "id", |
| | | }, |
| | | // labelWidth: 160, |
| | | // span: 12, |
| | | // search: true, |
| | | }, |
| | | |
| | | { |
| | | label: "许可类型", |
| | | // search: true, |
| | |
| | | format: "yyyy-MM-dd HH:mm:ss", |
| | | valueFormat: "yyyy-MM-dd HH:mm:ss", |
| | | }, |
| | | // { |
| | | // label: "审核状态", |
| | | // prop: "type", |
| | | // addDisplay: false, |
| | | // type: "select", |
| | | // dicData: [ |
| | | // { |
| | | // label: "通过", |
| | | // value: "0", |
| | | // }, |
| | | // { |
| | | // label: "不通过", |
| | | // value: "1", |
| | | // }, |
| | | // { |
| | | // label: "待审核", |
| | | // value: "2", |
| | | // }, |
| | | // ], |
| | | // }, |
| | | { |
| | | label: "审核状态", |
| | | prop: "type", |
| | | label: "派出所审核", |
| | | prop: "papprove", |
| | | addDisplay: false, |
| | | type: "select", |
| | | dicData: [ |
| | | { |
| | | label: "通过", |
| | | value: "0", |
| | | }, |
| | | { |
| | | label: "不通过", |
| | | value: "1", |
| | | }, |
| | | { |
| | | label: "待审核", |
| | | value: "2", |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | label: "分局审核", |
| | | prop: "xapprove", |
| | | addDisplay: false, |
| | | type: "select", |
| | | dicData: [ |
| | | { |
| | | label: "通过", |
| | | value: "0", |
| | | }, |
| | | { |
| | | label: "不通过", |
| | | value: "1", |
| | | }, |
| | | { |
| | | label: "待审核", |
| | | value: "2", |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | label: "市局审核", |
| | | prop: "sapprove", |
| | | addDisplay: false, |
| | | type: "select", |
| | | dicData: [ |