我在js增强的有一个弹出窗标题,如何做多语言?
useFun.controlInit('ControlView', 'controlView_10102', {
controlName: '', //控件名称(全局注册的控件使用,例:el-transfer )
controlPath: 'views/my/in/index.vue',
controlParams: {
skuTableId: SKU_TABLE_ID,
assetsTableId: ASSETS_TABLE_ID,
warehouseTableId: WAREHOUSE_TABLE_ID,
supplierTableId: SUPPLIER_TABLE_ID,
mainTableId: MAIN_TABLE_ID,
rowId: 0
}, //控件配置
showType: 'dialog', //弹窗类型 dialog | drawer
popOption: { //弹窗配置
title: '入库明细', //标题----------------------------------------------------------------------这里怎么多语言?
width: '', //弹窗宽度
fullscreen: false, //是否全屏
footerBtn: [],
headerBtn: [], //顶部按钮配置(配置同上)
dialogParams: {}, //弹窗其他配置
handleClose: (done) => { //关闭弹窗前的回调
done()
}
}
})




https://doc.jeelowcode.com/doc/1601-2-7#addI18nData