diff --git a/src/views/system/sms/smsTemplate/index.vue b/src/views/system/sms/smsTemplate/index.vue index a7d6ded1..081f0596 100644 --- a/src/views/system/sms/smsTemplate/index.vue +++ b/src/views/system/sms/smsTemplate/index.vue @@ -51,10 +51,7 @@ :key="channel.id" :value="channel.id" :label=" - channel.signature + - '【' + - getDictObj(DICT_TYPE.SYSTEM_SMS_CHANNEL_CODE, channel.code) + - '】' + channel.signature + optionLabel(DICT_TYPE.SYSTEM_SMS_CHANNEL_CODE, channel.code) " /> @@ -205,7 +202,7 @@