| | |
| | | v-for="(dataGroup, groupIndex) in jsonData" |
| | | :key="groupIndex" |
| | | > |
| | | <el-card class="json-block" style="width: 300px; margin-bottom: 2px;height:500px" > |
| | | <el-card class="json-block" style="width: 300px; margin-bottom: 2px;height:360px" > |
| | | <div |
| | | class="button-row" |
| | | style="display: flex; justify-content: space-between" |
| | |
| | | |
| | | const zuhe1=obj.zuhe1; |
| | | |
| | | |
| | | const specialChars = /[^\w\s]/g; |
| | | if(obj.zuhe1){ |
| | | |
| | | //console.log(obj); |
| | |
| | | const subitem = item[j]; |
| | | if (subitem.type === '0' ) { |
| | | if (j - 1 < zuhe1[i].length) { |
| | | subitem.value = zuhe1[i][j - 1]; |
| | | subitem.value = zuhe1[i][j - 1].replace(specialChars, ""); |
| | | } else { |
| | | subitem.value = 'N/A'; |
| | | } |