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
fukai
vue-gjjs
Commits
f94f92da
Commit
f94f92da
authored
Oct 18, 2022
by
潘际乾
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
brtset 面函、home首页调整
parent
2fd5f5ae
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
6 deletions
+8
-6
index.js
src/model/Brtset/index.js
+2
-0
UserContext.js
src/store/UserContext.js
+3
-3
index.vue
src/views/Home/index.vue
+1
-1
Header.vue
src/views/Layout/Header.vue
+2
-2
No files found.
src/model/Brtset/index.js
View file @
f94f92da
...
@@ -411,6 +411,8 @@ export default class Brtset{
...
@@ -411,6 +411,8 @@ export default class Brtset{
acttyp
:
""
,
// 款项去向 .bopmod.acttyp
acttyp
:
""
,
// 款项去向 .bopmod.acttyp
dbcp
:{
dbcp
:{
baspp
:{
baspp
:{
boppayl1blk
:
""
,
//XMLPanel boppayl1的内置block
boppayl2blk
:
""
,
//XMLPanel boppayl2的内置block
cusnam
:
""
,
// .bopmod.dbcp.baspp.cusnam
cusnam
:
""
,
// .bopmod.dbcp.baspp.cusnam
cornam
:
""
,
// .bopmod.dbcp.baspp.cornam
cornam
:
""
,
// .bopmod.dbcp.baspp.cornam
corpnam
:
""
,
// .bopmod.dbcp.baspp.corpnam
corpnam
:
""
,
// .bopmod.dbcp.baspp.corpnam
...
...
src/store/UserContext.js
View file @
f94f92da
...
@@ -9,9 +9,9 @@ const UserContext={
...
@@ -9,9 +9,9 @@ const UserContext={
token
:
""
,
token
:
""
,
homeCellsSetting
:
{
homeCellsSetting
:
{
defaultCells
:
[],
defaultCells
:
[],
cellRows
:
0
,
cellRows
:
2
,
cellCols
:
0
,
cellCols
:
2
,
cellNames
:
[]
cellNames
:
[
[
'QuickVisit'
,
'TaskStatistics'
],
[
'CustomerAnalyse'
,
'NoticeAnnouncement'
]
]
}
}
},
},
mutations
:{
mutations
:{
...
...
src/views/Home/index.vue
View file @
f94f92da
...
@@ -49,7 +49,7 @@ export default {
...
@@ -49,7 +49,7 @@ export default {
};
};
},
},
created
()
{
created
()
{
this
.
loadCellData
();
//
this.loadCellData();
},
},
mounted
()
{
mounted
()
{
this
.
calcAgain
();
this
.
calcAgain
();
...
...
src/views/Layout/Header.vue
View file @
f94f92da
...
@@ -40,12 +40,12 @@
...
@@ -40,12 +40,12 @@
</div>
</div>
<el-row
class=
"header-tool-userdetail-action"
>
<el-row
class=
"header-tool-userdetail-action"
>
<el-button
<
!--
<
el-button
@
click=
"showHomeCellSettingDialog"
@
click=
"showHomeCellSettingDialog"
size=
"small"
size=
"small"
style=
"width: 100%; margin-left: 0px; margin-top: 5px"
style=
"width: 100%; margin-left: 0px; margin-top: 5px"
>
首页组件
</el-button
>
首页组件
</el-button
>
>
-->
<el-button
<el-button
@
click=
"showChgPwdDialog"
@
click=
"showChgPwdDialog"
size=
"small"
size=
"small"
...
...
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