shj
2022-03-31 0e9a24312e48b6c434934953cb74683c93c04aa6
src/views/safetyproduction/gojudging.vue
@@ -1,7 +1,7 @@
<template>
  <div>
    <div class="box-right">
      <div v-for="(item, index) in lists" :key="index">
      <div v-for="(item, index) in lists" :key="index" style="padding:0 0 20px 0">
        <div class="title">
          A级要素:<span>{{ item.elementAName }}</span>
        </div>
@@ -40,10 +40,10 @@
                ></el-table-column>
                <el-table-column align="center" label="评审结果">
                  <template slot-scope="scope">
                    <span v-if="(scope.row.safetyInspectionItemResult = 0)"
                    <span v-if="(scope.row.safetyInspectionItemResult== 0)"
                      >是</span
                    >
                    <span v-if="(scope.row.safetyInspectionItemResult = 1)"
                    <span v-if="(scope.row.safetyInspectionItemResult == 1)"
                      >否</span
                    >
                  </template>