july il y a 4 ans
Parent
commit
818252d715
1 fichiers modifiés avec 22 ajouts et 0 suppressions
  1. 22 0
      src/views/ldt_shop/handleShopAudit.vue

+ 22 - 0
src/views/ldt_shop/handleShopAudit.vue

@@ -62,6 +62,7 @@ export default {
       option: {
         emptyBtn: false,
         submitBtn: false,
+        labelPosition:"left",
         column: [
           {
             label: "商户名称",
@@ -209,6 +210,27 @@ export default {
             labelWidth: 120,
             span:24
           },
+          {
+            label: "银行账户类型",
+            prop: "bankAccountTypeLabel",
+            disabled: true,
+            labelWidth: 120,
+            span: 8
+          },
+          {
+            label: "银行账户开户总行",
+            prop: "bankCodeLabel",
+            disabled: true,
+            labelWidth: 130,
+            span: 8
+          },
+          {
+            label: "银行账户号码",
+            prop: "bankCardNo",
+            disabled: true,
+            labelWidth: 120,
+            span: 8
+          },
           {
             label: "开户许可证照片",
             prop: "openAccountLicenceUrl",