专利列表

This commit is contained in:
熊丽君
2022-02-09 15:05:28 +08:00
parent e3136072a0
commit 5e38238162
5 changed files with 593 additions and 47 deletions

View File

@ -33,3 +33,9 @@ export const enterpriseOptions = [
{ key: 102, value: '优质企业' },
{ key: 103, value: '普通企业' },
]
// 专利类型
export const patentOptions = [
{ key: 1, value: '发明专利' },
{ key: 2, value: '外观设计' },
{ key: 3, value: '实用新型' },
]