wuyouming666
2024-01-17 0613a5b982c6521560ea17eda7c07bb97e6ec5e9
CanadaMes-ui/src/views/Electrical/InteractionState.vue
@@ -121,7 +121,7 @@
        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"
@@ -226,7 +226,7 @@
  const zuhe1=obj.zuhe1;
  const specialChars = /[^\w\s]/g;
  if(obj.zuhe1){
    
//console.log(obj);
@@ -237,7 +237,7 @@
    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';
      }