智慧教务系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

1 lines
1.9 KiB

const e="姓名",o="请输入姓名",n="性别",c="请输入性别",a="电话",t="请输入电话",l="家庭住址",r="请输入家庭住址",s="祖籍",d="请输入祖籍",P="学历",h="请输入学历",i="个人简介",p="请输入个人简介",m="应急联系人电话",u="请输入应急联系人电话",y="身份证正面",C="请输入身份证正面",g="身份证反面",D="请输入身份证反面",T="员工编号",f="请输入员工编号",b="员工状态",k="请输入员工状态",v="是否登录系统",B="请输入是否登录系统",F="创建时间",N="请输入创建时间",S="添加人员",U="编辑人员",x="确定要删除该数据吗?",_="请选择开始时间",j="请选择结束时间",q={name:e,namePlaceholder:o,gender:n,genderPlaceholder:c,phone:a,phonePlaceholder:t,address:l,addressPlaceholder:r,nativePlace:s,nativePlacePlaceholder:d,education:P,educationPlaceholder:h,profile:i,profilePlaceholder:p,emergencyContactPhone:m,emergencyContactPhonePlaceholder:u,idCardFront:y,idCardFrontPlaceholder:C,idCardBack:g,idCardBackPlaceholder:D,employeeNumber:T,employeeNumberPlaceholder:f,status:b,statusPlaceholder:k,isSysUser:v,isSysUserPlaceholder:B,createTime:F,createTimePlaceholder:N,addPersonnel:S,updatePersonnel:U,personnelDeleteTips:x,startDate:_,endDate:j};export{S as addPersonnel,l as address,r as addressPlaceholder,F as createTime,N as createTimePlaceholder,q as default,P as education,h as educationPlaceholder,m as emergencyContactPhone,u as emergencyContactPhonePlaceholder,T as employeeNumber,f as employeeNumberPlaceholder,j as endDate,n as gender,c as genderPlaceholder,g as idCardBack,D as idCardBackPlaceholder,y as idCardFront,C as idCardFrontPlaceholder,v as isSysUser,B as isSysUserPlaceholder,e as name,o as namePlaceholder,s as nativePlace,d as nativePlacePlaceholder,x as personnelDeleteTips,a as phone,t as phonePlaceholder,i as profile,p as profilePlaceholder,_ as startDate,b as status,k as statusPlaceholder,U as updatePersonnel};