zhangjie 3 anos atrás
pai
commit
0209336fac

+ 1 - 1
src/modules/exam/components/CreateTaskApply.vue

@@ -251,7 +251,7 @@
         <el-button type="primary" :disabled="isSubmit" @click="submit"
           >确认提交</el-button
         >
-        <el-button type="primary" :disabled="isSubmit" @click="toSave"
+        <el-button type="primary" :disabled="isSubmit" @click="toSave(0)"
           >暂存</el-button
         >
         <el-button @click="cancel">取消</el-button>

+ 6 - 1
src/modules/exam/views/DataTaskManage.vue

@@ -90,7 +90,12 @@
           }}</span>
         </el-table-column>
         <el-table-column prop="createName" label="创建人"></el-table-column>
-        <el-table-column class-name="action-column" label="操作" width="160px">
+        <el-table-column
+          class-name="action-column"
+          label="操作"
+          width="160px"
+          align="center"
+        >
           <template slot-scope="scope">
             <el-button
               v-if="scope.row.hasReportFile && checkPrivilege('link', 'export')"