Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vue-gjjs
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
zhouqian
vue-gjjs
Commits
3b060eb9
Commit
3b060eb9
authored
Nov 18, 2022
by
tianxinyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fec
parent
e0c1f492
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
68 additions
and
0 deletions
+68
-0
index.vue
src/views/Statics/Dbafec/index.vue
+26
-0
index.vue
src/views/Statics/Dbdfec/index.vue
+21
-0
index.vue
src/views/Statics/Dbefec/index.vue
+21
-0
No files found.
src/views/Statics/Dbafec/index.vue
0 → 100644
View file @
3b060eb9
<
template
>
<m-fec
ref=
"fec"
title=
"dbafec"
type=
"add"
></m-fec>
</
template
>
<
script
>
import
Dbifec
from
"~/views/Statics/Dbifec"
;
export
default
{
name
:
"StaticsDbaFec"
,
components
:
{
"m-fec"
:
Dbifec
},
data
()
{
return
{};
},
mounted
()
{
this
.
$refs
.
fec
.
rules
[
'fecList'
]
=
[
{
type
:
'array'
,
required
:
true
,
min
:
1
,
message
:
'地址信息栏不能为空'
}
]
}
};
</
script
>
<
style
>
</
style
>
\ No newline at end of file
src/views/Statics/Dbdfec/index.vue
0 → 100644
View file @
3b060eb9
<
template
>
<m-fec
title=
"dbdfec"
type=
"delete"
></m-fec>
</
template
>
<
script
>
import
Dbifec
from
"~/views/Statics/Dbifec"
;
export
default
{
name
:
"StaticsDbdfec"
,
components
:
{
"m-fec"
:
Dbifec
},
data
()
{
return
{};
},
};
</
script
>
<
style
>
</
style
>
\ No newline at end of file
src/views/Statics/Dbefec/index.vue
0 → 100644
View file @
3b060eb9
<
template
>
<m-fec
title=
"dbefec"
type=
"edit"
></m-fec>
</
template
>
<
script
>
import
Dbifec
from
"~/views/Statics/Dbifec"
;
export
default
{
name
:
"StaticsDbefec"
,
components
:
{
"m-fec"
:
Dbifec
},
data
()
{
return
{};
},
};
</
script
>
<
style
>
</
style
>
\ No newline at end of file
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