版本比较

标识

  • 该行被添加。
  • 该行被删除。
  • 格式已经改变。

...

代码块
languagejson
firstline1
linenumberstrue
{
            
            "label": "查看流程",
            "key": "workflow_check",
            "condition": "ITEM",
           "hide": "=function(){if(ITEM()==null){return true} else {return ITEM().workFlowInstance.state==null?true:false}}",
            "left": true,
            "func": "=function(){console.log(ITEM().wf_inst_id);SCOPE.super_go('workflow_bill_v3',{'business_id':229,'wf_inst_id':ITEM().wf_inst_id})}"
        }

...