|
@@ -110,7 +110,7 @@
|
|
|
<div class="j-button-group add" v-if="pInfo.editType === 'add'">
|
|
|
<button class="j-button-confirm" @click="saveKeyWord" :disabled="!keyInfo.key">
|
|
|
<span class="info-text">确认</span>
|
|
|
- <span class="sub-text" v-if="pInfo.pushCount">(近3个月内共匹${ pInfo.pushCount }条信息)</span>
|
|
|
+ <span class="sub-text">(近3个月内共匹${ pInfo.pushCount || 0 }条信息)</span>
|
|
|
</button>
|
|
|
</div>
|
|
|
<div class="j-button-group edit" v-if="pInfo.editType === 'edit'">
|