|
@@ -67,11 +67,11 @@
|
|
|
@updataResult="updataResultSingle"
|
|
|
:imgList="imgs"/>
|
|
|
<!-- 输入框 -->
|
|
|
- <Input v-if="type==7"
|
|
|
+ <!--<Input v-if="type==7"
|
|
|
:num="num"
|
|
|
:item="symptomResult"
|
|
|
:key="symptomResult.id"
|
|
|
- @updata="updataResultSingle"/>
|
|
|
+ @updata="updataResultSingle"/>-->
|
|
|
<!-- 文本域 -->
|
|
|
<ComTextArea v-if="type==6 || type == 5"
|
|
|
:num="num"
|
|
@@ -93,7 +93,7 @@ import Dialog from '../common/Dialog';
|
|
|
import Picker from '../common/Picker';
|
|
|
import Label from '../common/Label.vue';
|
|
|
import ComTextArea from '../common/ComTextArea.vue';
|
|
|
-import Input from '../common/Input.vue';
|
|
|
+/*import Input from '../common/Input.vue';*/
|
|
|
import PickTime from '../common/PickTime.vue';
|
|
|
import UploadImg from '../common/UploadImg.vue';
|
|
|
import PushSymptom from '../common/PushSymptom.vue';
|
|
@@ -428,7 +428,7 @@ export default {
|
|
|
Picker,
|
|
|
Label,
|
|
|
ComTextArea,
|
|
|
- Input,
|
|
|
+ /*Input,*/
|
|
|
PickTime,
|
|
|
UploadImg,
|
|
|
PushSymptom,
|