11
WXL
2023-09-01 82e5c3fbbc8f15767e22b5dd698c704002ef1652
src/views/project/travelexpenseapply/index.vue
@@ -2129,6 +2129,7 @@
    /** 删除按钮操作 */
    handleDelete(row) {
      const ids = row.id || this.ids;
      console.log(ids);
      this.$modal
        .confirm("是否确认删除该条记录?")
        .then(function() {
@@ -2557,7 +2558,7 @@
<style>
.addClassva {
  /* background: #10aec2; */
  background: #93b5cf !important;
  background: #e8f4ff !important;
  /* color:whitesmoke; */
}
</style>