mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-04 04:08:13 +00:00
2 lines
616 B
JavaScript
2 lines
616 B
JavaScript
const e="标签ID",l="请输入标签ID",a="标签名称",o="请输入标签名称",t="标签说明",s="请输入标签说明",c="排序",d="请输入排序",b="添加商品标签",r="编辑商品标签",m="确定要删除该数据吗?",n={labelId:e,labelIdPlaceholder:l,labelName:a,labelNamePlaceholder:o,memo:t,memoPlaceholder:s,sort:c,sortPlaceholder:d,addLabel:b,updateLabel:r,labelDeleteTips:m};export{b as addLabel,n as default,m as labelDeleteTips,e as labelId,l as labelIdPlaceholder,a as labelName,o as labelNamePlaceholder,t as memo,s as memoPlaceholder,c as sort,d as sortPlaceholder,r as updateLabel};
|