diff --git a/src/views/business/components/business-crud-page.vue b/src/views/business/components/business-crud-page.vue
index b60ce53..644d8dd 100644
--- a/src/views/business/components/business-crud-page.vue
+++ b/src/views/business/components/business-crud-page.vue
@@ -319,14 +319,16 @@
-
- 选择
-
+
+
+
联系人
联系方式
-
- 选择
-
+
+
+
@@ -386,26 +390,30 @@
-
- 选择
-
+
+
+
联系人
联系方式
-
- 选择
-
+
+
+
@@ -5153,7 +5161,7 @@ import { openImportDialog } from '@/utils/import-excel';
import { applyTableMenuWidth } from '@/utils/table-menu';
import { downloadFileByUrl, downloadXls } from '@/utils/util';
import { isMobile } from '@/utils/validate';
-import { Location, Rank, Search } from '@element-plus/icons-vue';
+import { Location, OfficeBuilding, Rank, Search } from '@element-plus/icons-vue';
import { ElImageViewer } from 'element-plus';
import { OpenFileViewer } from '@open-file-viewer/vue';
import {
@@ -5448,6 +5456,7 @@ export default {
data() {
return {
Location,
+ OfficeBuilding,
Search,
form: {},
suppressTransportTypeClear: false,
@@ -13203,13 +13212,23 @@ export default {
padding: 0;
}
+ .business-crud-page__map-suffix {
+ color: #409eff;
+ }
+
+ :deep(.el-input .el-input__icon) {
+ color: #409eff;
+ }
+
&--shipping-template {
grid-template-columns:
220px minmax(220px, 1fr) 58px minmax(220px, 280px) 72px minmax(220px, 280px)
40px;
+ }
- .business-crud-page__map-suffix {
- color: #409eff;
+ .business-crud-page__address-pick-btn {
+ :deep(.el-icon) {
+ font-size: 22px;
}
}
}
diff --git a/src/views/business/components/master-order-editor.vue b/src/views/business/components/master-order-editor.vue
index 3f35c80..0205ef7 100644
--- a/src/views/business/components/master-order-editor.vue
+++ b/src/views/business/components/master-order-editor.vue
@@ -63,7 +63,7 @@
visible && loadRegionOptions()" @change="value => handleAddressRegionChange(`route-${index}`, value)" />
visible && loadRegionOptions()" @change="value => handleAddressRegionChange(`route-${index}`, value)" />
@@ -104,7 +104,7 @@
@@ -549,7 +549,7 @@ import { getLazyTree as getRegionLazyTree } from '@/api/base/region';
import { getList as getCommonCargoList } from '@/api/business/common-cargo';
import { exportBlob, importBlob } from '@/api/common';
import { downloadFileByUrl, downloadXls } from '@/utils/util';
-import { List, Search } from '@element-plus/icons-vue';
+import { OfficeBuilding, Search } from '@element-plus/icons-vue';
import { ElImageViewer } from 'element-plus';
import { OpenFileViewer } from '@open-file-viewer/vue';
import { fallbackPlugin, imagePlugin, officePlugin, pdfPlugin, textPlugin } from '@open-file-viewer/core';
@@ -581,7 +581,7 @@ export default {
emits: ['back', 'dispatch'],
data() {
return {
- List,
+ OfficeBuilding,
Search,
loading: false,
projects: [],
@@ -1965,6 +1965,10 @@ export default {
}
.address-picker-button {
flex: 0 0 auto;
+
+ :deep(.el-icon) {
+ font-size: 22px;
+ }
}
}
.route-step-title {