yxh
2026-08-12 b1c3b9a3a545a6ed639f25ff093751193be422ea
src/views/project/travelexpensecheck/index.vue
@@ -88,7 +88,7 @@
      </el-table-column>
      <el-table-column label="报销金额" width="120" align="center" prop="amountrequested" />
      <el-table-column label="经办人" width="100" align="center" prop="username" />
      <el-table-column label="申请材料状态" width="140" align="center" prop="checkstatus">
      <el-table-column label="材料预审状态" width="140" align="center" prop="checkstatus">
        <template slot-scope="scope">
          <dict-tag :options="dict.type.sys_stage_type" :value="scope.row.checkstatus" />
        </template>
@@ -744,7 +744,7 @@
        },
        {
          value: 3,
          label: "已收到材料"
          label: "已收到纸质材料"
        }
      ],
      // 查询参数