|
@ -10,7 +10,7 @@
|
|
|
<link rel="stylesheet" href="../css/sign_handle.css" />
|
|
|
</head>
|
|
|
<body>
|
|
|
<div id="app" class="p20 mb10">
|
|
|
<div id="app" v-cloak class="p20 mb10">
|
|
|
<dl class="clearfix">
|
|
|
<dt class="fl">
|
|
|
<img class="fl w40 h40 b-r-50" :src="setPatImg(patientInfo.photo)" alt="居民头像" />
|
|
@ -44,7 +44,7 @@
|
|
|
<span class="fl w-80-1 pl20">{{patientInfo.address ? patientInfo.address : ""}}</span>
|
|
|
</li>
|
|
|
</ul>
|
|
|
<h3>签约信息<span v-if="renewFlag != 2" class="c-f12 c-red ml20" style="font-weight: 400;">{{warnMsg}}</span></h3>
|
|
|
<!--<h3>签约信息<span v-if="renewFlag != 2" class="c-f12 c-red ml20" style="font-weight: 400;">{{warnMsg}}</span></h3>-->
|
|
|
<ul class="m0 p0 mb20 lh40 c-border-t c-border-r c-border-l c-t-left c-333">
|
|
|
<li class="c-border-b clearfix">
|
|
|
<div class="fl w-50-1">
|