Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gdtel-gztel-school-center-ui
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
吴学德
gdtel-gztel-school-center-ui
Commits
73bacf4d
Commit
73bacf4d
authored
Mar 16, 2020
by
弓厶
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、初始化版本号
parent
364a51dc
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
13 deletions
+17
-13
src/components/tools/VersionModel.vue
+17
-13
No files found.
src/components/tools/VersionModel.vue
View file @
73bacf4d
<
template
>
<a-drawer
title=
"版本信息"
placement=
"right"
:visible=
"visible"
@
close=
"close"
:closable=
"false"
:maskClosable=
"true"
width=
"300"
>
<a-drawer
title=
"版本信息"
placement=
"right"
:visible=
"visible"
@
close=
"close"
:closable=
"false"
:maskClosable=
"true"
width=
"300"
>
<a-card
title=
"系统UI"
size=
"small"
>
<p>
<label>
版本号:
</label>
<span>
0.0.59
</span>
<span>
0.0.1
</span>
</p>
</a-card>
</a-drawer>
</
template
>
<
script
>
export
default
{
export
default
{
name
:
"VersionModel"
,
props
:
{
visible
:
Boolean
,
visible
:
Boolean
},
data
()
{
return
{
versiondatas
:[],
}
versiondatas
:
[]
};
},
methods
:
{
close
()
{
this
.
$emit
(
'update:visible'
,
false
);
this
.
$emit
(
"update:visible"
,
false
);
}
},
created
()
{
}
}
created
()
{}
};
</
script
>
<
style
scoped
>
</
style
>
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