Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
shld-databoard-ui
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
潘自豪 Rambo Pan
shld-databoard-ui
Commits
00aa3031
Commit
00aa3031
authored
Aug 09, 2024
by
Inner peace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码目录调整
parent
19ffd8f4
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
833 additions
and
4 deletions
+833
-4
index.vue
src/module/index/index.vue
+1
-1
index_router.js
src/module/index/router/index_router.js
+1
-1
sale.html
src/module/sale/sale.html
+0
-0
sale.js
src/module/sale/sale.js
+2
-2
sale.vue
src/module/sale/sale.vue
+829
-0
No files found.
src/module/index/index.vue
View file @
00aa3031
...
...
@@ -2,7 +2,7 @@
<div
class=
"page"
>
<div
class=
"head"
>
<div
class=
"text_left"
>
<input
class=
"btn"
type=
"button"
value=
"返回上级"
v-if=
"$route.fullPath !== '/index' && $route.fullPath !== '/index
_
sale' "
@
click=
"goIndex"
>
<input
class=
"btn"
type=
"button"
value=
"返回上级"
v-if=
"$route.fullPath !== '/index' && $route.fullPath !== '/index
-
sale' "
@
click=
"goIndex"
>
<span>
{{
currentDate
}}
</span>
<span>
{{
currentTime
}}
</span>
<span>
{{
currentWeek
}}
</span>
...
...
src/module/index/router/index_router.js
View file @
00aa3031
import
Vue
from
'vue'
import
Router
from
'vue-router'
import
Index
from
'../../databoard/index.vue'
import
IndexSale
from
'../../
market/index-
sale.vue'
import
IndexSale
from
'../../
sale/
sale.vue'
import
ArBar
from
"../../databoard/components/chart/ar-bar.vue"
;
import
ArCompanyBar
from
"../../databoard/components/chart/ar-company-bar.vue"
;
import
ArMonthlyBar
from
"../../databoard/components/chart/ar-monthly-bar.vue"
;
...
...
src/module/
market/index_
sale.html
→
src/module/
sale/
sale.html
View file @
00aa3031
File moved
src/module/
market/index_
sale.js
→
src/module/
sale/
sale.js
View file @
00aa3031
// The Vue build version to load with the `import` command
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
import
Vue
from
'vue'
import
App
from
'./
index
.vue'
import
router
from
'./router/index_router'
import
App
from
'./
sale
.vue'
import
router
from
'.
./index
/router/index_router'
import
'../databoard/assets/index.css'
Vue
.
config
.
productionTip
=
false
...
...
src/module/sale/sale.vue
0 → 100644
View file @
00aa3031
This diff is collapsed.
Click to expand it.
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