智慧教务系统 PHP-NiuCloud框架开发
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
648 B

const e="学员",t="反馈内容",c="图片",d="邮箱",a="请输入学员",o="请输入反馈内容",s="请上传图片",n="请输入邮箱",l="添加意见反馈",b="编辑意见反馈",i="确定要删除该意见反馈吗?",r={studentsId:e,content:t,images:c,mailbox:d,studentsIdPlaceholder:a,contentPlaceholder:o,imagesPlaceholder:s,mailboxPlaceholder:n,addFeedback:l,updateFeedback:b,feedbackDeleteTips:i};export{l as addFeedback,t as content,o as contentPlaceholder,r as default,i as feedbackDeleteTips,c as images,s as imagesPlaceholder,d as mailbox,n as mailboxPlaceholder,e as studentsId,a as studentsIdPlaceholder,b as updateFeedback};