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
794 B
1 lines
794 B
const e="部门编号",t="请输入部门编号",a="部门名称",d="请输入部门名称",n="上级部门ID",r="全部",p="创建时间",s="修改时间",c="添加部门",o="编辑部门",m="确定要删除该数据吗?",l="请选择开始时间",D="请选择结束时间",h={id:e,idPlaceholder:t,departmentName:a,departmentNamePlaceholder:d,parentDepartmentId:n,parentDepartmentIdPlaceholder:r,createdAt:p,updatedAt:s,addDepartments:c,updateDepartments:o,departmentsDeleteTips:m,startDate:l,endDate:D};export{c as addDepartments,p as createdAt,h as default,a as departmentName,d as departmentNamePlaceholder,m as departmentsDeleteTips,D as endDate,e as id,t as idPlaceholder,n as parentDepartmentId,r as parentDepartmentIdPlaceholder,l as startDate,o as updateDepartments,s as updatedAt};
|
|
|