| | |
| | | props: { |
| | | label: 'name', |
| | | value: 'id' |
| | | } |
| | | }, |
| | | rules: [ |
| | | { |
| | | required: true, |
| | | message: "请选择被访人姓名", |
| | | trigger: "blur", |
| | | }, |
| | | ], |
| | | }, |
| | | { |
| | | width: 120, |
| | |
| | | label: "走访取证", |
| | | prop: "url", |
| | | type: "upload", |
| | | listType: "picture-img", |
| | | listType: "picture-card", |
| | | dataType: "string", |
| | | multiple: true, |
| | | action: "/api/blade-resource/oss/endpoint/put-file", |
| | | propsHttp: { |
| | | res: "data", |
| | |
| | | { |
| | | width: 110, |
| | | label: "录入人", |
| | | display: false, |
| | | prop: "createUserName", |
| | | }, |
| | | |
| | |
| | | data: [], |
| | | } |
| | | }, |
| | | watch: { |
| | | |
| | | }, |
| | | watch: {}, |
| | | |
| | | computed: { |
| | | ...mapGetters(["permission", "userInfo"]), |
| | | permissionList () { |