Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
haoban-3
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
office
haoban-3
Commits
ca32c26c
Commit
ca32c26c
authored
May 13, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 过期提醒组件调整
parent
b1a069ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
expired-dialog.vue
src/components/company/expired-dialog.vue
+2
-2
No files found.
src/components/company/expired-dialog.vue
View file @
ca32c26c
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
import expiredDialog from '@/components/company/expired-dialog.vue';
import expiredDialog from '@/components/company/expired-dialog.vue';
-->
-->
<
template
>
<
template
>
<el-dialog
title=
"到期提醒"
:visible=
"visible"
width=
"600px"
@
close=
"onClose"
>
<el-dialog
title=
"到期提醒"
:visible=
"visible"
width=
"600px"
append-to-body
@
close=
"onClose"
>
<div
class=
"m-b-20 text-center"
>
<div
class=
"m-b-20 text-center"
>
<div
class=
"img-tip-wrap"
><img
src=
"../../assets/expired.png"
alt=
""
/></div>
<div
class=
"img-tip-wrap"
><img
src=
"../../assets/expired.png"
alt=
""
/></div>
<div
class=
"font-18 color-303133 m-t-17"
>
使用已到期
</div>
<div
class=
"font-18 color-303133 m-t-17"
>
使用已到期
</div>
...
@@ -35,7 +35,7 @@ export default {
...
@@ -35,7 +35,7 @@ export default {
this
.
$emit
(
'update:visible'
,
false
);
this
.
$emit
(
'update:visible'
,
false
);
},
},
toDamo
()
{
toDamo
()
{
window
.
open
(
'https://www.demogic.com/'
);
window
.
open
(
location
.
origin
.
indexOf
(
'localhost'
)
>=
0
?
'https://www.gicdev.com/'
:
location
.
origin
);
}
}
}
}
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment