常熟吴彦祖 1 month ago
parent
commit
b60f0ec54e
  1. 20
      src/views/modules/warehouse/sysErrorLog.vue

20
src/views/modules/warehouse/sysErrorLog.vue

@ -396,6 +396,26 @@ export default {
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
},
{
columnProp: "requestData",
headerAlign: "center",
align: "left",
columnLabel: "接口入参",
columnWidth: 300,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
},
{
columnProp: "errorDetail",
headerAlign: "center",
align: "left",
columnLabel: "错误详情",
columnWidth: 300,
columnSortable: false,
showOverflowTooltip: true,
fixed: ""
}
],
// - rqrq

Loading…
Cancel
Save