diff --git a/src/views/business/components/business-crud-page.vue b/src/views/business/components/business-crud-page.vue
index 7a922a6..b60ce53 100644
--- a/src/views/business/components/business-crud-page.vue
+++ b/src/views/business/components/business-crud-page.vue
@@ -319,15 +319,14 @@
-
-
-
+
+ 选择
+
联系人
-
-
-
+
+ 选择
+
联系人
联系方式
@@ -5155,7 +5153,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 { List, Location, Rank, Search } from '@element-plus/icons-vue';
+import { Location, Rank, Search } from '@element-plus/icons-vue';
import { ElImageViewer } from 'element-plus';
import { OpenFileViewer } from '@open-file-viewer/vue';
import {
@@ -5449,7 +5447,6 @@ export default {
},
data() {
return {
- List,
Location,
Search,
form: {},
@@ -15339,4 +15336,7 @@ export default {
top: 92px !important;
left: 0 !important;
}
+.el-input__icon {
+ color: #1e90ff !important;
+}