This commit is contained in:
cxc
2022-10-31 17:46:09 +08:00
parent 652ce4c9d3
commit c2327f30cb
63 changed files with 1698 additions and 479 deletions

View File

@ -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 = [