Commit 9023caff by 曾经

Merge branch 'feature/7月基础一异常冻结会员' into dev

* feature/7月基础一异常冻结会员:
  会员信息 增加鼠标移上去的小手
parents 166b9a36 fe1d59e7
......@@ -126,6 +126,7 @@
.basic-info-table {
color: #303133;
font-size: 14px;
cursor: pointer;
.member-name{
width: 140px;
text-overflow: ellipsis;
......
......@@ -152,7 +152,7 @@
:key="colum"
:label="memberFieldsName[colum]"
:prop="colum"
show-overflow-tooltip
:show-overflow-tooltip="colum != 'name'"
:min-width="colum==='name' ?200 : colum == 'status' ? 170 : 150"
:fixed="colum==='name'"
:sortable="['name','grade','status','channel','createCardStoreName','cardNo','forzenStatus','mainStoreName'].includes(colum)?false:isExist[colum]?'custom':false"
......
......@@ -32,6 +32,7 @@
.basic-info-table {
color: #303133;
font-size: 14px;
cursor: pointer;
.member-name {
width: 140px;
text-overflow: ellipsis;
......
......@@ -99,7 +99,7 @@
:prop="colum.code"
:key="colum.code"
:label="colum.name"
show-overflow-tooltip
:show-overflow-tooltip="colum.code != 'name'"
:min-width="
colum.code === 'name' ? 200 : colum.code == 'status' ? 170 : 150
"
......
......@@ -29,6 +29,7 @@
.basic-info-table {
color: #303133;
font-size: 14px;
cursor: pointer;
.member-name {
width: 140px;
text-overflow: ellipsis;
......
......@@ -93,7 +93,7 @@
:prop="colum.code"
:key="colum.code"
:label="colum.name"
show-overflow-tooltip
:show-overflow-tooltip="colum.code != 'name'"
:min-width="
colum.code === 'name' ? 200 : colum.code == 'status' ? 170 : 150
"
......
......@@ -15,6 +15,7 @@
.basic-info-table {
color: #303133;
font-size: 14px;
cursor: pointer;
.member-name{
width: 140px;
text-overflow: ellipsis;
......
......@@ -33,6 +33,7 @@
.basic-info-table {
color: #303133;
font-size: 14px;
cursor: pointer;
.member-name{
width: 140px;
text-overflow: ellipsis;
......
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