发版调整

This commit is contained in:
andy 2025-06-16 16:47:42 +08:00
parent b2d07817c7
commit fb57bfb49c
3 changed files with 47 additions and 0 deletions

View File

@ -7,5 +7,7 @@ ENV = 'development'
# ERP管理系统/开发环境
VUE_APP_BASE_API = '/dev-api'
VUE_APP_BASE_URL = 'http://localhost:8081'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true

View File

@ -6,3 +6,4 @@ ENV = 'production'
# ERP管理系统/生产环境
VUE_APP_BASE_API = 'http://192.168.5.12:8081/'
VUE_APP_BASE_URL = 'http://192.168.5.12:8081'

View File

@ -744,6 +744,50 @@
</el-input>
</el-form-item>
</el-col>
</el-row><el-divider content-position="left"></el-divider>
<el-row>
<el-col :span="4">
<el-form-item label="生育险" prop="maternityInsurance">
<el-input v-model="infoForm.maternityInsurance" disabled placeholder="生育险" >
<template slot="append"></template>
</el-input>
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item label="医疗险" prop="medicalInsurance">
<el-input v-model="infoForm.medicalInsurance" disabled placeholder="医疗险" >
<template slot="append"></template>
</el-input>
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item label="养老险" prop="endowmentInsurance">
<el-input v-model="infoForm.endowmentInsurance" disabled placeholder="养老险">
<template slot="append"></template>
</el-input>
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item label="失业险" prop="unemploymentInsurance">
<el-input v-model="infoForm.unemploymentInsurance" disabled placeholder="失业险" >
<template slot="append"></template>
</el-input>
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item label="工伤险" prop="employmentInjuryInsurance">
<el-input v-model="infoForm.employmentInjuryInsurance" disabled placeholder="工伤险" >
<template slot="append"></template>
</el-input>
</el-form-item>
</el-col>
<el-col :span="4">
<el-form-item label="公积金" prop="accumulationFund">
<el-input v-model="infoForm.accumulationFund" disabled placeholder="公积金" >
<template slot="append"></template>
</el-input>
</el-form-item>
</el-col>
</el-row>
<el-divider content-position="left">补助详情</el-divider>
<el-row>