liuyg
2021-08-03 05150461ca543e3eff7f869a24f4813e47bd4d8c
src/views/securityGuard/securityGuard.vue
@@ -408,6 +408,24 @@
                ],
              },
              {
                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个人头像,且不超过500kb',
                span: 12,
                row: true,
                prop: 'myPicture'
              },
              {
                label: "编号",
                prop: "code",
              },