diff --git a/src/views/main/BookingLedger/list/index.vue b/src/views/main/BookingLedger/list/index.vue index b4fc075..773e88b 100644 --- a/src/views/main/BookingLedger/list/index.vue +++ b/src/views/main/BookingLedger/list/index.vue @@ -1841,16 +1841,15 @@ export default { @media (min-width: 1192px) and (max-width: 1591px) { .booking-from-box { padding-right: 24px; - /deep/ .ant-calendar-picker-icon{ + /deep/ .ant-calendar-picker-icon { display: none; } } } .booking-from-box { - /deep/ .ant-calendar-picker-icon{ + /deep/ .ant-calendar-picker-icon { margin-top: -4px !important; } } - diff --git a/src/views/main/PrinttemplateRight/addForm.vue b/src/views/main/PrinttemplateRight/addForm.vue index 865a484..a6f4875 100644 --- a/src/views/main/PrinttemplateRight/addForm.vue +++ b/src/views/main/PrinttemplateRight/addForm.vue @@ -11,7 +11,7 @@ - + + + {{ item.name }} + + + --> + + {{ item.name }} @@ -139,7 +148,6 @@ export default { // values[key] = JSON.stringify(values[key]) // } // } - console.log(values) BookingTemplateAddPrinttemplateRight(values) .then(res => { if (res.success) {