diff --git a/ruoyi-ui/src/views/appointmentteamdata/appointmentteamdata/index.vue b/ruoyi-ui/src/views/appointmentteamdata/appointmentteamdata/index.vue index e6a8ccf3..898cbdd9 100644 --- a/ruoyi-ui/src/views/appointmentteamdata/appointmentteamdata/index.vue +++ b/ruoyi-ui/src/views/appointmentteamdata/appointmentteamdata/index.vue @@ -21,12 +21,21 @@ - + + + + + + + + + + {{ parseTime(scope.row.appointmentDate, '{y}-{m}-{d}') }} - + + + + @@ -161,13 +175,21 @@ - + + + + - + - + {{ form.newList ? form.newList.length : 0 }}人 @@ -299,7 +321,7 @@ import item from "@/layout/components/Sidebar/Item"; export default { name: "Appointmentteamdata", - dicts: ['certificate_type'], + dicts: ['certificate_type','appointment_time_period'], data() { return { change: false, @@ -484,14 +506,12 @@ export default { this.open = true; this.isEdit = false this.detail = false - this.form.appointmentPeopleName = this.user.nickName - this.form.appointmentPeoplePhone = this.user.phonenumber + }, /** 修改按钮操作 */ handleUpdate(row, val) { this.reset(); - this.form.appointmentPeopleName = this.user.nickName - this.form.appointmentPeoplePhone = this.user.phonenumber + const id = row.id || this.ids getAppointmentteamdata(id).then(response => { this.form = response.data;