Merge pull request #3565 from dataease/pr@dev@fix_larksuite_en

fix(国际飞书): 国际飞书英文简称为INT Lark
This commit is contained in:
maninhill 2022-10-31 21:00:42 +08:00 committed by GitHub
commit 5283d9fab3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -2373,7 +2373,7 @@ export default {
channel_wecom_msg: 'Wecom',
channel_dingtalk_msg: 'Dingtalk',
channel_lark_msg: 'Lark',
channel_larksuite_msg: 'Larksuite'
channel_larksuite_msg: 'INT Lark'
},
denumberrange: {
label: 'Number range',
@ -2489,7 +2489,7 @@ export default {
wecom: 'Wecom',
dingtalk: 'Dingtalk',
lark: 'Lark',
larksuite: 'Larksuite',
larksuite: 'INT Lark',
pixel: 'Pixel',
default: 'Default',
custom: 'Custom',

View File

@ -156,7 +156,9 @@
: scope.row.from === 5
? "Dingtalk"
: scope.row.from === 6
? "Lark" : '-'
? "Lark"
: scope.row.from === 7
? "INT Lark" : '-'
}}
</div>
</template>