소스 검색

Merge branch 'develop' into TPE/develop

jeff 11 달 전
부모
커밋
48368e41a7
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      TEAMModelOS/ClientApp/src/view/jyzx/Question.vue

+ 4 - 4
TEAMModelOS/ClientApp/src/view/jyzx/Question.vue

@@ -263,9 +263,9 @@ export default {
                         if (res) {
                             if(res.status == 404) {
                                 this.$Modal.confirm({
-                                    title: "问卷已被删除,是否删除此条记录?",
-                                    okText: "删除",
-                                    cancelText: "取消",
+                                    title: this.$t('studentWeb.queNaire.delTitle'),
+                                    okText: this.$t('ability.review.delete'),
+                                    cancelText: this.$t('auth.cancel'),
                                     onOk: () => {
                                         this.delActivity(item)
                                     }
@@ -296,7 +296,7 @@ export default {
             this.$api.jyzx.delActivity(param).then(res => {
                 if(res) {
                     if(res.status == 200) {
-                        this.$Message.success('问卷已删除!')
+                        this.$Message.success(this.$t('evaluation.deleteSuc'))
                         let listIndex = null
                         this.listShow.forEach((list, index) => {
                             if(list.id == item.id) {