| | |
| | | <el-table-column label="状态" align="center" prop="paystatus"> |
| | | <template slot-scope="scope"> |
| | | <dict-tag |
| | | :options="dict.type.sys_gathering" |
| | | :options="dict.type.Collection_status" |
| | | :value="scope.row.paystatus" |
| | | /> |
| | | </template> |
| | |
| | | import { listOrganization } from "@/api/project/organization"; |
| | | |
| | | import OrgSelecter from "@/views/project/components/orgselect"; |
| | | import { getToken } from "@/utils/auth"; |
| | | |
| | | export default { |
| | | name: "Donorcharge", |
| | | dicts: ["sys_gathering"], |
| | | dicts: ["Collection_status"], |
| | | components: { |
| | | OrgSelecter |
| | | }, |
| | |
| | | pageSize: 10, |
| | | donorchargeid: null |
| | | }, |
| | | headers: { |
| | | Authorization: "Bearer " + getToken() |
| | | }, |
| | | // 表单参数 |
| | | form: {}, |
| | | // 表单校验 |