|
@@ -1058,7 +1058,7 @@ export default {
|
|
showInDialog: false,
|
|
showInDialog: false,
|
|
label: '所属企业账户余额',
|
|
label: '所属企业账户余额',
|
|
split: ':',
|
|
split: ':',
|
|
- text: `<span class="red">${entAllLastCount}</span>条`
|
|
|
|
|
|
+ text: `${entAllLastCount}条`
|
|
}
|
|
}
|
|
])
|
|
])
|
|
|
|
|
|
@@ -1068,7 +1068,7 @@ export default {
|
|
showInDialog: true,
|
|
showInDialog: true,
|
|
label: '您每日导出限额',
|
|
label: '您每日导出限额',
|
|
split: ':',
|
|
split: ':',
|
|
- text: `<span class="red">${userLimitToday}</span>条`
|
|
|
|
|
|
+ text: `${userLimitToday}条`
|
|
})
|
|
})
|
|
}
|
|
}
|
|
if (this.hasValue(userLastCountToday)) {
|
|
if (this.hasValue(userLastCountToday)) {
|
|
@@ -1077,7 +1077,7 @@ export default {
|
|
showInDialog: true,
|
|
showInDialog: true,
|
|
label: '您今日余额',
|
|
label: '您今日余额',
|
|
split: ':',
|
|
split: ':',
|
|
- text: `<span class="red">${userLastCountToday}</span>条`
|
|
|
|
|
|
+ text: `${userLastCountToday}条`
|
|
})
|
|
})
|
|
}
|
|
}
|
|
if (this.hasValue(userLimitTotal)) {
|
|
if (this.hasValue(userLimitTotal)) {
|