仪表盘
版本库
文件存储
活动
搜索
登录
HuaYiZhongHeng
/
BaiBuSanlou
百步三楼
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
添加MOM异常信息页面,OCV管理页面,优化WCS不能添加用户信息问题,优化分容空框回流写入线体信息失败问题
huangxiaoqiang
2025-04-02
a5ca8352f035f95d23717e49b74a6c6aea8a9fc9
[HuaYiZhongHeng/BaiBuSanlou.git]
/
CodeManagement
/
WMS
/
WIDESEA_WMSClient
/
src
/
components
/
basic
/
VolForm
/
VolFormRender.js
1
2
3
4
5
6
7
8
9
10
11
12
13
import { h } from 'vue';
export default {
name: "FormExpand",
functional: true,
props: {
render: Function,
par: {}//测试参数
},
render: ({ render, par }) => {
return render(h, { par }); //h();
}
};