车辆对接

This commit is contained in:
wangshiming
2022-01-13 16:31:29 +08:00
parent 6ae6403750
commit 66655f298d
8 changed files with 59 additions and 47 deletions

View File

@ -351,10 +351,11 @@ resourceStatus: any;
*/
initST() {
this.columns = [
{ title: '', type: 'checkbox', width: '50px', className: 'text-center' },
{ title: '', type: 'checkbox', fixed: 'left', width: '50px', className: 'text-center' },
{
title: '订单号',
width: '200px',
fixed: 'left',
className: 'text-left',
render: 'billCode'
},