Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
dev
/
pingan-life-index-pro
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
50f8e57f
authored
2020-02-28 13:48:12 +0800
by
simon
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
默认提交
1 parent
d9b4cc32
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
11 deletions
src/components/modal2-comp/modal2-comp.js
src/components/modal2-comp/modal2-comp.scss
src/components/modal2-comp/modal2-comp.vue
src/components/vhis-modal/vhis-modal.vue
src/pages/clarms/clarms.vue
src/pages/custom-service/components/policy-head-list.vue
src/components/modal2-comp/modal2-comp.js
View file @
50f8e57
export
default
{
props
:
{
// 是否显示组件
...
...
@@ -30,6 +29,10 @@ export default {
target
:
{
type
:
String
,
default
:
""
,
},
align
:
{
type
:
String
,
default
:
""
,
}
},
data
()
{
...
...
@@ -61,8 +64,8 @@ export default {
this
.
$emit
(
"targetCallbak"
,
this
.
target1
);
}
},
initData
()
{
}
initData
()
{}
},
mounted
()
{
},
created
()
{
}
mounted
()
{},
created
()
{}
}
...
...
src/components/modal2-comp/modal2-comp.scss
View file @
50f8e57
...
...
@@ -59,8 +59,6 @@
display
:
inline-block
;
height
:
100%
;
min-width
:
100px
;
text-align
:
justify
;
text-align-last
:
left
;
.target
{
cursor
:
pointer
;
...
...
src/components/modal2-comp/modal2-comp.vue
View file @
50f8e57
...
...
@@ -9,9 +9,9 @@
<div
class=
"info-icon"
>
<img
src=
"@/assets/images/clarms/info.png"
>
</div>
<div
class=
"message"
:class=
"
{'lsp':locale != 'en'}">
<div
class=
"message"
:class=
"
{'lsp':locale != 'en'
,'text-c':align=='center','text-jtf':align !='center'
}">
<span
v-html=
"content"
>
{{
content
}}
{{
content
}}
</span>
<span
class=
"target"
v-if=
"target"
@
click=
"toTarget"
>
{{
target
}}
</span>
</div>
...
...
src/components/vhis-modal/vhis-modal.vue
View file @
50f8e57
...
...
@@ -2,7 +2,7 @@
<
template
>
<div
class=
"comp"
v-if=
"policyDetail && showPolicy"
>
<modal2-comp
:visible=
"showSuccessTip"
:close=
"()=>
{showSuccessTip = false}" :content="$t('vhis.tip6')" :target="$t('vhis.tip7')" @targetCallbak="toTarget">
</modal2-comp>
<modal2-comp
:visible=
"showDownloadError"
:close=
"()=>
{showDownloadError = false}" :content="$t('glbalTips.sysError')">
</modal2-comp>
<modal2-comp
:visible=
"showDownloadError"
:close=
"()=>
{showDownloadError = false}" :content="$t('glbalTips.sysError')"
:align="'center'"
>
</modal2-comp>
<div
@
click=
"handleIgnorePolicy"
class=
"overlay"
></div>
<div
class=
"border"
>
<div
class=
"close"
@
click=
"onOverLayHandler()"
><img
src=
"@/assets/images/vhis/close.png"
></div>
...
...
src/pages/clarms/clarms.vue
View file @
50f8e57
...
...
@@ -34,7 +34,7 @@
</div>
<!-- 理赔/产品页模态窗 样式 -->
<!-- <modal2-comp :visible="modalVisiable" :close="()=>{modalVisiable = false}" :content="''"></modal2-comp> -->
<!-- <modal2-comp :visible="modalVisiable" :close="()=>{modalVisiable = false}" :content="'
An error occurred,<br>please try again later.'" :align="'center
'"></modal2-comp> -->
</div>
</template>
...
...
src/pages/custom-service/components/policy-head-list.vue
View file @
50f8e57
<
template
>
<div
class=
"list-container"
>
<modal2-comp
:visible=
"showDownloadError"
:close=
"()=>
{showDownloadError = false}" :content="$t('glbalTips.sysError')">
</modal2-comp>
<modal2-comp
:visible=
"showDownloadError"
:close=
"()=>
{showDownloadError = false}" :content="$t('glbalTips.sysError')"
:align="'center'"
>
</modal2-comp>
<div
class=
"cell-group"
>
<div
class=
"table-contaner"
>
<div
class=
"table-header orange"
>
...
...
Please
register
or
sign in
to post a comment