lsc 7 months ago
parent
commit
8447bf1a6c

+ 1 - 1
dist/index.html

@@ -27,7 +27,7 @@
     html,
     body{
       font-family: '黑体';
-    }</style><link href=./static/css/app.082ab1c7efb9ab83ca1d5ae3bb62dac8.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.b5a78a47ec38c79eb330.js></script><script type=text/javascript src=./static/js/app.2909ab993d96df6b0333.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.06dc2e2f5543273b4bba6d5c07e2c007.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.b5a78a47ec38c79eb330.js></script><script type=text/javascript src=./static/js/app.adc16bbb02af1c35f77f.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.06dc2e2f5543273b4bba6d5c07e2c007.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.06dc2e2f5543273b4bba6d5c07e2c007.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.adc16bbb02af1c35f77f.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.adc16bbb02af1c35f77f.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 10 - 2
src/components/easy2/studyStudent.vue

@@ -7866,13 +7866,21 @@
                   >
                   <el-table-column width="150" label="目标" align="center">
                       <template slot-scope="scope"
-                        ><div>
+                        ><div v-if="courseDetail.state == 5">
+                          {{
+                            scope.row.target
+                              ? scope.row.target
+                              : "-"
+                          }}
+                        </div>
+                        <div v-else>
                           {{
                             scope.row.target
                               ? scope.row.target[scope.row.target.length - 1]
                               : "-"
                           }}
-                        </div></template
+                        </div>
+                        </template
                       ></el-table-column
                     >
                     <el-table-column

Some files were not shown because too many files changed in this diff