bugfixed
This commit is contained in:
@ -51,9 +51,9 @@ export const leadOptions = [
|
||||
]
|
||||
// 专利类型
|
||||
export const patentOptions = [
|
||||
{ key: 1, value: '发明专利' },
|
||||
{ key: 2, value: '外观设计' },
|
||||
{ key: 3, value: '实用新型' },
|
||||
{ key: "1", value: '发明专利' },
|
||||
{ key: "2", value: '外观设计' },
|
||||
{ key: "3", value: '实用新型' },
|
||||
]
|
||||
// 合作模式
|
||||
export const cooperationOptions = [
|
||||
|
Reference in New Issue
Block a user