11
WXL
2023-09-27 128aec95c834751e587e7f6615310ffbe3b13b64
src/views/project/travelexpenseapply/index.vue
@@ -68,6 +68,19 @@
            </el-select>
          </el-form-item>
        </el-col>
      </el-row>
      <el-row>
        <el-col :span="5">
          <el-form-item label="捐献者" prop="donorname" style="float: left">
            <el-input
              v-model="queryParams.donorname"
              placeholder="请输入申请人捐献者"
              clearable
              size="small"
              @keyup.enter.native="flowconclusion"
            />
          </el-form-item>
        </el-col>
        <el-col :span="4">
          <el-form-item>
            <el-button
@@ -213,7 +226,7 @@
          <el-button
            size="mini"
            type="text"
            icon="el-icon-edit"
            icon="el-icon-view"
            @click="handleDetail(scope.row)"
            >查看</el-button
          >
@@ -2129,6 +2142,7 @@
    /** 删除按钮操作 */
    handleDelete(row) {
      const ids = row.id || this.ids;
      console.log(ids);
      this.$modal
        .confirm("是否确认删除该条记录?")
        .then(function() {
@@ -2557,7 +2571,7 @@
<style>
.addClassva {
  /* background: #10aec2; */
  background: #93b5cf !important;
  background: #e8f4ff !important;
  /* color:whitesmoke; */
}
</style>