-
+
@@ -49,12 +32,8 @@
-
+
+
(营业执照、合作协议、行业资质材料)中的最早到期时间
@@ -62,21 +41,11 @@
-
+
+
-
+
@@ -84,6 +53,7 @@
保 存
+ 返 回
@@ -156,7 +126,7 @@ export default {
//dei商铺行业资质材料信息
console.log(file, fileList);
console.log(this.ruleForm.qualMaterial);
-
+
let tempArr = [];
fileList.map(item => {
tempArr.push({ path: item.response.data });
@@ -235,6 +205,15 @@ export default {
this.$message.error(err.message);
});
}
+ },
+ back() {
+ this.$router.push({
+ path: "/ttpoiList",
+ query: {
+ id: this.$route.query.MainId,
+ list: this.$route.query.list
+ }
+ })
}
},
mounted() {
@@ -250,26 +229,32 @@ export default {
padding: 0 20px 20px;
overflow: hidden;
}
+
.edit-item {
text-align: left;
overflow: hidden;
margin-top: 20px;
}
+
.btnBox {
background-color: #ffffff;
text-align: center;
}
+
.save-btn {
width: 108px;
background: RGBA(63, 196, 150, 1);
}
+
.save-btn:hover {
background: #409ef0;
}
+
.butBox {
display: flex;
justify-content: center;
}
+
.upload-demo {
width: 260px;
}
diff --git a/src/components/ttpoiList/list.vue b/src/components/ttpoiList/list.vue
index b45950d..32489c8 100644
--- a/src/components/ttpoiList/list.vue
+++ b/src/components/ttpoiList/list.vue
@@ -4,47 +4,22 @@
-
+
+
-
+
-
-
+
+
-
+
@@ -53,19 +28,22 @@