zhangherong
21 小时以前 7282d4b49f4577c6807a78bdd6e705feb2fe0e2c
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,
        },