feat(credit): 添加信用模块主体企业归属修正功能
- 新增 refreshCreditCompanyId API 方法用于修正信用模块数据的企业归属 - 创建 RefreshCompanyIdButton 组件提供统一的修正企业归属按钮界面 - 在多个信用模块页面集成修正企业归属功能按钮 - 更新 CreditSearchToolbar 组件添加修正企业归属按钮 - 修改多个信用模块页面布局结构调整工具栏元素顺序 - 启用 .env.development 中的 API URL 配置
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
<!-- 搜索表单 -->
|
||||
<template>
|
||||
<a-space :size="10" style="flex-wrap: wrap">
|
||||
<a-button type="primary" class="ele-btn-icon" @click="add">
|
||||
<template #icon>
|
||||
<PlusOutlined />
|
||||
</template>
|
||||
<span>添加</span>
|
||||
</a-button>
|
||||
<a-button class="ele-btn-icon" @click="openImport">
|
||||
<!-- <a-button type="primary" class="ele-btn-icon" @click="add">-->
|
||||
<!-- <template #icon>-->
|
||||
<!-- <PlusOutlined />-->
|
||||
<!-- </template>-->
|
||||
<!-- <span>添加</span>-->
|
||||
<!-- </a-button>-->
|
||||
<a-button type="primary" class="ele-btn-icon" @click="openImport">
|
||||
<template #icon>
|
||||
<CloudUploadOutlined />
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user