Ver Fonte

招聘岗位增加创建时间

yanliming há 6 dias atrás
pai
commit
8c47fd5659
1 ficheiros alterados com 3 adições e 1 exclusões
  1. 3 1
      src/views/base/recruitInformationInfo-list.vue

+ 3 - 1
src/views/base/recruitInformationInfo-list.vue

@@ -163,7 +163,9 @@
             </span>
           </template>
         </el-table-column>
-        <el-table-column label="操作"  fixed="right"  width="450">
+
+        <el-table-column  prop="createTime"  label="创建时间" width="150"></el-table-column>
+        <el-table-column label="操作"  fixed="right"  width="420">
           <template slot-scope="{row}">
             <el-button class="btu1" size="mini" type="warning" @click="handleEdit(row)">编辑</el-button>
             <el-button class="btu1" v-if="row.status=='0'" size="mini" type="primary" @click="handleCheck(row)">审核</el-button>