Browse Source

[feat]工程管理

物料信息
开启物料table上面动态查询列表按钮
dev
liuxiaoxu 5 months ago
parent
commit
327c4dfcb3
  1. 2
      ruoyi-admin/src/main/resources/templates/erp/material/material.html

2
ruoyi-admin/src/main/resources/templates/erp/material/material.html

@ -125,7 +125,7 @@
detailUrl: prefix + "/detail/{id}", detailUrl: prefix + "/detail/{id}",
pageList: [10, 25, 50], pageList: [10, 25, 50],
pageSize: 10, pageSize: 10,
showColumns: false, showColumns: true,
modalName: "物料信息", modalName: "物料信息",
fixedColumns: true, // 启用冻结列 fixedColumns: true, // 启用冻结列
fixedRightNumber: 1, // 冻结右列个数 fixedRightNumber: 1, // 冻结右列个数

Loading…
Cancel
Save