|
|
@ -65,7 +65,7 @@ export default { |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 工程实验消息通知标志('Y'=启用通知, 'N'=禁用通知) |
|
|
|
|
|
|
|
|
* 工程试验消息通知标志('Y'=启用通知, 'N'=禁用通知) |
|
|
*/ |
|
|
*/ |
|
|
erfMsgFlag() { |
|
|
erfMsgFlag() { |
|
|
return this.$store.state.user.erfMsgFlag |
|
|
return this.$store.state.user.erfMsgFlag |
|
|
@ -448,7 +448,7 @@ export default { |
|
|
h('p', { class: 'notification-item-text' }, [ |
|
|
h('p', { class: 'notification-item-text' }, [ |
|
|
'您有 ', |
|
|
'您有 ', |
|
|
h('span', { class: 'count-highlight', style: { color: '#E6A23C' } }, counts.manager), |
|
|
h('span', { class: 'count-highlight', style: { color: '#E6A23C' } }, counts.manager), |
|
|
' 个工程实验申请单待审批' |
|
|
|
|
|
|
|
|
' 个工程试验申请单待审批' |
|
|
]), |
|
|
]), |
|
|
h('p', { class: 'notification-item-link' }, '点击此通知查看详情') |
|
|
h('p', { class: 'notification-item-link' }, '点击此通知查看详情') |
|
|
]) |
|
|
]) |
|
|
@ -470,7 +470,7 @@ export default { |
|
|
h('p', { class: 'notification-item-text' }, [ |
|
|
h('p', { class: 'notification-item-text' }, [ |
|
|
'您有 ', |
|
|
'您有 ', |
|
|
h('span', { class: 'count-highlight', style: { color: '#409EFF' } }, counts.planner), |
|
|
h('span', { class: 'count-highlight', style: { color: '#409EFF' } }, counts.planner), |
|
|
' 个工程实验申请单待排产' |
|
|
|
|
|
|
|
|
' 个工程试验申请单待排产' |
|
|
]), |
|
|
]), |
|
|
h('p', { class: 'notification-item-link' }, '点击此通知查看详情') |
|
|
h('p', { class: 'notification-item-link' }, '点击此通知查看详情') |
|
|
]) |
|
|
]) |
|
|
|