添加日志

This commit is contained in:
xman 2025-04-14 11:31:10 +08:00
parent b907583658
commit 361008509a

View File

@ -107,8 +107,8 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form','layer'], function ($,
},*/
{
name: 'dispatchlog',
text:"记录",
title:"变更",
text:"日志",
title:"变更记",
icon: 'fa fa-list',
url: function(row){
return 'orders/dispatchlog/index?dispatch_id='+row.id;