This commit is contained in:
2026-01-26 19:54:57 +08:00
parent ba26f616ba
commit 13d206f497
6 changed files with 155 additions and 45 deletions

View File

@ -1,12 +1,7 @@
/** 积分类型 */
export const jflylxTypes = {
'01': '信息采集',
'02': '肯定',
'03': '转会商',
'04': '转合成',
'05': '转线索',
'06': '建模型',
'07': '战术研判',
'08': '战略研判'
'01': '采纳',
'02': '转线索',
'03': '研判',
};