[update]-会员消息注释的修改
This commit is contained in:
@@ -355,7 +355,7 @@ export default {
|
||||
}
|
||||
}
|
||||
},
|
||||
// 判断是否是来款系统 ; 通过titile字段进行判断,目前13-19是会员系统的消息;其他是来款系统的消息
|
||||
// 判断是否是来款系统 ; 通过titile字段进行判断,目前13-20是会员系统的消息;其他是来款系统的消息
|
||||
isIncomePaySystem(record) {
|
||||
const judgeNum = Number(record.titile)
|
||||
if(judgeNum >= 13 && judgeNum <= 20) {
|
||||
|
||||
Reference in New Issue
Block a user