默认提交
Showing
7 changed files
with
9 additions
and
7 deletions
... | @@ -2,11 +2,11 @@ | ... | @@ -2,11 +2,11 @@ |
2 | <div class="container"> | 2 | <div class="container"> |
3 | <!-- 登陆/注册提示 --> | 3 | <!-- 登陆/注册提示 --> |
4 | <auth @onLogin="userLogin" @onLogout="userLogout" :checkProfile="true" :tipModel="'m1'" ref="auth"></auth> | 4 | <auth @onLogin="userLogin" @onLogout="userLogout" :checkProfile="true" :tipModel="'m1'" ref="auth"></auth> |
5 | <div v-if="showForm"> | 5 | <!-- <div v-if="showForm"> --> |
6 | <!-- 保单列表 --> | 6 | <!-- 保单列表 --> |
7 | <e-correspondence-head-list :multiSelectable="false" @onSelect="handlePolicySelect"></e-correspondence-head-list> | 7 | <e-correspondence-head-list v-if="showForm" :multiSelectable="false" @onSelect="handlePolicySelect"></e-correspondence-head-list> |
8 | 8 | ||
9 | </div> | 9 | <!-- </div> --> |
10 | </div> | 10 | </div> |
11 | </template> | 11 | </template> |
12 | 12 | ... | ... |
... | @@ -4,7 +4,7 @@ | ... | @@ -4,7 +4,7 @@ |
4 | <auth @onLogin="userLogin" @onLogout="userLogout" :checkProfile="true" :tipModel="'m1'" ref="auth"></auth> | 4 | <auth @onLogin="userLogin" @onLogout="userLogout" :checkProfile="true" :tipModel="'m1'" ref="auth"></auth> |
5 | <div v-if="showForm"> | 5 | <div v-if="showForm"> |
6 | <!-- 保单列表 --> | 6 | <!-- 保单列表 --> |
7 | <policy-head-list :multiSelectable="false" @onSelect="handlePolicySelect"></policy-head-list> | 7 | <policy-head-list style="width:100%;" :multiSelectable="false" @onSelect="handlePolicySelect"></policy-head-list> |
8 | 8 | ||
9 | <!-- 保单详情 --> | 9 | <!-- 保单详情 --> |
10 | <template v-if="dataForm"> | 10 | <template v-if="dataForm"> | ... | ... |
-
Please register or sign in to post a comment