mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-15 11:35:06 +08:00
初始化 form 动态表单的详情,暂未接入数据
This commit is contained in:
8
yudao-admin-ui/src/utils/render/slots/el-input.js
Normal file
8
yudao-admin-ui/src/utils/render/slots/el-input.js
Normal file
@ -0,0 +1,8 @@
|
||||
export default {
|
||||
prepend(h, conf, key) {
|
||||
return <template slot="prepend">{conf.__slot__[key]}</template>
|
||||
},
|
||||
append(h, conf, key) {
|
||||
return <template slot="append">{conf.__slot__[key]}</template>
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user