优化表结构
This commit is contained in:
@@ -172,10 +172,10 @@
|
||||
},
|
||||
{title: '仓库名称', field: 'name', width: 200},
|
||||
{title: '仓库地址', field: 'address', width: 200},
|
||||
{title: '仓储费', field: 'warehousing', width: 60},
|
||||
{title: '搬运费', field: 'truckage', width: 60},
|
||||
{title: '负责人', field: 'principalName', width: 60},
|
||||
{title: '排序', field: 'sort', width: 60},
|
||||
{title: '仓储费', field: 'warehousing', width: 100},
|
||||
{title: '搬运费', field: 'truckage', width: 100},
|
||||
{title: '负责人', field: 'principalName', width: 100},
|
||||
{title: '排序', field: 'sort', width: 80},
|
||||
{
|
||||
title: '是否默认', field: 'isDefault', width: 100, align: "center",
|
||||
formatter: function (value, rec) {
|
||||
|
||||
Reference in New Issue
Block a user