Commit 3b92a590 by liuchenxi

update: 模板库变量文案调整

parent dfffa617
......@@ -59,7 +59,7 @@
<el-popover v-model="templateVisbile" placement="bottom-start" width="650" trigger="click">
<el-button slot="reference" type="text">添加变量参数</el-button>
<div class="popver_content">
<p>模板示列如下,其中{数字}为可插入的变量值,参照表如下:注意考虑变量值的文本长度,以免超出67字/条的文本上限</p>
<p>可添加参数表如下,参数变量的字数长度会动态变化,请勿添加过多变量;注意:{19]{20}变量,只有当积分体系是GIC计算时才生效,否则添加后无效</p>
<ul>
<li v-for="(val, key) in templateVar" :key="key">
<span class="item" @click="addVar(key, val)">{{ '{' + key + '}' }}={{ val }}</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