Browse Source

政策找人去掉政策发布时间

feature
duanliangtao 2 years ago
parent
commit
d19d4af6a6
  1. 4
      src/views/modules/communityService/policy/policyList.vue

4
src/views/modules/communityService/policy/policyList.vue

@ -193,7 +193,7 @@
</el-button> </el-button>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <!-- <el-table-column
prop="createdTime" prop="createdTime"
align="center" align="center"
width="300" width="300"
@ -203,7 +203,7 @@
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.createdTime }}</span> <span>{{ scope.row.createdTime }}</span>
</template> </template>
</el-table-column> </el-table-column> -->
<el-table-column <el-table-column
prop="expiredFlag" prop="expiredFlag"

Loading…
Cancel
Save