duan
2024-08-21 22bd5bc1ce2b49284cc2f042c7f4f48619fcf85b
src/DIXWeb.Web/Scripts/Workflow/Workflow.js
@@ -86,7 +86,7 @@
        pagination: true,
        rownumbers: true,
        pagePosition: 'bottom',
        pageSize: 10,
        pageSize: 20,
        pageNumber: 1,
        pageList: [2, 10, 15, 20, 30, 50,100],
        toolbar: '#searchWorkflowToolBar',
@@ -94,12 +94,12 @@
        columns: [[
            //{ checkbox: true, field: 'Id', fixed: true, },
            { title: '序号', width: 35, field: 'Id', hidden: true, },
            { title: '编号', width: 130, field: 'Code', },
            { title: '名称', width: 130, field: 'Name', },
            { title: '编号', width: 100, field: 'Code', },
            { title: '名称', width: 230, field: 'Name', },
            { title: '审计地址', width: 200, field: 'AuditUrl', },
            { title: '浏览地址', width: 200, field: 'BrowseUrl', },
            { title: '开始地址', width: 200, field: 'StartUrl',  },
            { title: '审计地址', width: 120, field: 'AuditUrl', },
            { title: '浏览地址', width: 120, field: 'BrowseUrl', },
            { title: '开始地址', width: 120, field: 'StartUrl',  },
            {
                title: '创建时间', width: 200, field: 'CreateTime', formatter: function (value, row, index) {
                    return toDateStr(value);