WXL
2026-01-22 07ac4ff1e9cc0e4181ac196d4cd597e44ff3aa7b
src/views/project/fund/medicalCostApply/index.vue
@@ -1469,7 +1469,7 @@
      }
    },
    rowClassName({ row, column, rowIndex, columnIndex }) {
      if (row.recordstatus == -1 && row.backflowlevel >= 0) {
      if (row.recordstatus == -1 && row.backflowlevel != null) {
        return "error-row";
      }
      return "";
@@ -1479,7 +1479,7 @@
</script>
<style lang="scss" scoped>
/* @import url(); 引入公共css类 */
.button-delete{
.button-delete {
  color: rgb(236, 69, 69);
}
::v-deep.el-table .error-row {