xiatian 5 rokov pred
rodič
commit
10e71b7c36

+ 7 - 0
src/modules/questions/views/GenPaper.vue

@@ -200,6 +200,13 @@
             <span>{{ scope.row.lastModifyName }}</span>
           </template>
         </el-table-column>
+        <el-table-column
+          label="修改时间"
+          width="153"
+          sortable
+          prop="updateDate"
+        >
+        </el-table-column>
         <el-table-column label="操作" width="180" fixed="right">
           <template slot-scope="scope">
             <div class="operate_left">

+ 7 - 0
src/modules/questions/views/ImportPaper.vue

@@ -205,6 +205,13 @@
             <span>{{ scope.row.lastModifyName }}</span>
           </template>
         </el-table-column>
+        <el-table-column
+          label="修改时间"
+          width="153"
+          sortable
+          prop="updateDate"
+        >
+        </el-table-column>
         <el-table-column label="操作" width="180" fixed="right">
           <template slot-scope="scope">
             <div class="operate_left">