feat(credit): 添加客户导入功能并优化信用模块界面
- 在客户导入API中添加isCustomer参数标识 - 为信用相关页面集成公司ID刷新按钮组件 - 在竞争者、客户、外部、风险关系和供应商模块中添加刷新功能 - 配置开发环境变量注释API地址配置 - 统一信用模块工具栏组件导入和使用方式
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
>
|
||||
<template #toolbar>
|
||||
<a-space class="flex">
|
||||
<RefreshCompanyIdButton module="credit-customer" @done="reload" />
|
||||
<search
|
||||
@search="reload"
|
||||
:selection="selection"
|
||||
@@ -81,6 +82,7 @@
|
||||
ColumnItem
|
||||
} from 'ele-admin-pro/es/ele-pro-table/types';
|
||||
import Search from './components/search.vue';
|
||||
import RefreshCompanyIdButton from '@/views/credit/components/RefreshCompanyIdButton.vue';
|
||||
import { getPageTitle } from '@/utils/common';
|
||||
import CreditCustomerEdit from './components/creditCustomerEdit.vue';
|
||||
import {
|
||||
|
||||
Reference in New Issue
Block a user