@@ -27,34 +46,22 @@
-
+
-
+
-
+
@@ -78,6 +85,10 @@ const userStore = useUserStore()
const formData = reactive({
avatar: '', // 头像
account: '', // 账号
+ company_name: '', // 企业名称
+ company_sh: '', // 企业税号
+ company_address: '', // 企业地址
+ company_url: '', // 营业执照
name: '', // 名称
password_old: '', // 当前密码
password: '', // 新的密码
diff --git a/src/views/withdraw/parten_bank/index.vue b/src/views/withdraw/parten_bank/index.vue
index 0d2b2c8..f4a3e61 100644
--- a/src/views/withdraw/parten_bank/index.vue
+++ b/src/views/withdraw/parten_bank/index.vue
@@ -27,10 +27,10 @@
新增
-
+
@@ -38,7 +38,7 @@
-
+
diff --git a/src/views/withdraw/parten_reflect/edit.vue b/src/views/withdraw/parten_reflect/edit.vue
index 7cc9617..6408231 100644
--- a/src/views/withdraw/parten_reflect/edit.vue
+++ b/src/views/withdraw/parten_reflect/edit.vue
@@ -44,7 +44,7 @@ getBankLists()
// 弹窗标题
const popupTitle = computed(() => {
- return mode.value == 'edit' ? '提现申请' : '提现申请'
+ return mode.value = '提现申请'
})
// 表单数据
diff --git a/src/views/withdraw/parten_reflect/index.vue b/src/views/withdraw/parten_reflect/index.vue
index 4be9740..6ca8916 100644
--- a/src/views/withdraw/parten_reflect/index.vue
+++ b/src/views/withdraw/parten_reflect/index.vue
@@ -4,11 +4,21 @@
¥{{ accountInfo.money }}
+
+ ¥{{ accountInfo.total_reflect_amount }}
+
+
+
+
+
+
+
+
查询
重置
@@ -23,10 +33,10 @@
新增
-
删除
-
+ -->
-
+
diff --git a/src/views/workbench/index.vue b/src/views/workbench/index.vue
index bc2a5f9..1ed54f9 100644
--- a/src/views/workbench/index.vue
+++ b/src/views/workbench/index.vue
@@ -14,21 +14,6 @@
当前版本
{{ workbenchData.version.version }}
-