瀏覽代碼

1.违纪名单列表和导出模板新加了学习中心字段
2.优化了部分代码

lideyin 6 年之前
父節點
當前提交
2d2a7f5619
共有 1 個文件被更改,包括 33 次插入36 次删除
  1. 33 36
      src/modules/oe/views/illegalityNameList.vue

+ 33 - 36
src/modules/oe/views/illegalityNameList.vue

@@ -16,8 +16,7 @@
                 :key="item.name"
                 :key="item.name"
                 :label="item.desc"
                 :label="item.desc"
                 :value="item.name"
                 :value="item.name"
-              >
-              </el-option>
+              ></el-option>
             </el-select>
             </el-select>
           </el-form-item>
           </el-form-item>
         </el-col>
         </el-col>
@@ -29,16 +28,15 @@
             size="small"
             size="small"
             icon="el-icon-search"
             icon="el-icon-search"
             type="primary"
             type="primary"
-            >查询
-          </el-button>
+            >查询</el-button
+          >
           <el-button
           <el-button
             size="small"
             size="small"
             icon="el-icon-refresh"
             icon="el-icon-refresh"
             @click="resetForm"
             @click="resetForm"
             style="margin-right:10px;"
             style="margin-right:10px;"
+            >重置</el-button
           >
           >
-            重置
-          </el-button>
         </el-col>
         </el-col>
       </el-row>
       </el-row>
       <el-row>
       <el-row>
@@ -52,8 +50,8 @@
           ></commonExportVue>
           ></commonExportVue>
         </el-col>
         </el-col>
       </el-row>
       </el-row>
-      <el-row class="margin-top-10"
-        ><el-col :span="24">
+      <el-row class="margin-top-10">
+        <el-col :span="24">
           <el-table
           <el-table
             v-loading="tableLoading"
             v-loading="tableLoading"
             element-loading-text="数据加载中"
             element-loading-text="数据加载中"
@@ -68,83 +66,79 @@
                   v-show="currentPagePrivileges.SNAPSHOT_DETAILS"
                   v-show="currentPagePrivileges.SNAPSHOT_DETAILS"
                   @click="gotoCaptureDetail(scope.row.examRecordDataId)"
                   @click="gotoCaptureDetail(scope.row.examRecordDataId)"
                   type="text"
                   type="text"
-                  >{{ scope.row.examRecordDataId }}
-                </el-button>
-                <span v-show="!currentPagePrivileges.SNAPSHOT_DETAILS">
-                  {{ scope.row.examRecordDataId }}
-                </span>
+                  >{{ scope.row.examRecordDataId }}</el-button
+                >
+                <span v-show="!currentPagePrivileges.SNAPSHOT_DETAILS">{{
+                  scope.row.examRecordDataId
+                }}</span>
               </template>
               </template>
             </el-table-column>
             </el-table-column>
+            <el-table-column
+              sortable
+              label="学习中心"
+              prop="orgName"
+              width="150"
+            ></el-table-column>
             <el-table-column
             <el-table-column
               width="120"
               width="120"
               sortable
               sortable
               label="姓名"
               label="姓名"
               prop="studentName"
               prop="studentName"
-            >
-            </el-table-column>
+            ></el-table-column>
             <el-table-column
             <el-table-column
               sortable
               sortable
               label="身份证号"
               label="身份证号"
               prop="identityNumber"
               prop="identityNumber"
               width="120"
               width="120"
-            >
-            </el-table-column>
+            ></el-table-column>
             <el-table-column
             <el-table-column
               sortable
               sortable
               label="学号"
               label="学号"
               prop="studentCode"
               prop="studentCode"
               width="120"
               width="120"
-            >
-            </el-table-column>
+            ></el-table-column>
             <el-table-column
             <el-table-column
               sortable
               sortable
               label="课程"
               label="课程"
               prop="courseName"
               prop="courseName"
               width="120"
               width="120"
-            >
-            </el-table-column>
+            ></el-table-column>
             <el-table-column
             <el-table-column
               sortable
               sortable
               label="课程层次"
               label="课程层次"
               prop="courseLevel"
               prop="courseLevel"
               width="120"
               width="120"
-            >
-            </el-table-column>
+            ></el-table-column>
             <el-table-column
             <el-table-column
               sortable
               sortable
               label="校验次数"
               label="校验次数"
               prop="faceTotalCount"
               prop="faceTotalCount"
               width="120"
               width="120"
-            >
-            </el-table-column>
+            ></el-table-column>
             <el-table-column
             <el-table-column
               sortable
               sortable
               label="成功次数"
               label="成功次数"
               prop="faceSuccessCount"
               prop="faceSuccessCount"
               width="120"
               width="120"
-            >
-            </el-table-column>
+            ></el-table-column>
             <el-table-column
             <el-table-column
               sortable
               sortable
               label="陌生人记录"
               label="陌生人记录"
               prop="faceStrangerCount"
               prop="faceStrangerCount"
               width="150"
               width="150"
-            >
-            </el-table-column>
+            ></el-table-column>
             <el-table-column
             <el-table-column
               sortable
               sortable
               label="成功率(%)"
               label="成功率(%)"
               prop="faceSuccessPercent"
               prop="faceSuccessPercent"
               width="150"
               width="150"
-            >
-            </el-table-column>
+            ></el-table-column>
             <el-table-column
             <el-table-column
               sortable
               sortable
               label="违纪类型"
               label="违纪类型"
               prop="disciplineType"
               prop="disciplineType"
               width="120"
               width="120"
-            >
-            </el-table-column>
+            ></el-table-column>
           </el-table>
           </el-table>
           <div class="block pull-right">
           <div class="block pull-right">
             <el-pagination
             <el-pagination
@@ -155,9 +149,10 @@
               :page-size="form.pageSize"
               :page-size="form.pageSize"
               layout="total, sizes, prev, pager, next, jumper"
               layout="total, sizes, prev, pager, next, jumper"
               :total="total"
               :total="total"
-            >
-            </el-pagination></div></el-col
-      ></el-row>
+            ></el-pagination>
+          </div>
+        </el-col>
+      </el-row>
     </el-main>
     </el-main>
   </el-container>
   </el-container>
 </template>
 </template>
@@ -190,6 +185,7 @@ export default {
         livenessSuccessPercentUpper: null,
         livenessSuccessPercentUpper: null,
         identityNumber: null,
         identityNumber: null,
         orgId: null,
         orgId: null,
+        orgName: null,
         studentCode: null,
         studentCode: null,
         studentName: null,
         studentName: null,
         isWarn: null,
         isWarn: null,
@@ -232,6 +228,7 @@ export default {
         livenessSuccessPercentUpper: null,
         livenessSuccessPercentUpper: null,
         identityNumber: null,
         identityNumber: null,
         orgId: null,
         orgId: null,
+        orgName: null,
         studentCode: null,
         studentCode: null,
         studentName: null,
         studentName: null,
         isWarn: null,
         isWarn: null,