We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a6305 commit c735cd7Copy full SHA for c735cd7
src/views/system/sms/smsLog/index.vue
@@ -176,9 +176,9 @@
176
<!-- 短信日志详细 -->
177
<Dialog title="短信日志详情" v-model="open">
178
<el-descriptions border :column="1">
179
- <el-descriptions-item label-align="right" width="50px" label="日志主键:">{{
180
- formData.id
181
- }}</el-descriptions-item>
+ <el-descriptions-item label-align="right" width="50px" label="日志主键:">
+ {{ formData.id }}
+ </el-descriptions-item>
182
<el-descriptions-item label-align="right" width="50px" label="短信渠道:">
183
{{ formatChannelSignature(formData.channelId) }}
184
<dict-tag :type="DICT_TYPE.SYSTEM_SMS_CHANNEL_CODE" :value="formData.channelCode" />
0 commit comments