|
@@ -50,6 +50,16 @@
|
|
|
<!-- 选择检查时间 -->
|
|
|
<select-time setDayTime="{{setDayTime}}" onChange="onCloseTime" timeList="{{timeList}}" />
|
|
|
</view>
|
|
|
+ <view a:elif="{{ projects.length <= 0 }}" class="result">
|
|
|
+ <page-result
|
|
|
+ type="empty"
|
|
|
+ title="暂无医生排班信息"
|
|
|
+ brief=""
|
|
|
+ footer="{{footer}}"
|
|
|
+ onTapLeft="onTapLeft"
|
|
|
+ onTapRight="onTapRight"
|
|
|
+ class="result" />
|
|
|
+ </view>
|
|
|
<!-- 流调表 & 预约按钮 -->
|
|
|
<form onSubmit="onSubmit" onReset="onReset">
|
|
|
<!-- 流调表 -->
|
|
@@ -60,7 +70,7 @@
|
|
|
<block a:for="{{formList}}">
|
|
|
<view class="form-section">
|
|
|
<view class="form-section-title">{{index+1}}. {{item.question}}</view>
|
|
|
- <radio-group class="form-section-radio" data-index="{{index}}" data-name="{{`${index+1}&${item.correctAnswerId}`}}"
|
|
|
+ <radio-group class="form-section-radio" data-index="{{index}}" data-name="{{`${index+1}&${item.correctAnswerId}`}}"
|
|
|
onChange="onRadioChange" name="{{`${index+1}&${item.correctAnswerId}`}}">
|
|
|
<label class="content-item" a:for="{{item.answerList}}" a:for-item="inner">
|
|
|
<radio color="#1677ff" value="{{inner.optionItemId}}" />
|
|
@@ -85,4 +95,4 @@
|
|
|
</view>
|
|
|
<!-- 选择就诊人 -->
|
|
|
<select-person personIndex="{{personIndex}}" show="{{showPerson}}" onClose="onClosePerson" onChange="onPersonChange" defaultList="{{personList}}" />
|
|
|
-</view>
|
|
|
+</view>
|