| | |
| | | update, |
| | | add, |
| | | getclient |
| | | } from "@/api/policeInformation/index"; |
| | | } from "@/api/policeInformation/distribution"; |
| | | import { mapGetters } from "vuex"; |
| | | |
| | | export default { |
| | |
| | | label: "警情类型", |
| | | prop: "waringType", |
| | | search: true, |
| | | searchSpan: 3 |
| | | searchSpan: 3, |
| | | searchLabelWidth: 80, |
| | | searchPlaceholder: "请选择", |
| | | type: "select", |
| | | props: { |
| | | label: "dictValue", |
| | | value: "dictValue" |
| | | }, |
| | | //cascaderItem: ["city", "district"], |
| | | dicUrl: "/api/blade-system/dict-biz/child-list?parentId=1356516807043231746", |
| | | span: 6 |
| | | }, |
| | | { |
| | | label: "报警时间", |
| | |
| | | }, |
| | | { |
| | | label: "报警内容", |
| | | prop: "rname" |
| | | prop: "rName" |
| | | }, |
| | | { |
| | | label: "处理人", |
| | |
| | | ...mapGetters(["permission", "flowRoutes"]), |
| | | permissionList() { |
| | | return { |
| | | addBtn: this.vaildData(null, false), |
| | | addBtn: this.vaildData(this.permission.distribution_add, false), |
| | | viewBtn: this.vaildData(null, false), |
| | | delBtn: this.vaildData(null, false), |
| | | editBtn: this.vaildData(this.permission.real_edit, false) |