Browse Source

Merge branch 'dev' into chengyang

feature
lichao 9 months ago
parent
commit
d13ee3444c
  1. 3
      src/views/modules/communityParty/communityNews/index.vue
  2. 3
      src/views/modules/communityParty/employmentService/index.vue
  3. 3
      src/views/modules/communityParty/noticeAnnouncement/index.vue
  4. 3
      src/views/modules/communityParty/policeCivilianInteraction/index.vue
  5. 3
      src/views/modules/communityParty/threeAffairsDisclosure/index.vue

3
src/views/modules/communityParty/communityNews/index.vue

@ -84,9 +84,6 @@
<span>{{ scope.row.status === 0 ? '已下线' : '已发布' }}</span>
</template>
</el-table-column>
<el-table-column :show-overflow-tooltip="true" prop="agencyName" header-align="center" align="center"
label="状态">
</el-table-column>
<el-table-column :show-overflow-tooltip="true" prop="likes" header-align="center" align="center" label="点赞数">

3
src/views/modules/communityParty/employmentService/index.vue

@ -84,9 +84,6 @@
<span>{{ scope.row.status === 0 ? '已下线' : '已发布' }}</span>
</template>
</el-table-column>
<el-table-column :show-overflow-tooltip="true" prop="agencyName" header-align="center" align="center"
label="状态">
</el-table-column>
<el-table-column :show-overflow-tooltip="true" prop="likes" header-align="center" align="center" label="点赞数">

3
src/views/modules/communityParty/noticeAnnouncement/index.vue

@ -84,9 +84,6 @@
<span>{{ scope.row.status === 0 ? '已下线' : '已发布' }}</span>
</template>
</el-table-column>
<el-table-column :show-overflow-tooltip="true" prop="agencyName" header-align="center" align="center"
label="状态">
</el-table-column>
<el-table-column :show-overflow-tooltip="true" prop="likes" header-align="center" align="center" label="点赞数">

3
src/views/modules/communityParty/policeCivilianInteraction/index.vue

@ -84,9 +84,6 @@
<span>{{ scope.row.status === 0 ? '已下线' : '已发布' }}</span>
</template>
</el-table-column>
<el-table-column :show-overflow-tooltip="true" prop="agencyName" header-align="center" align="center"
label="状态">
</el-table-column>
<el-table-column :show-overflow-tooltip="true" prop="likes" header-align="center" align="center" label="点赞数">

3
src/views/modules/communityParty/threeAffairsDisclosure/index.vue

@ -84,9 +84,6 @@
<span>{{ scope.row.status === 0 ? '已下线' : '已发布' }}</span>
</template>
</el-table-column>
<el-table-column :show-overflow-tooltip="true" prop="agencyName" header-align="center" align="center"
label="状态">
</el-table-column>
<el-table-column :show-overflow-tooltip="true" prop="likes" header-align="center" align="center" label="点赞数">

Loading…
Cancel
Save