|
@@ -28,7 +28,7 @@
|
|
|
<p><span class="el-icon-arrow-left" @click="toLeftPool"></span></p>
|
|
|
</div>
|
|
|
<div class="bottomPartRight fl">
|
|
|
- <p class="desTitle">操作界面:<span>{{sign == 2?'每列可以放入单选/多选类型':'第一列只可放入带有同伴/无特殊标记的多选类型标签,其余列只可放入症状详情类型标签组'}}</span></p>
|
|
|
+ <p class="desTitle">操作界面:</p>
|
|
|
<div class="rightPool">
|
|
|
<div
|
|
|
class="onlyTop pubLiStyle"
|
|
@@ -513,7 +513,7 @@ export default {
|
|
|
this.currentLis.map((id)=>{
|
|
|
tmpArr.push(res.data.data[id]);
|
|
|
})
|
|
|
- console.log(tmpArr,'多选既往史')
|
|
|
+ // console.log(tmpArr,'多选既往史')
|
|
|
this.selectArr.map((flg,idx)=>{ //判断右侧有没有选中
|
|
|
if(flg){ //有选中
|
|
|
if(idx == 0 || idx == 1){
|
|
@@ -526,7 +526,7 @@ export default {
|
|
|
return;
|
|
|
}else{
|
|
|
if(idx == 0){//互斥
|
|
|
- if(tmpArr[0].questionDetailList && tmpArr[0].questionDetailList.length > 1){
|
|
|
+ if(tmpArr[0].controlType != 1 || (tmpArr[0].questionDetailList && tmpArr[0].questionDetailList.length > 1)){
|
|
|
this.$message({
|
|
|
showClose: true,
|
|
|
message: '添加的数据有误',
|
|
@@ -617,9 +617,6 @@ export default {
|
|
|
padding-bottom: 10px;
|
|
|
.desTitle {
|
|
|
padding-bottom: 10px;
|
|
|
- span {
|
|
|
- color: #22ccc8;
|
|
|
- }
|
|
|
}
|
|
|
.tipsWrap {
|
|
|
display: inline-block;
|