Compare commits

..

No commits in common. '8fd1abcf0ab4aa12297b8cf4a98d8f3948b46cb3' and '74435bbc317e9011219f76fadff5cd96b20a2070' have entirely different histories.

@ -29,16 +29,10 @@ export default {
instanceId: 0,
columns: [
{
type: "index",
width: 80,
align: "center",
title: "序号",
render (h, params) {
let num = parseInt(params.index) + 1;
if (_this.pageSize > 1) {
num += (_this.pageNum - 1) * _this.pageSize;
}
return h("span", num);
}
},
{
title: "所属零售公司",

Loading…
Cancel
Save