完成订单重构
This commit is contained in:
parent
ddffac5b74
commit
9c32d4ba72
|
|
@ -63,7 +63,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','layer'], function ($,
|
|||
|
||||
{field: 'record_count', title: '跟进次数',operate: false},
|
||||
|
||||
{field: 'work_progress', title: '跟进内容',operate: false,formatter:function(value,row)
|
||||
{field: 'work_progress', title: '跟进内容',operate: false, class: 'autocontent', formatter:function(value,row)
|
||||
{
|
||||
if(row.type == 2){
|
||||
return value;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user