| | |
| | | <span v-if="row.status === 4" style="color: gray">取消</span> |
| | | <span v-if="row.status === 5" style="color: green">下发成功</span> |
| | | <span v-if="row.status === 6" style="color: gray">下发失败</span> |
| | | <span v-if="row.status === 7" style="color: green">拜访中</span> |
| | | <span v-if="row.status === 7" style="color: green">已登记</span> |
| | | <span v-if="row.status === 8" style="color: red">已签离</span> |
| | | <span v-if="row.status === 9" style="color: gray">已失效</span> |
| | | </template> |
| | |
| | | filed: 'companyName', |
| | | type: 'input', |
| | | label: '公司名称' |
| | | }, |
| | | { |
| | | filed1: 'queryStarttime', |
| | | filed2: 'queryEndtime', |
| | | type: 'datetime', |
| | | label: '拜访时间' |
| | | } |
| | | ], |
| | | online: true |