mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-05 04:38:09 +00:00
2 lines
1.1 KiB
JavaScript
2 lines
1.1 KiB
JavaScript
const e="",o="请输入",a="分类名称",t="请输入分类名称",c="分类图片",r="请输入分类图片",d="添加时间",s="请输入添加时间",l="更新时间",g="请输入更新时间",i="添加 项目分类",y="编辑 项目分类",n="确定要删除该 项目分类吗?",p="顶级分类",m="上级分类",h="添加分类",P="排序号",T="请输入排序号",C={categoryId:e,categoryIdPlaceholder:o,categoryName:a,categoryNamePlaceholder:t,image:c,imagePlaceholder:r,createTime:d,createTimePlaceholder:s,updateTime:l,updateTimePlaceholder:g,addVipcardGoodsCategory:i,updateVipcardGoodsCategory:y,vipcardGoodsCategoryDeleteTips:n,categoryTips:p,upCategory:m,addCategory:h,sort:P,sortPlaceholder:T};export{h as addCategory,i as addVipcardGoodsCategory,e as categoryId,o as categoryIdPlaceholder,a as categoryName,t as categoryNamePlaceholder,p as categoryTips,d as createTime,s as createTimePlaceholder,C as default,c as image,r as imagePlaceholder,P as sort,T as sortPlaceholder,m as upCategory,l as updateTime,g as updateTimePlaceholder,y as updateVipcardGoodsCategory,n as vipcardGoodsCategoryDeleteTips};
|