From c101c2e06299dd4e89ea6a9fb6dbf9577be26088 Mon Sep 17 00:00:00 2001
From: lihang <lihang@vci-tech.com>
Date: 星期三, 12 七月 2023 17:28:31 +0800
Subject: [PATCH] Merge branch 'master' of http://dev.vci-tech.com:1065/r/ubcs
---
Source/UBCS-WEB/dist/src/option/user/info.js | 71 +++++++++++++++++++++++++++++++++++
1 files changed, 71 insertions(+), 0 deletions(-)
diff --git a/Source/UBCS-WEB/dist/src/option/user/info.js b/Source/UBCS-WEB/dist/src/option/user/info.js
new file mode 100644
index 0000000..a664bd1
--- /dev/null
+++ b/Source/UBCS-WEB/dist/src/option/user/info.js
@@ -0,0 +1,71 @@
+export default {
+ tabs: true,
+ tabsActive: 1,
+ group: [
+ {
+ label: '涓汉淇℃伅',
+ prop: 'info',
+ column: [{
+ label: '澶村儚',
+ type: 'upload',
+ listType: 'picture-img',
+ propsHttp: {
+ res: 'data',
+ url: 'link',
+ },
+ canvasOption: {
+ text: ' ',
+ ratio: 0.1
+ },
+ action: '/api/ubcs-resource/oss/endpoint/put-file',
+ tip: '鍙兘涓婁紶jpg/png鐢ㄦ埛澶村儚锛屼笖涓嶈秴杩�500kb',
+ span: 12,
+ row: true,
+ prop: 'avatar'
+ }, {
+ label: '濮撳悕',
+ span: 12,
+ row: true,
+ prop: 'realName'
+ }, {
+ label: '鐢ㄦ埛鍚�',
+ span: 12,
+ row: true,
+ prop: 'name'
+ }, {
+ label: '鎵嬫満鍙�',
+ span: 12,
+ row: true,
+ prop: 'phone'
+ }, {
+ label: '閭',
+ prop: 'email',
+ span: 12,
+ row: true,
+ }]
+ },
+ {
+ label: '',
+ prop: 'password',
+ column: [{
+ label: '鍘熷瘑鐮�',
+ span: 12,
+ row: true,
+ type: 'password',
+ prop: 'oldPassword'
+ }, {
+ label: '鏂板瘑鐮�',
+ span: 12,
+ row: true,
+ type: 'password',
+ prop: 'newPassword'
+ }, {
+ label: '纭瀵嗙爜',
+ span: 12,
+ row: true,
+ type: 'password',
+ prop: 'newPassword1'
+ }]
+ }
+ ],
+}
--
Gitblit v1.9.3