diff --git a/project/fengdu/app/AppIntegratingAudit/components/List.vue b/project/fengdu/app/AppIntegratingAudit/components/List.vue index 247bc45b..0d3301dc 100644 --- a/project/fengdu/app/AppIntegratingAudit/components/List.vue +++ b/project/fengdu/app/AppIntegratingAudit/components/List.vue @@ -7,7 +7,6 @@ - 我要发帖 @@ -45,6 +44,7 @@ 详情 删除 + 推送精选 @@ -73,17 +73,17 @@ }, total: 10, colConfigs: [ - { prop: 'content', label: '内容', align: 'left', 'show-overflow-tooltip': true }, - { prop: 'commentCount', label: '评论数', align: 'center', width: '120' }, - { prop: 'appreciateCount', label: '点赞数', align: 'center', width: '120' }, - { prop: 'sharedCount', label: '分享数', align: 'center', width: '120' }, - { prop: 'createUserName', label: '发帖人', align: 'center', width: '120' }, - { prop: 'createUserAreaName', label: '所在地区', align: 'center', width: '120' }, - { prop: 'createTime', label: '创建时间', align: 'center', width: '180' }, - { slot: 'options'}, + { prop: 'content', label: '事件类型', align: 'left' }, + { prop: 'commentCount', label: '申请人', align: 'center' }, + { prop: 'appreciateCount', label: '所属地区', align: 'center' }, + { prop: 'sharedCount', label: '所属网格', align: 'center' }, + { prop: 'createUserName', label: '申请时间', align: 'center' }, + { prop: 'createUserAreaName', label: '状态', align: 'center' }, + { prop: 'createTime', label: '审批人', align: 'center' }, + { prop: 'createTime', label: '推送精选', align: 'center' } ], tableData: [], - dateList: [], + dateList: [] } }, computed: { @@ -100,7 +100,7 @@ methods: { getList() { - this.instance.post(`/app/appneighborhoodassistance/list`, null, { + this.instance.post(`/app/appintegraluserapply/list`, null, { params: { ...this.search, createUserAreaId: this.search.areaId, @@ -125,7 +125,7 @@ remove (id) { this.$confirm('确定删除该帖子?').then(() => { - this.instance.post(`/app/appneighborhoodassistance/delete?id=${id}`).then(res => { + this.instance.post(`/app/appintegraluserapply/delete?id=${id}`).then(res => { if (res.code == 0) { this.$message.success('删除成功!') this.getList() diff --git a/project/fengdu/app/AppIntegratingRules/AppIntegratingRules.vue b/project/fengdu/app/AppIntegratingRules/AppIntegratingRules.vue index 2bb026bc..d73d9845 100644 --- a/project/fengdu/app/AppIntegratingRules/AppIntegratingRules.vue +++ b/project/fengdu/app/AppIntegratingRules/AppIntegratingRules.vue @@ -7,10 +7,7 @@ diff --git a/project/fengdu/app/AppIntegratingRules/components/Add.vue b/project/fengdu/app/AppIntegratingRules/components/Add.vue deleted file mode 100644 index a1d2930c..00000000 --- a/project/fengdu/app/AppIntegratingRules/components/Add.vue +++ /dev/null @@ -1,168 +0,0 @@ - - - - - - - - - - - - onUserChange(e)" dialogTitle="选择部门" action="/app/wxcp/wxdepartment/departList"> - - 选择部门 - {{form.publishDepartName}} - - - - - - - - - - - - - - - - - - - - - 取消 - 提交 - - - - - - - diff --git a/project/fengdu/app/AppIntegratingRules/components/Detail.vue b/project/fengdu/app/AppIntegratingRules/components/Detail.vue deleted file mode 100644 index dc485f13..00000000 --- a/project/fengdu/app/AppIntegratingRules/components/Detail.vue +++ /dev/null @@ -1,294 +0,0 @@ - - - - - - - - - - - - - - {{info.createUserName}} - - {{info.publishDepartName}} - {{info.createTime}} - - - - - #【{{info.themeInfo.title}}】{{info.content}} - - - - - - - - - - 评论 - - - - - {{item.createUserName}} - {{item.createTime}} - - - - {{item.content}} - 删除 - - - - - - - {{reply.createUserName}}回复{{item.createUserName}} - - {{reply.createTime}} - - - {{reply.content}} - 删除 - - - - - {{item.isShowReply ? '收起' : `展开${item.replyList.length}条回复`}} - - - - - 暂无评论 - - - - - - - - - diff --git a/project/fengdu/app/AppIntegratingTask/components/Add.vue b/project/fengdu/app/AppIntegratingTask/components/Add.vue index c4a95e52..2c30d773 100644 --- a/project/fengdu/app/AppIntegratingTask/components/Add.vue +++ b/project/fengdu/app/AppIntegratingTask/components/Add.vue @@ -38,7 +38,7 @@ - + 打卡得积分 报名得积分 diff --git a/vue.config.js b/vue.config.js index 52a5f168..e26a846d 100644 --- a/vue.config.js +++ b/vue.config.js @@ -2,6 +2,7 @@ const path = require('path'); module.exports = { lintOnSave: false, productionSourceMap: false, + hot: true, css: { loaderOptions: { scss: {
{{item.content}}
{{reply.content}}
{{item.createUserName}}
- {{item.createTime}} -{{item.content}}
-