发版调整
This commit is contained in:
parent
b2d07817c7
commit
fb57bfb49c
@ -7,5 +7,7 @@ ENV = 'development'
|
|||||||
# ERP管理系统/开发环境
|
# ERP管理系统/开发环境
|
||||||
VUE_APP_BASE_API = '/dev-api'
|
VUE_APP_BASE_API = '/dev-api'
|
||||||
|
|
||||||
|
VUE_APP_BASE_URL = 'http://localhost:8081'
|
||||||
|
|
||||||
# 路由懒加载
|
# 路由懒加载
|
||||||
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
VUE_CLI_BABEL_TRANSPILE_MODULES = true
|
||||||
|
|||||||
@ -6,3 +6,4 @@ ENV = 'production'
|
|||||||
|
|
||||||
# ERP管理系统/生产环境
|
# ERP管理系统/生产环境
|
||||||
VUE_APP_BASE_API = 'http://192.168.5.12:8081/'
|
VUE_APP_BASE_API = 'http://192.168.5.12:8081/'
|
||||||
|
VUE_APP_BASE_URL = 'http://192.168.5.12:8081'
|
||||||
@ -744,6 +744,50 @@
|
|||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</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-row>
|
||||||
<el-divider content-position="left">补助详情</el-divider>
|
<el-divider content-position="left">补助详情</el-divider>
|
||||||
<el-row>
|
<el-row>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user