diff --git a/src/views/contract/components/addContractLedger.vue b/src/views/contract/components/addContractLedger.vue index 1cc6852..97cc171 100644 --- a/src/views/contract/components/addContractLedger.vue +++ b/src/views/contract/components/addContractLedger.vue @@ -53,7 +53,7 @@
- +
diff --git a/src/views/contract/components/contractSign.vue b/src/views/contract/components/contractSign.vue index 002a518..2ba1fd7 100644 --- a/src/views/contract/components/contractSign.vue +++ b/src/views/contract/components/contractSign.vue @@ -315,13 +315,13 @@ contractId: null, contract: {}, signList: [], - signTable: [{ - prop: 'created_at', - label: '日期', + signTable: [ + { + prop: "date", + label: "计划日期", width: 170, - sortable: false, formatter: (v1, v2, value) => { - return parseTime(new Date(value)) + return this.$moment(new Date(value)).format("YYYY-MM-DD") } }, { @@ -347,6 +347,15 @@ minWidth: 180, align: 'left', sortable: false, + }, + { + prop: 'created_at', + label: '日期', + width: 170, + sortable: false, + formatter: (v1, v2, value) => { + return this.$moment(new Date(value)).format("YYYY-MM-DD HH:mm:ss") + } } ], diff --git a/src/views/contract/components/editorContract.vue b/src/views/contract/components/editorContract.vue index 81b2bd1..8bddba8 100644 --- a/src/views/contract/components/editorContract.vue +++ b/src/views/contract/components/editorContract.vue @@ -50,10 +50,10 @@ diff --git a/src/views/contract/components/printRegistration.vue b/src/views/contract/components/printRegistration.vue index 0c06836..43ba2fc 100644 --- a/src/views/contract/components/printRegistration.vue +++ b/src/views/contract/components/printRegistration.vue @@ -12,7 +12,7 @@
本次为第 {{payIndex}} 次付款
{{registration.remark}}
-