文件{{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 @@