diff --git a/admin-web-master/src/components/ImageUpload/index.vue b/admin-web-master/src/components/ImageUpload/index.vue index 34f1746..a5242c6 100644 --- a/admin-web-master/src/components/ImageUpload/index.vue +++ b/admin-web-master/src/components/ImageUpload/index.vue @@ -253,6 +253,7 @@ async handleSetCover(file, i) { console.error(file, i) this.onforIndex = i + this.$emit('changfmindex',this.onforIndex) }, filesCheck(files) { const { diff --git a/admin-web-master/src/components/add/addinformation.vue b/admin-web-master/src/components/add/addinformation.vue index 602ded8..56d97d6 100644 --- a/admin-web-master/src/components/add/addinformation.vue +++ b/admin-web-master/src/components/add/addinformation.vue @@ -102,7 +102,7 @@ + @changimg="e=>changimg(e,'displayMainImage')" @changfmindex="changfmindex"> @@ -263,6 +263,9 @@ this.lat = e.lat this.lng = e.lng }, + changfmindex(e) { + console.error(e) + }, changimg(e, type) { this.ruleForm[type] = e console.error(this.ruleForm[type]) diff --git a/admin-web-master/src/components/fujianUpload/fujianList.vue b/admin-web-master/src/components/fujianUpload/fujianList.vue index 030c00d..4410cc8 100644 --- a/admin-web-master/src/components/fujianUpload/fujianList.vue +++ b/admin-web-master/src/components/fujianUpload/fujianList.vue @@ -15,7 +15,7 @@
不超过{{ options.limitSize }}MB
-
+
文件{{i+1}}
@@ -39,6 +39,10 @@ }, name: 'BaseUpload', props: { + islist: { + type: Boolean, + default: true, + }, value: { type: String, default: '', @@ -62,6 +66,10 @@ type: Number, default: 1, }, + accept: { + type: String, + default: '.mp4', + }, }, data() { return { @@ -97,6 +105,12 @@ }, immediate: true, }, + accept: { + handler() { + this.options.accept= this.accept + }, + immediate: true, + }, cmpOption: { handler() { this.setOptions(); diff --git a/admin-web-master/src/components/resourceCommodity/index.vue b/admin-web-master/src/components/resourceCommodity/index.vue index 3976d9e..528f08c 100644 --- a/admin-web-master/src/components/resourceCommodity/index.vue +++ b/admin-web-master/src/components/resourceCommodity/index.vue @@ -223,7 +223,21 @@ -->
+
+ + + 同意 + 拒绝 + + + + + +
+ 确定 返回 @@ -240,6 +254,9 @@ cereBusinessOperationqueryByPage } from '@/api/newly'; import newmap from "@/components/newmap/index"; + import { + editList + } from '@/api/information.js'; export default { components: { TitleWithCircle, @@ -253,9 +270,16 @@ return {}; }, }, + issp: { + type: String, + default: function() { + return '1'; + }, + }, }, data() { return { + radio: '1', totalsxj:0, pagequerysxj:{ pageNumber: 0, @@ -303,6 +327,33 @@ }, methods: { + minSev() { + console.error({ + ...this.editbgid, + 'publishStatus': this.radio, + reviewComments: this.editbgid.reviewComments + }) + // return + editList({ + ...this.editbgid, + 'publishStatus': this.radio, + reviewComments: this.editbgid.reviewComments + }).then(res => { + console.error(res) + if (res.code == 200) { + this.$message({ + message: '处理成功', + type: 'success' + }) + this.info.publishStatus = this.radio + } else { + this.$message({ + message: '处理失败', + type: 'error' + }) + } + }) + }, handleCurrentChangesxj(val) { this.pagequerysxj.pageNumber = val - 1 diff --git a/admin-web-master/src/views/detect/examine/index.vue b/admin-web-master/src/views/detect/examine/index.vue index 1490ed2..978e8bd 100644 --- a/admin-web-master/src/views/detect/examine/index.vue +++ b/admin-web-master/src/views/detect/examine/index.vue @@ -83,11 +83,12 @@ @@ -132,10 +133,11 @@ @@ -238,13 +240,13 @@
- +
- +
- +
@@ -304,6 +306,7 @@ export default { data() { return { + issp:'1', publishStatus:'', clName:'', name:'', @@ -368,13 +371,14 @@ }; } } else { - console.error(rowIndex % row.num) + if ((rowIndex+1) % row.num === 0) { return { rowspan: row.num, colspan: 1 }; } else { + console.error(rowIndex) return { rowspan: 0, colspan: 0 @@ -539,7 +543,8 @@ }) }, - details(row) { + details(row,e) { + this.issp = e this.detailsinfo = row this.onaction = '3' }, diff --git a/admin-web-master/src/views/detect/information/index.vue b/admin-web-master/src/views/detect/information/index.vue index 0cb11dd..675566e 100644 --- a/admin-web-master/src/views/detect/information/index.vue +++ b/admin-web-master/src/views/detect/information/index.vue @@ -14,7 +14,7 @@ - + @@ -64,10 +64,15 @@ - + + +