From 22d3998d4c039364186fe9c8d577fabf08201cb3 Mon Sep 17 00:00:00 2001 From: Anyon Date: Fri, 15 Apr 2022 15:43:11 +0800 Subject: [PATCH] Update index.html --- app/data/view/base/postage/company/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/data/view/base/postage/company/index.html b/app/data/view/base/postage/company/index.html index f1aeec7fe..5d7822fd7 100644 --- a/app/data/view/base/postage/company/index.html +++ b/app/data/view/base/postage/company/index.html @@ -50,9 +50,9 @@ cols: [[ {checkbox: true}, {field: 'sort', title: '排序权重', width: 100, align: 'center', sort: true, templet: '#SortInputTpl'}, + {field: 'name', title: '公司名称', align: "left", minWidth: 100}, {field: 'code_1', title: '快递鸟编码', align: "left", minWidth: 100}, {field: 'code_3', title: '快递100编码', align: "left", minWidth: 100}, - {field: 'name', title: '公司名称', align: "left", minWidth: 100}, {field: 'status', title: '使用状态', align: 'center', minWidth: 110, templet: '#StatusSwitchTpl'}, {field: 'create_at', title: '添加时间', align: 'center', minWidth: 170}, {toolbar: '#toolbar', title: '操作面板', align: 'center', fixed: 'right'}