|
|
@@ -433,7 +433,8 @@
|
|
|
childIndex4="B"
|
|
|
:zRadiocolumns="item.collectionOptionList"
|
|
|
:childindex="index"
|
|
|
- @zSelectVal="zSelectVal"></z-radio>
|
|
|
+ @zSelectVal="zSelectVal"
|
|
|
+ :relevancyItem="item.relevancyItem"></z-radio>
|
|
|
<delete-upload-img :imgs="item.fileInfoList"></delete-upload-img>
|
|
|
<div v-for="(child, indexc) in item.collectionOptionList" :key="indexc">
|
|
|
<div v-if="child.isCheck == 1">
|
|
|
@@ -779,7 +780,8 @@
|
|
|
childIndex4="A"
|
|
|
:childindex2="childIndex"
|
|
|
:zRadiocolumns="childitem.collectionOptionList"
|
|
|
- @zSelectVal="zSelectVal"></z-radio>
|
|
|
+ @zSelectVal="zSelectVal"
|
|
|
+ :relevancyItem="childitem.relevancyItem"></z-radio>
|
|
|
<delete-upload-img :imgs="childitem.fileInfoList"></delete-upload-img>
|
|
|
<div
|
|
|
v-for="(child1, indexc1) in childitem.collectionOptionList"
|
|
|
@@ -1082,7 +1084,8 @@
|
|
|
:childindex5="childIndex1"
|
|
|
childIndex4="D"
|
|
|
:zRadiocolumns="childitem1.collectionOptionList"
|
|
|
- @zSelectVal="zSelectVal"></z-radio>
|
|
|
+ @zSelectVal="zSelectVal"
|
|
|
+ :relevancyItem="childitem1.relevancyItem"></z-radio>
|
|
|
<delete-upload-img
|
|
|
:imgs="childitem1.fileInfoList"></delete-upload-img>
|
|
|
<div
|
|
|
@@ -1674,7 +1677,8 @@
|
|
|
:childindex7="child33Index1"
|
|
|
childIndex4="E"
|
|
|
:zRadiocolumns="child33item1.collectionOptionList"
|
|
|
- @zSelectVal="zSelectVal"></z-radio>
|
|
|
+ @zSelectVal="zSelectVal"
|
|
|
+ :relevancyItem="child33item1.relevancyItem"></z-radio>
|
|
|
<delete-upload-img
|
|
|
:imgs="child33item1.fileInfoList"></delete-upload-img>
|
|
|
<div
|
|
|
@@ -2342,7 +2346,10 @@
|
|
|
:zRadiocolumns="
|
|
|
child44item1.collectionOptionList
|
|
|
"
|
|
|
- @zSelectVal="zSelectVal"></z-radio>
|
|
|
+ @zSelectVal="zSelectVal"
|
|
|
+ :relevancyItem="
|
|
|
+ child44item1.relevancyItem
|
|
|
+ "></z-radio>
|
|
|
<delete-upload-img
|
|
|
:imgs="
|
|
|
child44item1.fileInfoList
|