yxh
2026-08-12 b756a06d2736a563b4a82328b383a91170162016
src/views/project/fund/ethicalExpertFeeApply/index.vue
@@ -186,7 +186,7 @@
                  </template>
                </el-table-column>
                <el-table-column
                  label="申请材料状态"
                  label="材料预审状态"
                  width="140"
                  align="center"
                  prop="checkstatus"
@@ -230,7 +230,6 @@
                      type="text"
                      icon="el-icon-edit"
                      @click="handleUpdate(scope.row)"
                      v-hasPermi="['project:ethicalfund:edit']"
                      >修改</el-button
                    >
                    <el-button
@@ -248,17 +247,15 @@
                      size="mini"
                      type="text"
                      @click="handleDelete(scope.row)"
                      v-hasPermi="['project:ethicalfund:delete']"
                      ><span class="button-delete"
              ><i class="el-icon-delete"></i>删除</span
            ></el-button
                        ><i class="el-icon-delete"></i>删除</span
                      ></el-button
                    >
                    <el-button
                      size="mini"
                      type="text"
                      icon="el-icon-download"
                      @click="mixExport(scope.row.id)"
                      v-hasPermi="['project:ethicalfund:download']"
                      >下载</el-button
                    >
                  </template>
@@ -705,9 +702,9 @@
                  type="text"
                  size="small"
                >
                <span class="button-delete"
              ><i class="el-icon-delete"></i>删除</span
            >
                  <span class="button-delete"
                    ><i class="el-icon-delete"></i>删除</span
                  >
                </el-button>
              </template>
            </el-table-column>
@@ -2057,7 +2054,7 @@
      this.detailInfoDialogShow = false;
    },
    rowClassName({ row, column, rowIndex, columnIndex }) {
      if (row.recordstatus == -1 && row.backflowlevel >= 0) {
      if (row.recordstatus == -1 && row.backflowlevel != null) {
        return "error-row";
      }
      return "";
@@ -2089,7 +2086,7 @@
</script>
<style lang="scss" scoped>
/* @import url(); 引入公共css类 */
.button-delete{
.button-delete {
  color: rgb(236, 69, 69);
}
::v-deep.el-table .error-row {