Commit f94f92da by 潘际乾

brtset 面函、home首页调整

parent 2fd5f5ae
......@@ -411,6 +411,8 @@ export default class Brtset{
acttyp:"", // 款项去向 .bopmod.acttyp
dbcp:{
baspp:{
boppayl1blk: "", //XMLPanel boppayl1的内置block
boppayl2blk: "", //XMLPanel boppayl2的内置block
cusnam:"", // .bopmod.dbcp.baspp.cusnam
cornam:"", // .bopmod.dbcp.baspp.cornam
corpnam:"", // .bopmod.dbcp.baspp.corpnam
......
......@@ -9,9 +9,9 @@ const UserContext={
token:"",
homeCellsSetting: {
defaultCells: [],
cellRows: 0,
cellCols: 0,
cellNames: []
cellRows: 2,
cellCols: 2,
cellNames: [['QuickVisit', 'TaskStatistics'], ['CustomerAnalyse', 'NoticeAnnouncement']]
}
},
mutations:{
......
......@@ -49,7 +49,7 @@ export default {
};
},
created() {
this.loadCellData();
// this.loadCellData();
},
mounted() {
this.calcAgain();
......
......@@ -40,12 +40,12 @@
</div>
<el-row class="header-tool-userdetail-action">
<el-button
<!-- <el-button
@click="showHomeCellSettingDialog"
size="small"
style="width: 100%; margin-left: 0px; margin-top: 5px"
>首页组件</el-button
>
> -->
<el-button
@click="showChgPwdDialog"
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