diff --git a/plugs/think-plugs-ticket/src/view/ticket/index.html b/plugs/think-plugs-ticket/src/view/ticket/index.html index 3af1104..ec0d397 100644 --- a/plugs/think-plugs-ticket/src/view/ticket/index.html +++ b/plugs/think-plugs-ticket/src/view/ticket/index.html @@ -88,7 +88,11 @@ {field:'status', title:'状态', width:80, templet:function(item){ if (item.source_type !== 1) { if (item.status === 1) { - return `已分配` + if (item.state === 2) { + return `外部工单` + } else { + return `内部工单` + } } else { return `待分配` }