zs
2025-05-08 5ae700afd7763cc2338564753ce22a964f4b6439
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
export const columns = [ 
  { 
    type: 'seq', 
    width: 60, 
    title: '序号', 
  }, 
  { 
  field: 'containerNo', 
  title: '托盘编号', 
}, 
  field: 'materialId', 
  title: '物料ID', 
}, 
  field: 'sort', 
  title: '', 
}, 
  field: 'creationTime', 
  title: '是否禁用', 
}, 
  field: 'deletionTime', 
  title: '', 
},