@@ -27,7 +27,6 @@ export default domeStr => {
<!DOCTYPE html>
<html lang="en">
<head>
- <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>知学知考题卡</title>
@@ -4,7 +4,7 @@
:visible.sync="modalIsShow"
title="批量推送"
top="0"
- width="1000px"
+ width="1100px"
:close-on-click-modal="false"
:close-on-press-escape="false"
append-to-body
@@ -74,7 +74,7 @@
<el-table-column
prop="sequence"
label="序号"
- width="80"
+ width="60"
></el-table-column>
prop="paperNumber"
@@ -84,16 +84,31 @@
prop="paperType"
label="卷型"
- width="100"
prop="syncCardType"
label="题卡类型"
- width="120"
+ width="100"
prop="totalSubjects"
label="科次"
+ ></el-table-column>
+ <el-table-column
+ prop="syncStatus"
+ label="推送状态"
+ prop="syncUserName"
+ label="推送人"
+ min-width="100"
+ prop="thirdRelateId"
+ label="关联ID"
width="100"
</el-table>
@@ -81,11 +81,6 @@
label="未推送课程数"
width="140"
- <el-table-column prop="thirdRelateId" label="考试ID" min-width="100">
- <span slot-scope="scope">{{
- scope.row.thirdRelateId | defaultFieldFilter
- }}</span>
- </el-table-column>
class-name="action-column"
label="操作"
@@ -57,7 +57,7 @@ export default [
component: DownloadManage
},
{
- path: "/exam/download-manage",
+ path: "/exam/action-log-manage",
name: "ActionLogManage",
component: ActionLogManage
}