feat: 患者端挂号预约流程改造与就诊人选择
- 挂号预约:register-info 流程重构、确认步骤/患者选择步骤组件、我的预约(myappiont)页对接 - 接口:register.js 补充挂号相关接口,api.js 调整 - 就诊人:claim-patient-modal 复用弹窗 - 医生信息:doctor-detail/doctor-userinfo 配合排班展示 - 规范:新增 Api-Module-Split.mdc 接口模块拆分规则
This commit is contained in:
@@ -176,7 +176,8 @@
|
||||
<view class="good_" v-if="orderInfo.product_order&&orderInfo.product_order.pay_time!='0'">
|
||||
<text>支付时间</text>
|
||||
<view class="price">
|
||||
<text class="price">{{orderInfo.product_order.pay_time | formatDate}}</text>
|
||||
<text class="price">{{orderInfo.product_order.pay_time}}</text>
|
||||
<!-- <text class="price">{{orderInfo.product_order.pay_time | formatDate}}</text>-->
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user