【update】国际研讨会-WASIC需求变更2

This commit is contained in:
fengchenchen
2023-10-26 17:00:48 +08:00
parent d4021b3913
commit 59f96f04b5
6 changed files with 79 additions and 25 deletions
+3 -2
View File
@@ -22,7 +22,7 @@ export const InvoiceTypeEnums = {
plain: { name: '增值税普通发票', index: 1 },
special: { name: '增值税专用发票', index: 2 }
}
// 国际研讨会关联课题
// 国际研讨会关联会议
//汽车网络安全与数据安全标准合规专题,
// 智能网汽车标准化领航及标准路线图专题,
// 汽车地毯专题,
@@ -30,6 +30,7 @@ export const InvoiceTypeEnums = {
// 弱势道路交通参与者(VRU)保护专题,
// 免费专题
export const LinkTopicsEnums = {
free: { name: '免费专题', index: 6 }
free: { name: '免费专题', index: 6 },
default: {name: '114/22焦点论坛(默认专题)', index: 99}
}