diff --git a/src/views/ebiz/healthInsuranceRenewal/detail.vue b/src/views/ebiz/healthInsuranceRenewal/detail.vue index 6600a00f3..2d80abf51 100644 --- a/src/views/ebiz/healthInsuranceRenewal/detail.vue +++ b/src/views/ebiz/healthInsuranceRenewal/detail.vue @@ -9,15 +9,32 @@ - - 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 + + + + 续保意见 + 不同的人,为你做同一件事,你会感到天壤之别。因为我们在意的,往往不是人做的事,而只是做事的人 + + 不同的人,为你做同一件事,你会感到天壤之别。因为我们在意的,往往不是人做的事,而只是做事的人 - - 1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890 + + + + 未续保原因 + {{dataInfo.aaa}} + 编辑 + + + {{dataInfo.aaa}} + + + + + @@ -31,9 +48,13 @@ }, data() { return { - dataInfo:{}, + dataInfo:{ + aaa:'靠山山会倒,靠人人会跑,只有自己最可靠.人要接受自己的有限性,我们只能做我们认为对的事情,然后接受它的事与愿违' + }, activeName1:[], - activeName2:[] + activeName2:[], + dialogshow: false, + message:'' } }, created() { @@ -43,7 +64,14 @@ }, methods:{ - + dialogConfirm(){ + this.dataInfo.aaa = this.message + this.message = '' + }, + dialogCancel(){ + this.message = '' + this.dialogshow = false + } } } @@ -58,4 +86,18 @@ /deep/ .van-cell__value { text-align: left !important; } + /deep/ .van-collapse-item__content{ + word-break: break-word; + } + /deep/ .van-collapse-item{ + width: 100%; + .van-cell__title{ + width: calc(100% - 30px;); + } + } + .dialogtextarea{ + /deep/ .van-cell__title{ + display: none; + } + } diff --git a/src/views/ebiz/healthInsuranceRenewal/list.vue b/src/views/ebiz/healthInsuranceRenewal/list.vue index 88641cc1c..849345f51 100644 --- a/src/views/ebiz/healthInsuranceRenewal/list.vue +++ b/src/views/ebiz/healthInsuranceRenewal/list.vue @@ -1,6 +1,10 @@ - + + + + + @@ -36,11 +40,13 @@ 暂无数据 - + + +
不同的人,为你做同一件事,你会感到天壤之别。因为我们在意的,往往不是人做的事,而只是做事的人
{{dataInfo.aaa}}