上饶市警务平台后台管理前端
zhongrj
2023-02-17 ecd8600fc8cd393999ecf237ea91abbaccd23e25
src/option/user/info.js
@@ -5,24 +5,26 @@
    {
      label: '个人信息',
      prop: 'info',
      column: [{
        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: 'avatar'
      }, {
      column: [
      //   {
      //   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: 'avatar'
      // },
      {
        label: '姓名',
        span: 12,
        row: true,