11
WXL
2024-02-27 6f0a85022f6eaf42576860c54528c3eed6c1b20b
src/views/project/fund/officeExpenseApply/index.vue
@@ -191,10 +191,11 @@
            v-if="scope.row.recordstatus == -1 || scope.row.recordstatus == 1"
            size="mini"
            type="text"
            icon="el-icon-delete"
            @click="handleDelete(scope.row)"
            v-hasPermi="['project:medicalfund:delete']"
            >删除</el-button
            ><span class="button-delete"
              ><i class="el-icon-delete"></i>删除</span
            ></el-button
          >
          <el-button
            size="mini"
@@ -682,7 +683,9 @@
                  type="text"
                  size="small"
                >
                  删除
                <span class="button-delete"
              ><i class="el-icon-delete"></i>删除</span
            >
                </el-button>
                <el-button
                  @click.native.prevent="
@@ -1975,6 +1978,9 @@
</script>
<style scoped>
/* @import url(); 引入公共css类 */
.button-delete{
  color: rgb(236, 69, 69);
}
::v-deep.el-table .error-row {
  background: #FCEBEB;
}