Showing
15 changed files
with
57 additions
and
2 deletions
| ... | ... | @@ -116,7 +116,7 @@ |
| 116 | 116 | </template> |
| 117 | 117 | |
| 118 | 118 | <script> |
| 119 | -import { getContractApi, deleteContractApi, uploadStandardContract, statusStyle, statusMap } from '@/api/contract' | |
| 119 | +import { getContractApi, deleteContractApi, uploadStandardContract, statusStyle } from '@/api/contract' | |
| 120 | 120 | import ProductRel from './productRel.vue' |
| 121 | 121 | import DetailButtons from '@/components/detail-buttons/index.vue' |
| 122 | 122 | import FileUpload from '@/components/file-upload/index.vue' |
| ... | ... | @@ -211,7 +211,6 @@ export default { |
| 211 | 211 | }, |
| 212 | 212 | ], |
| 213 | 213 | statusStyle: statusStyle, |
| 214 | - statusMap: statusMap, | |
| 215 | 214 | dicOptions: { AUDIT_STATUS: [] } |
| 216 | 215 | } |
| 217 | 216 | }, |
| ... | ... | @@ -449,6 +448,10 @@ export default { |
| 449 | 448 | &_已签收 { |
| 450 | 449 | background-image: url('~@/static/images/contract/status_4.png'); |
| 451 | 450 | } |
| 451 | + | |
| 452 | + &_已取消 { | |
| 453 | + background-image: url('~@/static/images/contract/status_5.png'); | |
| 454 | + } | |
| 452 | 455 | } |
| 453 | 456 | } |
| 454 | 457 | ... | ... |
static/images/contract/status_5.png
0 → 100644
25.8 KB