Procházet zdrojové kódy

个人运营增加账户id

liubei@c-top.com.cn před 3 roky
rodič
revize
f6427b9b7b

+ 3 - 3
src/views/modules/stockWatch/modules/new-keepManage/group-keepManage.vue

@@ -452,10 +452,9 @@
                 })
             },
             projectNameClick(row) {
-                this.echartsLoading = true;
+                this.titleList = '账户列表'
                 this.columnsFixd = keepPersonData.setNoDeleteProjectColumns();
                 this.listNum = keepPersonData.setNoDeleteProjectColumns();
-                this.titleList = '账户列表列表'
                 this.columnsProject = [
                     {
                         title: '账户名称',
@@ -507,10 +506,11 @@
                         dataIndex: 'photoClick',
                     },
                 ],
+                this.projectAccount = 'b';
                     this.projectId = row.projectId;
                 this.echartsIpaginationProject.current = 1;
                 this.getAccountData();
-                this.projectAccount = 'b';
+                this.showColumn();
             },
             projectAccountChange(ent) {
                 this.echartsLoading = true;

+ 6 - 0
src/views/modules/stockWatch/modules/new-keepManage/personal-keepManage.vue

@@ -451,6 +451,11 @@
                     align: "center",
                     dataIndex: 'accountName',
                     scopedSlots: { customRender: 'accountName' },
+                    },{
+                        title: '账户ID',
+                        dataIndex: 'accountId',
+                        scopedSlots: { customRender: 'accountId' },
+                        align: 'center',
                     }, {
                     title: '运营人员名称',
                     align: "center",
@@ -484,6 +489,7 @@
                 this.echartsIpaginationProject.current = 1;
                 this.getAccountData();
                 this.projectAccount = 'b';
+                this.showColumn();
             },
             accountNameClick(row){
                 this.$router.push({path:'/modules/stockWatch/modules/new-keepManage/account-newkeepManage',query:{accountId:row.accountId}})