SanHQin преди 1 седмица
родител
ревизия
201fa1971b

+ 1 - 1
dist/index.html

@@ -32,7 +32,7 @@
       width: 100%;
       background: #e6eaf0;
       font-family: '黑体';
-    }</style><link href=./static/css/app.4f55e725483da7f1bb3e8eda19accbc9.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.38f3b15d73f7de7bf7a0.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.9cc43926efdaff1f8edc35615093a95d.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.c618513265f80f998dfd.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/static/css/app.9cc43926efdaff1f8edc35615093a95d.css


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/static/css/app.9cc43926efdaff1f8edc35615093a95d.css.map


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/static/js/app.c618513265f80f998dfd.js


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/static/js/app.c618513265f80f998dfd.js.map


Файловите разлики са ограничени, защото са твърде много
+ 0 - 0
dist/static/js/manifest.161e82026ac2ae03ab6f.js.map


+ 4 - 4
src/components/pages/easy/addCourse.vue

@@ -790,7 +790,7 @@
                             class="c_pub_button_add pub_btn_add_img"
                                 @click="uploadZIPFile(0)"
                           >
-                            ZIP文件上传
+                            代码上传
                           </button> -->
                         </div>
                         <div
@@ -14136,7 +14136,7 @@ export default {
           const content = await zip.loadAsync(file);
           let _fileStructure = this.buildFileStructure(file,content);
           let _time = new Date().getTime();
-          let _resultList = await this.uploadZipFile(_fileStructure.files,`${_time}_${_fileStructure.folderName}`);
+          let _resultList = await this.uploadZipFileFn(_fileStructure.files,`${_time}_${_fileStructure.folderName}`);
           console.log("_resultList",_resultList)
 
         }catch(e){
@@ -14194,7 +14194,7 @@ export default {
       return root;
     },
     //按路径上传文件
-    async uploadZipFile(fileList,path){
+    async uploadZipFileFn(fileList,path){
       return new Promise(async (resolve)=>{
         let _copyFileList = fileList;
 
@@ -14202,7 +14202,7 @@ export default {
         for(let i = 0; i < _copyFileList.length; i++){
           if(_copyFileList[i].folderName){
             let _path = `${path}/${_copyFileList[i].folderName}`;
-            promise.push(this.uploadZipFile(_copyFileList[i].files,_path).then(res=>{
+            promise.push(this.uploadZipFileFn(_copyFileList[i].files,_path).then(res=>{
               _copyFileList[i].files = res;
             }))
           }else if(_copyFileList[i].fileName){

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

@@ -2490,7 +2490,7 @@ export default {
           // console.log('kpl',this.tableWorksArray[kin]);
 
            for (let index = 0; index < kpl.length; index++) {
-              if (kpl[index].type == 3 && this.cueWord.fieldList.includes(kpl[index].json.title)) {
+              if ((kpl[index].type == 3 || kpl[index].type == 13 || kpl[index].type ==8) && this.cueWord.fieldList.includes(kpl[index].json.title)) {
                 if (kpl[index].json.answer2) {
                   userWork.push(kpl[index].json.title +':'+ kpl[index].json.answer2)
                 }else{
@@ -2521,7 +2521,7 @@ export default {
               }
           }
 let info = [
-  this.cueWord.fieldList.includes('序号') ? '序号' + (kin + 1) : '',
+  this.cueWord.fieldList.includes('序号') ? '序号' + (kin + 1) : '',
   this.cueWord.fieldList.includes('提交人') ? '提交人:' + this.tableWorksArray[kin].name : '',
   this.cueWord.fieldList.includes('学段') ? '学段:' + this.getTType(this.teaType[0].id, this.tableWorksArray[kin].cclassid) : '',
   this.cueWord.fieldList.includes('年级') ? '年级:' + this.getTType(this.teaType[1].id, this.tableWorksArray[kin].cclassid) : '',
@@ -2703,7 +2703,7 @@ ${JSON.stringify(forAllList)}
           // console.log('kpl',this.TabArr[kin]);
 
           for (let index = 0; index < kpl.length; index++) {
-              if (kpl[index].type == 3 && this.cueWord.fieldList.includes(kpl[index].json.title)) {
+              if ((kpl[index].type == 3 || kpl[index].type == 13 || kpl[index].type ==8) && this.cueWord.fieldList.includes(kpl[index].json.title)) {
                 if (kpl[index].json.answer2) {
                   userWork.push(kpl[index].json.title +':'+ kpl[index].json.answer2)
                 }else{
@@ -2734,7 +2734,7 @@ ${JSON.stringify(forAllList)}
               }
           }
 let info = [
-  this.cueWord.fieldList.includes('序号') ? '序号' + (kin + 1) : '',
+  this.cueWord.fieldList.includes('序号') ? '序号' + (kin + 1) : '',
   this.cueWord.fieldList.includes('提交人') ? '提交人:' + TabArr[kin].name : '',
   this.cueWord.fieldList.includes('学段') ? '学段:' + this.getTType(this.teaType[0].id, TabArr[kin].cclassid) : '',
   this.cueWord.fieldList.includes('年级') ? '年级:' + this.getTType(this.teaType[1].id, TabArr[kin].cclassid) : '',

+ 1 - 1
src/components/pages/test/index.vue

@@ -1,5 +1,5 @@
 <template>
-    <div class="pb_content" :style="{padding: gotype ? '0 90px' :''}" style="height: auto; width: calc(100% - 40px); margin: 0 auto;background: unset;box-sizing: border-box;">
+    <div class="pb_content" :style="{padding: gotype ? '0 70px' :''}" style="height: auto; width: calc(100% - 40px); margin: 0 auto;background: unset;box-sizing: border-box;">
         <backPage style="padding: 40px 0 0;" v-if="gotype " tit="智能表单"></backPage>
 
         <div style="width:100%;padding:0;box-sizing: border-box;">

Някои файлове не бяха показани, защото твърде много файлове са промени