cuilei
2 天以前 6fc7bb975eca07193843a031e378ac3f82317d35
Merge remote-tracking branch 'origin/master'
已修改2个文件
13 ■■■■ 文件已修改
src/views/mes/MesProductionOrderList.vue 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/system/SysApiLogList.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mes/MesProductionOrderList.vue
@@ -143,6 +143,16 @@
          dataIndex: 'orderQuantity'
        },
        {
          title: '合格数量',
          align: 'center',
          dataIndex: 'qualifiedQuantity'
        },
        {
          title: '报废数量',
          align: 'center',
          dataIndex: 'scrapQuantity'
        },
        {
          title: '基本计量单位',
          align: 'center',
          dataIndex: 'productionUnit'
src/views/system/SysApiLogList.vue
@@ -87,20 +87,17 @@
          customRender: function(t, r, index) {
            return parseInt(index) + 1
          },
          fixed: 'left',
        },
        {
          title: 'API分类',
          align: 'center',
          dataIndex: 'apiCategory',
          fixed: 'left',
          width: 100,
        },
        {
          title: '接口名称',
          align: 'center',
          dataIndex: 'apiName',
          fixed: 'left',
          width: 200,
          ellipsis: true,
        },