| | |
| | | searchLabelWidth: 96, |
| | | align: 'center' |
| | | }, |
| | | { |
| | | labelWidth: 110, |
| | | disabled: true, |
| | | prop: "addressName", |
| | | // slot: true, |
| | | label: "场所标准地址", |
| | | rules: [{ |
| | | required: true, |
| | | message: "请选择场所标准地址", |
| | | trigger: "blur", |
| | | }, ], |
| | | }, |
| | | { |
| | | disabled: true, |
| | | labelWidth: 110, |
| | | label: '二维码图片', |
| | | type: 'upload', |
| | | listType: 'picture-img', |
| | | propsHttp: { |
| | | res: 'data', |
| | | url: 'link', |
| | | }, |
| | | canvasOption: { |
| | | text: ' ', |
| | | ratio: 0.1 |
| | | }, |
| | | // action: '/api/blade-resource/oss/endpoint/put-file', |
| | | // tip: '只能上传jpg/png图片', |
| | | span: 12, |
| | | row: true, |
| | | prop: 'qrImg', |
| | | rules: [{ |
| | | required: true, |
| | | message: "请上传二维码图片", |
| | | trigger: "blur", |
| | | }, ], |
| | | }, |
| | | ] |
| | | }, |
| | | }; |
| | |
| | | } |
| | | |
| | | .attach_row { |
| | | display: flex; |
| | | border: 0.2px solid rgba(221, 223, 229, 0.5); |
| | | height: 54px; |
| | | |
| | | .attach_row_title { |
| | | width: 85%; |
| | | border-right: 0.2px solid rgba(221, 223, 229, 0.5); |
| | | display: flex; |
| | | justify-content: left; |
| | | align-items: center; |
| | | margin-left: 12px; |
| | | } |
| | | border: 0.2px solid rgba(221, 223, 229, 0.5); |
| | | height: 54px; |
| | | |
| | | .attach_row_btn { |
| | | width: 15%; |
| | | margin: 10px; |
| | | display: flex; |
| | | justify-content: center; |
| | | .attach_row_title { |
| | | width: 85%; |
| | | border-right: 0.2px solid rgba(221, 223, 229, 0.5); |
| | | display: flex; |
| | | justify-content: left; |
| | | align-items: center; |
| | | margin-left: 12px; |
| | | } |
| | | |
| | | .attach_row_btn { |
| | | width: 15%; |
| | | margin: 10px; |
| | | display: flex; |
| | | justify-content: center; |
| | | } |
| | | } |
| | | } |
| | | </style> |