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
1008 B
1 lines
1008 B
const e="序号",t="标题",c="请输入标题",a="文章分类",s="请输入文章分类",l="发布人",o="全部",r="状态",d="请输入状态",i="添加时间",n="请输入添加时间",h="更新时间",u="请输入更新时间",p="添加文章管理",P="编辑文章管理",T="确定要删除该数据吗?",m="请选择开始时间",D="请选择结束时间",b={id:e,title:t,titlePlaceholder:c,category:a,categoryPlaceholder:s,publisherId:l,publisherIdPlaceholder:o,status:r,statusPlaceholder:d,createTime:i,createTimePlaceholder:n,updateTime:h,updateTimePlaceholder:u,addArticles:p,updateArticles:P,articlesDeleteTips:T,startDate:m,endDate:D};export{p as addArticles,T as articlesDeleteTips,a as category,s as categoryPlaceholder,i as createTime,n as createTimePlaceholder,b as default,D as endDate,e as id,l as publisherId,o as publisherIdPlaceholder,m as startDate,r as status,d as statusPlaceholder,t as title,c as titlePlaceholder,P as updateArticles,h as updateTime,u as updateTimePlaceholder};
|
|
|