hyingbo
9 小时以前 92b53ccbfafdec9b5f27a0ec0a09ff051bdc6d21
设备调拨设置固定宽度,解决页面出现无表头空白列的情况
已修改1个文件
3 ■■■■■ 文件已修改
src/views/eam/dispose/EamEquipmentTransferList.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/eam/dispose/EamEquipmentTransferList.vue
@@ -153,18 +153,21 @@
          title: '单据号',
          align: 'center',
          fixed: 'left',
          width: 100,
          dataIndex: 'code'
        },
        {
          title: '设备编号',
          align: 'center',
          fixed: 'left',
          width: 100,
          dataIndex: 'equipmentCode'
        },
        {
          title: '设备名称',
          align: 'center',
          fixed: 'left',
          width: 100,
          dataIndex: 'equipmentName'
        },
        {