| | |
| | | </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> |
| | |
| | | }, |
| | | { |
| | | value: 3, |
| | | label: "已收到材料" |
| | | label: "已收到纸质材料" |
| | | } |
| | | ], |
| | | // 查询参数 |