fangq пре 4 година
родитељ
комит
ed75558ff4

+ 2 - 2
src/components/confirmed/confirmed-postchange.vue

@@ -496,7 +496,7 @@
             {
               label: "生效日期",
               prop: "effectiveDate",
-              type: "datetime",
+              type: "date",
               format: "yyyy-MM-dd",
               valueFormat: "yyyy-MM-dd",
               pickerOptions: {
@@ -632,7 +632,7 @@
             {
               label: "生效日期",
               prop: "effectiveDate",
-              type: "datetime",
+              type: "date",
               disabled: true,
               format: "yyyy-MM-dd",
               valueFormat: "yyyy-MM-dd",

+ 2 - 2
src/components/initiated/init-postchange.vue

@@ -496,7 +496,7 @@
             {
               label: "生效日期",
               prop: "effectiveDate",
-              type: "datetime",
+              type: "date",
               format: "yyyy-MM-dd",
               valueFormat: "yyyy-MM-dd",
               pickerOptions: {
@@ -632,7 +632,7 @@
             {
               label: "生效日期",
               prop: "effectiveDate",
-              type: "datetime",
+              type: "date",
               disabled: true,
               format: "yyyy-MM-dd",
               valueFormat: "yyyy-MM-dd",

+ 2 - 2
src/components/tobeconfirm/tobeconfirm-postchange.vue

@@ -496,7 +496,7 @@
             {
               label: "生效日期",
               prop: "effectiveDate",
-              type: "datetime",
+              type: "date",
               format: "yyyy-MM-dd",
               valueFormat: "yyyy-MM-dd",
               pickerOptions: {
@@ -632,7 +632,7 @@
             {
               label: "生效日期",
               prop: "effectiveDate",
-              type: "datetime",
+              type: "date",
               disabled: true,
               format: "yyyy-MM-dd",
               valueFormat: "yyyy-MM-dd",

+ 1 - 1
src/views/bank/postchange.vue

@@ -631,7 +631,7 @@
             {
               label: "生效日期",
               prop: "effectiveDate",
-              type: "datetime",
+              type: "date",
               disabled: true,
               format: "yyyy-MM-dd",
               valueFormat: "yyyy-MM-dd",

+ 1 - 1
src/views/bank/user-log-view.vue

@@ -325,7 +325,7 @@
             {
               label: "生效日期",
               prop: "effectiveDate",
-              type: "datetime",
+              type: "date",
               format: "yyyy-MM-dd",
               // valueFormat: "yyyy-MM-dd",
             },