Commit 91905e0f authored by 罗超's avatar 罗超

临时提交

parent 76569b72
......@@ -86,8 +86,9 @@ export default {
//
} else {
$q.dialog({
title: '删除提示',
html: '是否确认把所选线索认定为“有效线索”?确认后所选线索将会被转为“待分配客户”中。<span style="color:#FF7373">(当前已开启自动分配模式,将直接根据设定的规则分配客户)</span>',
title: '认定有效线索',
message: '是否确认把所选线索认定为“有效线索”?确认后所选线索将会被转为“待分配客户”中。<span style="color:#FF7373">(当前已开启自动分配模式,将直接根据设定的规则分配客户)</span>',
html:true,
cancel: true,
persistent: true
}).onOk(() => {
......
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