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

Loading…
Cancel
Save