1、解压前端源码包views/view-pc.zip,进入前端项目目录执行命令:
npm i
2、打开前端项目下文件,路径:
src/views/business/components/formSetting/components/form-create-designer/src/components/FcDesigner.vue
3,修改第669至673行为如下内容:
data.forEach((value) => {
if (value.hasOwnProperty('children')) {
value.children.forEach((item) => {
if (item.title === '假期类型') {
this.$set(item, 'options', this.holidayRule)
}
})
}
})
4、运行打包命令:
npm run build:prod
5、打开前端项目目录下的 dist文件夹,复制内容至项目根目录:public/admin