提交 8ffcc97a 编写于 作者: qian.jie's avatar qian.jie

Merge branch 'feature/jq_1' into 'develop'

Feature/jq 1

See merge request !207
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
type="date" type="date"
:clearable="false" :clearable="false"
:disabled="formData.receptionName == ''" :disabled="formData.receptionName == ''"
placeholder="日期-请先选择医生" placeholder="请选择日期"
@change="getNowDate" @change="getNowDate"
/> />
</div> </div>
...@@ -497,6 +497,8 @@ ...@@ -497,6 +497,8 @@
this.formData.doctorMobile = selected.doctorMobile; this.formData.doctorMobile = selected.doctorMobile;
this.formData.doctorDepartmentId = selected.doctorDepartmentId; this.formData.doctorDepartmentId = selected.doctorDepartmentId;
this.acceptsCeilings(this.formData.receptionId); this.acceptsCeilings(this.formData.receptionId);
const nowDate = dayjs(new Date()).format('YYYY-MM-DD');
this.getNowDate(nowDate);
// debugger; // debugger;
// this.formData.serviceFee = this.priceFilter(selected.serviceFee) // this.formData.serviceFee = this.priceFilter(selected.serviceFee)
} }
...@@ -629,7 +631,7 @@ ...@@ -629,7 +631,7 @@
<style lang="scss"> <style lang="scss">
.set-width { .set-width {
width: 300px; min-width: 230px;
} }
.grey-bg { .grey-bg {
padding: 0px 15px; padding: 0px 15px;
...@@ -672,15 +674,15 @@ ...@@ -672,15 +674,15 @@
width: 130px; width: 130px;
} }
.open-diagnosis-doctor { .open-diagnosis-doctor {
padding: 10px 40px 40px 40px; padding: 10px 20px 40px 30px;
.choose-diagnosis-doctor { .choose-diagnosis-doctor {
.el-select { .el-select {
margin-right: 30px; margin-right: 30px;
padding-bottom: 20px; padding-bottom: 20px;
.el-input { .el-input {
width: 300px; // width: 300px;
.el-input__inner { .el-input__inner {
width: 300px; // width: 300px;
height: 32px; height: 32px;
background: #ffffff; background: #ffffff;
border-radius: 16px; border-radius: 16px;
...@@ -694,7 +696,7 @@ ...@@ -694,7 +696,7 @@
} }
.el-date-editor { .el-date-editor {
.el-input__inner { .el-input__inner {
width: 180px; max-width: 150px;
height: 32px; height: 32px;
background: #ffffff; background: #ffffff;
border-radius: 16px; border-radius: 16px;
...@@ -862,15 +864,15 @@ ...@@ -862,15 +864,15 @@
} }
.work-info-botton { .work-info-botton {
.contest { .contest {
width: 200px; min-width: 100px;
border-radius: 18px; border-radius: 18px;
} }
.refresh { .refresh {
width: 200px; min-width: 150px;
border-radius: 18px; border-radius: 18px;
} }
.el-button--default { .el-button--default {
width: 150px; min-width: 150px;
border-radius: 18px; border-radius: 18px;
} }
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册