Xiao_Mo 5 rokov pred
rodič
commit
50456e58c7

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 0 - 0
dist/index.html


+ 0 - 1
dist/static/css/chunk-0ac4162c.e447fca4.css

@@ -1 +0,0 @@
-.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.newBand[data-v-d8226f30]{display:inline-block;margin-right:10px}.right-code .title[data-v-d8226f30]{font-size:18px;text-align:center;padding-bottom:8px}[data-v-d8226f30] .studentInfo .el-dialog__body{padding-top:0;padding-bottom:0}[data-v-d8226f30] .studentInfo .multiple.el-select{width:185px!important}

+ 1 - 0
dist/static/css/chunk-7e5baeb6.16b697d1.css

@@ -0,0 +1 @@
+.pagination-container[data-v-31cb099a]{background:#fff;padding:32px 16px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination-container.hidden[data-v-31cb099a]{display:none}.newBand[data-v-0e69a892]{display:inline-block;margin-right:10px}.right-code .title[data-v-0e69a892]{font-size:18px;text-align:center;padding-bottom:8px}[data-v-0e69a892] .studentInfo .el-dialog__body{padding-top:0;padding-bottom:0}[data-v-0e69a892] .studentInfo .multiple.el-select{width:185px!important}

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 0 - 0
dist/static/js/app.b0b8aa0f.js


Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 0 - 0
dist/static/js/chunk-7e5baeb6.9cf7ed9a.js


+ 2 - 2
src/views/studentManager/studentList.vue

@@ -614,8 +614,8 @@ export default {
         date: row.birthdate,
         organId: row.organId,
         nation: row.nation,
-        serviceTag: row.serviceTag.toString(),
-        operatingTag: row.operatingTag.toString()
+        serviceTag: row.serviceTag?row.serviceTag.toString():null,
+        operatingTag:row.operatingTag? row.operatingTag.toString():null
       };
     },
     resetPassWrod(row) {

Niektoré súbory nie sú zobrazené, pretože je v týchto rozdielových dátach zmenené mnoho súborov