Commit 74033f59 by caoyanzhi

update: 短信群发和短信导入群发详情-模板字段类型调整

parent 39041d83
......@@ -22,7 +22,7 @@
</el-col>
<el-col :span="8">
<span class="primary-font-color">模板类型:</span>
<span class="regular-font-color">{{ info.sendType === 0 ? '普通短信' : '营销短信' }}</span>
<span class="regular-font-color">{{ info.type === 0 ? '普通短信' : '营销短信' }}</span>
</el-col>
<el-col :span="8" v-if="info.sceneSettingName">
<span class="primary-font-color">营销场景:</span>
......
......@@ -30,7 +30,7 @@
</el-col>
<el-col :span="8">
<span class="primary-font-color">模板类型:</span>
<span class="regular-font-color">{{ info.sendType === 0 ? '普通短信' : '营销短信' }}</span>
<span class="regular-font-color">{{ info.type === 0 ? '普通短信' : '营销短信' }}</span>
</el-col>
<!-- <el-col :span="8">
<span class="primary-font-color">营销场景:</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment