| | |
| | | tableColumn: [ |
| | | { label: "单据编号", prop: "number", min: 120, isCommonClick: true }, |
| | | { label: "负责人", prop: "member_name", min: 90 }, |
| | | // { label: "审批状态", prop: "approvalStatus" }, |
| | | { label: "创建人", prop: "creator", min: 100 }, |
| | | { label: "客户名称", prop: "client_name" }, |
| | | { label: "合同状态", prop: "serviceContractStatus_name", min: 100 }, |
| | | { label: "创建时间", prop: "created_at" } |
| | | ] |
| | | } |
| | |
| | | ...item, |
| | | member_name: item.member.username, |
| | | client_name: item.client.name, |
| | | quotation_number: item.quotation.number |
| | | quotation_number: item.quotation.number, |
| | | serviceContractStatus_name: item.serviceContractStatus.name |
| | | } |
| | | }) |
| | | this.tableList.tableInfomation = list || [] |