feat(wms): 添加excludeBound参数并调整表格列顺序
- 在delivery/canuse页面添加excludeBound参数 - 修复coil/panels/do页面颜色渐变语法错误 - 在report/receive页面透视表配置中添加规格字段 - 调整coil/panels/base页面表格列顺序
This commit is contained in:
@@ -525,7 +525,7 @@ export default {
|
||||
// 双机架修复工序
|
||||
else if (this.acidRollingActionType == 524) {
|
||||
return {
|
||||
background: 'linear-gradient(45deg, #orange 0% 90%, #FFAACC 90% 100%)',
|
||||
background: 'linear-gradient(45deg, orange 0% 90%, #FFAACC 90% 100%)',
|
||||
color: '#fff'
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user