Commit d2de62d8 by crushh

update: 文案

parent 029346b3
......@@ -6,7 +6,8 @@
<p class="batch-txt">{{ tips }}</p>
<ul class="batch-ul">
<li v-for="item in list" :key="item.id" class="batch-li" @click="handleClickItem(item)">
<span class="relationCreater">{{ item.busiObjRelationCreater }}创建:</span><span class="relationName"> {{ item.busiObjRelationType | activeType }}--{{ item.busiObjRelationName }}</span>
<span class="relationName"> {{ item.busiObjRelationType | activeType }}--{{ item.busiObjRelationName }}</span>
<span class="relationCreater">{{ item.busiObjRelationCreater }}</span>
</li>
</ul>
</div>
......@@ -100,10 +101,16 @@ export default {
text-align: left;
}
.relationName {
width: 288px;
color: #2f54eb;
cursor: pointer;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.relationCreater {
margin-left: 10px;
width: 308px;
width: 145px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
......
......@@ -97,7 +97,7 @@ export default {
this.delList = result.list;
this.dialogVisible = true;
} else {
this.$confirm('确认删除该模板?删除后,所有引用此模板的短信都会停止发送。', '提示', {
this.$confirm('确认删除该模板,删除后无法恢复短信模板', '提示', {
confirmButtonText: '确认',
cancelBUttonText: '取消',
type: 'warning'
......
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