Commit 93d5e736 by caoyanzhi

Merge branch 'feature/3月迭代-菜单' into dev

parents 5284ce5d 74033f59
......@@ -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