通知提醒
-
工作日志
-
内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容内容
-
2022-03-15
+
{{ info.typeName }}
+
{{ info.content }}
+
{{ info.remindTime }}
我知道了
查看详情
@@ -21,6 +21,10 @@ export default {
show: {
type: Boolean,
default: true
+ },
+ info: {
+ type: Object,
+ default: () => {}
}
},
data() {
@@ -34,6 +38,7 @@ export default {
methods: {
handleClose() {
this.showTips = false
+ this.$emit('close')
},
handleLook() {
this.$emit('look')
@@ -64,6 +69,7 @@ export default {
}
.tips-wr-desc {
width: 100%;
+ height: 33px;
margin-top: 10px;
padding-left: 20px;
display: -webkit-box;