Browse Source

招聘岗位增加创建时间

yanliming 6 ngày trước cách đây
mục cha
commit
8c47fd5659
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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>