完成订单重构

This commit is contained in:
xman 2025-06-02 12:59:07 +08:00
parent ddffac5b74
commit 9c32d4ba72

View File

@ -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;