Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
bigDataSystem
Project
Project
Details
Activity
Releases
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
张伯涛
bigDataSystem
Commits
40a105a4
Commit
40a105a4
authored
Nov 09, 2024
by
liwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
建了数据标准的菜单
parent
974e2a16
Changes
8
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
107 additions
and
1 deletion
+107
-1
index.vue
src/views/dataStandards/IndicatorStandards/index.vue
+15
-0
index.vue
src/views/dataStandards/basicStandards/index.vue
+16
-0
index.vue
src/views/dataStandards/generalView/index.vue
+15
-0
index.vue
src/views/dataStandards/labelDropInspection/index.vue
+15
-0
index.vue
src/views/dataStandards/namingDictionary/index.vue
+15
-0
index.vue
src/views/dataStandards/publicCode/index.vue
+15
-0
index.vue
src/views/dataStandards/referenceDocument/index.vue
+15
-0
index.vue
src/views/system/menu/index.vue
+1
-1
No files found.
src/views/dataStandards/IndicatorStandards/index.vue
0 → 100644
View file @
40a105a4
<
template
>
<div>
指标标准
</div>
</
template
>
<
script
>
export
default
{
name
:
"index"
}
</
script
>
<
style
scoped
>
</
style
>
src/views/dataStandards/basicStandards/index.vue
0 → 100644
View file @
40a105a4
<
template
xmlns=
"http://www.w3.org/1999/html"
>
<div>
基础标准
</div>
</
template
>
<
script
>
export
default
{
name
:
"index"
}
</
script
>
<
style
scoped
>
</
style
>
src/views/dataStandards/generalView/index.vue
0 → 100644
View file @
40a105a4
<
template
>
<div>
概览说明
</div>
</
template
>
<
script
>
export
default
{
name
:
"index"
}
</
script
>
<
style
scoped
>
</
style
>
src/views/dataStandards/labelDropInspection/index.vue
0 → 100644
View file @
40a105a4
<
template
>
<div>
落标检查
</div>
</
template
>
<
script
>
export
default
{
name
:
"index"
}
</
script
>
<
style
scoped
>
</
style
>
src/views/dataStandards/namingDictionary/index.vue
0 → 100644
View file @
40a105a4
<
template
>
<div>
命名字典
</div>
</
template
>
<
script
>
export
default
{
name
:
"index"
}
</
script
>
<
style
scoped
>
</
style
>
src/views/dataStandards/publicCode/index.vue
0 → 100644
View file @
40a105a4
<
template
>
<div>
公共代码
</div>
</
template
>
<
script
>
export
default
{
name
:
"index"
}
</
script
>
<
style
scoped
>
</
style
>
src/views/dataStandards/referenceDocument/index.vue
0 → 100644
View file @
40a105a4
<
template
>
<div>
引用文档
</div>
</
template
>
<
script
>
export
default
{
name
:
"index"
}
</
script
>
<
style
scoped
>
</
style
>
src/views/system/menu/index.vue
View file @
40a105a4
...
...
@@ -66,7 +66,7 @@
labelWidth
:
120
,
schemas
:
searchFormSchema
,
},
isTreeTable
:
tru
e
,
isTreeTable
:
fals
e
,
pagination
:
false
,
striped
:
false
,
useSearchForm
:
true
,
...
...
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