|
@@ -11,7 +11,7 @@
|
|
|
>
|
|
|
<span @click="showChecked(v)">{{v.name}}</span>
|
|
|
<span @click="deletSymp(v,i)"><img
|
|
|
- src="../images/delete.png"
|
|
|
+ src="../images/del.png"
|
|
|
alt=""
|
|
|
></span>
|
|
|
</p>
|
|
@@ -44,7 +44,7 @@
|
|
|
<div v-if="modluesLen==1"
|
|
|
:class="['footer',{'nofoot':chooseSymp.length==0}]"
|
|
|
@click="toNext"
|
|
|
- >预览</div>
|
|
|
+ >预览并提交病历</div>
|
|
|
<div
|
|
|
class="detail"
|
|
|
v-if="show"
|
|
@@ -224,9 +224,10 @@ export default {
|
|
|
},
|
|
|
comfirnDel() {
|
|
|
this.chooseSymp.splice(this.delIndex, 1);
|
|
|
- // delete(this.checkText[this.questId]);
|
|
|
this.checkText.splice(this.delIndex, 1);
|
|
|
this.$store.commit('delText', { type: moduleCP['symp'], pId: this.questId })
|
|
|
+ // 删除setDatas数据,防止回读
|
|
|
+ this.$store.commit('setDatas', { type: moduleCP['symp'], pId: this.questId ,data:''})
|
|
|
// 删除完-常见;其他-推送
|
|
|
if (this.chooseSymp.length > 0) {
|
|
|
const sympText = this.getSympText();
|
|
@@ -285,6 +286,7 @@ export default {
|
|
|
color: #000;
|
|
|
margin-bottom: 0.36rem;
|
|
|
font-weight: 700;
|
|
|
+ padding-right: .3rem;
|
|
|
.searchImg {
|
|
|
width: 0.44rem;
|
|
|
height: 0.44rem;
|
|
@@ -296,34 +298,42 @@ export default {
|
|
|
padding-bottom: .2rem;
|
|
|
.choo-symp{
|
|
|
display: inline-block;
|
|
|
- width:1.9rem;
|
|
|
+ min-width:1.9rem;
|
|
|
+ // min-width:1.42rem;
|
|
|
height: .74rem;
|
|
|
// background: linear-gradient(-270deg, #4F4FFF, #4F8BFF);
|
|
|
background: linear-gradient(-270deg, #3638EE, #4E72FF);
|
|
|
box-shadow: 0 .08rem .16rem 0 rgba(79,129,255,0.40);
|
|
|
border-radius: .08rem;
|
|
|
white-space: nowrap;
|
|
|
- margin: 0 .3rem .3rem 0;
|
|
|
+ // margin: 0 .3rem .3rem 0;
|
|
|
+ margin: 0 .25rem .3rem 0;
|
|
|
span{
|
|
|
display: inline-block;
|
|
|
vertical-align: top;
|
|
|
}
|
|
|
span:first-child{
|
|
|
- min-width:1.34rem;
|
|
|
+ // min-width:1.34rem;
|
|
|
+ min-width:1.42rem;
|
|
|
height: .74rem;
|
|
|
line-height: .74rem;
|
|
|
text-align: center;
|
|
|
color: #fff;
|
|
|
}
|
|
|
img{
|
|
|
- width:.56rem;
|
|
|
+ // width:.56rem;
|
|
|
+ width:.48rem;
|
|
|
height: .74rem;
|
|
|
}
|
|
|
}
|
|
|
+ .choo-symp:last-child{
|
|
|
+ margin-right: 0;
|
|
|
+ }
|
|
|
.label{
|
|
|
.label;
|
|
|
}
|
|
|
.result{
|
|
|
+ padding-right: .3rem;
|
|
|
.title{
|
|
|
color: #4F50FF;
|
|
|
padding-left: .1rem;
|