diff --git a/package.json b/package.json
index b49e755..2ed9be7 100644
--- a/package.json
+++ b/package.json
@@ -14,10 +14,10 @@
"test:ci": "npm run lint && npm run test:unit"
},
"dependencies": {
- "echarts": "^5.4.3",
"axios": "^0.24.0",
"bpmn-js": "^9.2.2",
"core-js": "^3.8.3",
+ "echarts": "^5.4.3",
"ejs": "^2.7.4",
"element-ui": "^2.15.14",
"js-cookie": "2.2.0",
@@ -27,6 +27,7 @@
"path-to-regexp": "2.4.0",
"portfinder": "^1.0.21",
"qs": "^6.9.4",
+ "quill": "^1.3.7",
"sass-resources-loader": "^2.1.1",
"viewerjs": "^1.9.0",
"vue": "^2.6.14",
diff --git a/src/components/Editor/index.vue b/src/components/Editor/index.vue
new file mode 100644
index 0000000..332c134
--- /dev/null
+++ b/src/components/Editor/index.vue
@@ -0,0 +1,279 @@
+
+
+
+
+
+
+
diff --git a/src/views/commodity/commodityAdd.vue b/src/views/commodity/commodityAdd.vue
index a7747be..25ed66a 100644
--- a/src/views/commodity/commodityAdd.vue
+++ b/src/views/commodity/commodityAdd.vue
@@ -1,217 +1,220 @@
-
-
-
-
-
-
-
-
- 名称:
-
-
-
- 编码:
-
-
-
- 条码:
-
-
-
- 价格:
-
-
-
- 单位:
-
-
-
- 备注:
-
-
-
-
- 图片:
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+ 名称:
+
+
+
+ 编码:
+
+
+
+ 条码:
+
+
+
+ 价格:
+
+
+
+ 单位:
+
+
+
+ 备注:
+
+
+
+
+ 商品详情:
+
+
+
+
+
+
+
+
\ No newline at end of file
+ .box-card {
+ margin-left: 60px;
+ margin-right: 60px;
+ min-width: 70%;
+ margin-top: 20px;
+
+ .item {
+ display: flex;
+ flex-direction: row;
+ align-items: center;
+ margin-top: 15px;
+ height: 40px;
+ line-height: 40px;
+
+ .item_text {
+ flex: 0.8;
+ font-size: 18px;
+ text-align: right;
+ }
+
+ .item_input {
+ flex: 4;
+ font-size: 16px;
+ margin-left: 10px;
+ margin-right: 80px;
+ }
+
+ .item_left_input {
+ width: 20%;
+ }
+
+ .item_left_text {
+ height: 30px;
+ margin-left: 20px;
+ line-height: 30px;
+ color: #018AD2;
+ padding: 0px 15px;
+ border: 1.5px solid #018AD2;
+ border-radius: 5px;
+
+ }
+
+ .item_right {
+ flex: 1;
+ justify-items: center;
+
+ .item_right_list_text {
+ font-size: 16px;
+ }
+
+ .item_right_list_delect {
+ color: #5E94FF;
+ margin-left: 20px;
+ font-size: 16px;
+ text-decoration: underline;
+ }
+ }
+
+ }
+
+ }
+
diff --git a/src/views/pickupPoint/indexAdd.vue b/src/views/pickupPoint/indexAdd.vue
index d74b3d1..64bb7f1 100644
--- a/src/views/pickupPoint/indexAdd.vue
+++ b/src/views/pickupPoint/indexAdd.vue
@@ -40,6 +40,10 @@
排序:
+
+ 经纬度:
+
+
@@ -63,7 +67,8 @@
businessHours: '',
sort: 0,
linker: '',
- picUrl: ''
+ picUrl: '',
+ lonAndLat: ''
}
}
},
@@ -97,7 +102,8 @@
businessHours: '',
sort: 0,
linker: '',
- picUrl: ''
+ picUrl: '',
+ lonAndLat: ''
}
this.$emit('doback')
},