Commit 8c7a3f86 authored by 黄奎's avatar 黄奎

页面修改

parent de8a1c21
......@@ -69,9 +69,10 @@
height: 80px;
position: relative;
}
.stage_value .q-field__native span{
width:100%;
overflow:hidden;
.stage_value .q-field__native span {
width: 100%;
overflow: hidden;
}
</style>
<template>
......@@ -440,13 +441,14 @@
QQ: "",
WeChatNo: ""
},
NeedData: [],//客户需求列表
noEdit: false,//是否可以修改编辑客户信息
NeedData: [], //客户需求列表
noEdit: false, //是否可以修改编辑客户信息
isHaveOrder: false, //学员是否有订单
userInfo: {}, //当前登录人员
};
},
created() {
console.log("HHKHK")
this.userInfo = this.getLocalStorage();
this.getStuStageList();
this.getBasicList();
......@@ -490,6 +492,8 @@
}
if (item.CreateBy == this.userInfo.Id || isHaveAuth) {
return true;
} else if (item.StuId == 0) {
return true;
} else {
return false;
}
......
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