Crunchy
2025-06-14 b25dac9ce64c5988a9e546c9c80413e9b666e4e2
src/views/product/producttraceability/index.vue
@@ -382,9 +382,9 @@
                    >
                      <template slot-scope="scope">
                        {{
                          scope.row.isQualified == 0
                          scope.row.result == 0
                            ? '不合格'
                            : (scope.row.isQualified==1?'合格':'')
                            : (scope.row.result==1?'合格':'')
                        }}
                      </template>
                    </el-table-column>
@@ -433,9 +433,9 @@
                    >
                      <template slot-scope="scope">
                        {{
                          scope.row.isQualified == 0
                          scope.row.result == 0
                            ? '不合格'
                            : (scope.row.isQualified==1?'合格':'')
                            : (scope.row.result==1?'合格':'')
                        }}
                      </template>
                    </el-table-column>