WXL
2026-04-25 996206735df06887e3f3e453797b1289a2a793e7
src/views/project/donatebaseinfo/index.vue
@@ -209,7 +209,7 @@
            style="color: #f56c6c;"
            @click="handleTerminate(scope.row)"
            v-if="
              scope.row.terminationCase === 0 && scope.row.recordstate !== '99'
              scope.row.terminationCase == 0 && scope.row.recordstate !== '99'
            "
          >
            终止
@@ -219,7 +219,7 @@
            type="text"
            style="color: #67c23a;"
            @click="handleRestore(scope.row)"
            v-if="scope.row.terminationCase === 1"
            v-if="scope.row.terminationCase == 1"
          >
            恢复
          </el-button>