This commit is contained in:
Taric Xin
2022-03-09 11:12:33 +08:00
parent d97800841d
commit 26ae59d300
2 changed files with 1 additions and 6 deletions

View File

@ -40,7 +40,7 @@ export class ExpressInfoComponent implements OnInit {
columns: STColumn[] = [
{ title: '', index: 'key', type: 'checkbox', width: 50 },
{ title: '快递单号', index: 'expressCode', width: 150 },
{ title: '快递单号', index: 'expressCode', width: 170 },
{ title: '快递公司', index: 'expresscompany', width: 120 },
{ title: '快递费用', index: 'description', width: 120 },
{