SanHQin il y a 1 semaine
Parent
commit
c30183a497

+ 1 - 1
dist/index.html

@@ -32,7 +32,7 @@
       width: 100%;
       background: #e6eaf0;
       font-family: '黑体';
-    }</style><link href=./static/css/app.379faa5383b4896a656d08199686812a.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.161e82026ac2ae03ab6f.js></script><script type=text/javascript src=./static/js/vendor.b7212920b6e58d14a873.js></script><script type=text/javascript src=./static/js/app.14d370fd6a32cd0c3c73.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.c7a38fd794e93d1de287553debc8b32d.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.161e82026ac2ae03ab6f.js></script><script type=text/javascript src=./static/js/vendor.b7212920b6e58d14a873.js></script><script type=text/javascript src=./static/js/app.abe089be1d1f52eee3a2.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/static/css/app.c7a38fd794e93d1de287553debc8b32d.css


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/static/css/app.c7a38fd794e93d1de287553debc8b32d.css.map


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/static/js/app.abe089be1d1f52eee3a2.js


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/static/js/app.abe089be1d1f52eee3a2.js.map


Fichier diff supprimé car celui-ci est trop grand
+ 0 - 0
dist/static/js/manifest.161e82026ac2ae03ab6f.js.map


+ 7 - 7
src/components/pages/test/check/index.vue

@@ -1579,7 +1579,7 @@
                   <el-button
                     @click="editTest(scope.row)"
                     type="primary"
-                    v-if="((examineData && examineData.type == 1) || !examineData) && review !='1'"
+                    v-if="((examineData && examineData.type == 1) || !examineData) && review !='1' && scope.row.isReview!=1"
                     size="small"
                     >编辑</el-button
                   >
@@ -1600,7 +1600,7 @@
                     @click="deleteTest(scope.row.id)"
                     type="primary"
                     size="small"
-                    v-if="((examineData && examineData.type == 1) || !examineData) && review !='1'"
+                    v-if="((examineData && examineData.type == 1) || !examineData) && review !='1' && scope.row.isReview!=1"
                     >删除</el-button
                   >
                 </template>
@@ -2492,9 +2492,9 @@ export default {
            for (let index = 0; index < kpl.length; index++) {
               if (kpl[index].type == 3 && this.cueWord.fieldList.includes(kpl[index].json.title)) {
                 if (kpl[index].json.answer2) {
-                  userWork.push(kpl[index].json.title +':'+ kpl[index].json.answer2)   
+                  userWork.push(kpl[index].json.title +':'+ kpl[index].json.answer2)
                 }else{
-                  userWork.push(kpl[index].json.title +':'+ '')   
+                  userWork.push(kpl[index].json.title +':'+ '')
                 }
               }
               if (kpl[index].type == 5 && this.cueWord.fieldList.includes(kpl[index].json.title)) {
@@ -2705,9 +2705,9 @@ ${JSON.stringify(forAllList)}
           for (let index = 0; index < kpl.length; index++) {
               if (kpl[index].type == 3 && this.cueWord.fieldList.includes(kpl[index].json.title)) {
                 if (kpl[index].json.answer2) {
-                  userWork.push(kpl[index].json.title +':'+ kpl[index].json.answer2)   
+                  userWork.push(kpl[index].json.title +':'+ kpl[index].json.answer2)
                 }else{
-                  userWork.push(kpl[index].json.title +':'+ '')   
+                  userWork.push(kpl[index].json.title +':'+ '')
                 }
               }
               if (kpl[index].type == 5 && this.cueWord.fieldList.includes(kpl[index].json.title)) {
@@ -2945,7 +2945,7 @@ ${JSON.stringify(forAllList)}
       // jiu评分
       scoArr = this.scoListCopy.filter(item => !ids1.includes(item.id));
       // console.log('scoArr',JSON.parse(JSON.stringify('scoArr')));
-      
+
 
       scoArr = [...this.scoList,...scoArr]
 

Certains fichiers n'ont pas été affichés car il y a eu trop de fichiers modifiés dans ce diff