zhangjie 1 年之前
父节点
当前提交
956213e556

+ 2 - 2
src/assets/styles/pages.scss

@@ -27,12 +27,12 @@
       border-left: 0;
       border-top: 0;
       color: $--color-text-gray-2;
-      padding: 15px;
+      padding: 10px;
     }
     td {
       border-left: 0;
       border-top: 0;
-      padding: 10px 15px;
+      padding: 10px;
 
       i {
         display: inline-block;

+ 5 - 0
src/modules/course/views/TargetReportManage.vue

@@ -40,6 +40,11 @@
           label="试卷编码"
           min-width="200"
         ></el-table-column>
+        <el-table-column prop="userName" label="创建人">
+          <span slot-scope="scope">
+            {{ scope.row.userName }}({{ scope.row.userLoginName }})
+          </span>
+        </el-table-column>
         <el-table-column
           class-name="action-column"
           label="操作"

+ 6 - 5
src/modules/exam/components/ApplyContent.vue

@@ -14,8 +14,9 @@
       <table class="table mb-2">
         <colgroup>
           <col width="100" />
-          <col width="300" />
-          <col width="300" />
+          <col width="280" />
+          <col />
+          <col v-if="IS_APPLY" width="80" />
         </colgroup>
         <tr>
           <th>试卷类型</th>
@@ -260,11 +261,11 @@
             ></el-button>
             <el-button
               v-if="attachment.canDelete"
-              class="btn-danger"
+              class="btn-danger btn-icon"
               type="text"
+              icon="el-icon-remove"
               @click="deleteAttachment(index)"
-              >删除</el-button
-            >
+            ></el-button>
           </td>
         </tr>
         <tr v-if="!paperAttachments.length">

+ 6 - 5
src/modules/exam/components/ModifyTaskPaper.vue

@@ -70,8 +70,9 @@
         <table class="table">
           <colgroup>
             <col width="100" />
-            <col width="300" />
-            <col width="300" />
+            <col width="280" />
+            <col />
+            <col v-if="IS_EDIT" width="60" />
           </colgroup>
           <tr>
             <th>试卷类型</th>
@@ -220,11 +221,11 @@
             <td v-if="IS_EDIT">
               <el-button
                 v-if="attachment.canDelete"
-                class="btn-danger"
+                class="btn-danger btn-icon"
                 type="text"
+                icon="el-icon-remove"
                 @click="deleteAttachment(index)"
-                >删除</el-button
-              >
+              ></el-button>
             </td>
           </tr>
         </table>

+ 2 - 2
src/modules/exam/components/createExamAndPrintTask/InfoExamTask.vue

@@ -96,10 +96,10 @@
         </div>
         <table class="table mb-2">
           <colgroup>
-            <col width="100" />
+            <col width="90" />
             <col width="280" />
             <col />
-            <col width="90" />
+            <col width="80" />
           </colgroup>
           <tr>
             <th>试卷类型</th>