[update] 解决bug78092
This commit is contained in:
@@ -55,7 +55,7 @@ export const ProjectSource = {
|
||||
// 标准来源
|
||||
export const StandardSource = {
|
||||
DOMESTIC: { text: '国内', value: '1' },
|
||||
OVERSEAS: { text: '国外', value: '2' },
|
||||
OVERSEAS: { text: '海外', value: '2' },
|
||||
ENTERPRISE: { text: '企标', value: '3' }
|
||||
}
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
@close="handleCancel"
|
||||
:visible="visible"
|
||||
:maskClosable="false"
|
||||
destroyOnClose
|
||||
class="custom-drawer-style"
|
||||
>
|
||||
<div class="custom-drawer-style-scroll">
|
||||
|
||||
Reference in New Issue
Block a user