Commit f94f92da by 潘际乾

brtset 面函、home首页调整

parent 2fd5f5ae
...@@ -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
......
...@@ -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:{
......
...@@ -49,7 +49,7 @@ export default { ...@@ -49,7 +49,7 @@ export default {
}; };
}, },
created() { created() {
this.loadCellData(); // this.loadCellData();
}, },
mounted() { mounted() {
this.calcAgain(); this.calcAgain();
......
...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment