|
|
@@ -200,9 +200,9 @@ export default {
|
|
|
return this.$store.state.userInfo.token
|
|
|
},
|
|
|
businessHours () {
|
|
|
- const date = this.$dayjs().format('YYYY年MM月DD日')
|
|
|
- const start = this.$dayjs(`${this.$dayjs().format('YYYY-MM-DD')} ${this.detail.start_time}`).format('HH:mm')
|
|
|
- const end = this.$dayjs(`${this.$dayjs().format('YYYY-MM-DD')} ${this.detail.end_time}`).format('HH:mm')
|
|
|
+ const date = this.$dayjs(`${this.detail.start_date}`).format('YYYY年MM月DD日')
|
|
|
+ const start = this.$dayjs(`${this.detail.start_date} ${this.detail.start_time}`).format('HH:mm')
|
|
|
+ const end = this.$dayjs(`${this.detail.end_date} ${this.detail.end_time}`).format('HH:mm')
|
|
|
return `${date} ${start}-${end}`
|
|
|
},
|
|
|
status () {
|