总览图修改
This commit is contained in:
parent
d3d7937947
commit
ae3ed96916
@ -10,9 +10,6 @@
|
||||
<div class="cardBtn">
|
||||
<el-radio-group v-model="overviewSlotData" @change="changeUpdate">
|
||||
<el-radio v-for="item in belongprojectList" :value="item.value">{{ item.name }}</el-radio>
|
||||
<!-- <el-radio value="">全部</el-radio>
|
||||
<el-radio value="一期">一期</el-radio>
|
||||
<el-radio value="二期">二期</el-radio>-->
|
||||
</el-radio-group>
|
||||
</div>
|
||||
<div class="headerRight">
|
||||
|
@ -71,10 +71,15 @@
|
||||
<el-tooltip
|
||||
v-if="item.attributeMap.firsttriggeredcode"
|
||||
:content="item.attributeMap.firsttriggeredcode">
|
||||
<span :style="item.attributeMap.locked == 1 ? 'max-width:120px;' : 'max-width:150px;'">
|
||||
<span class="rightTip" :style="item.attributeMap.locked == 1 ? 'width:120px;' : 'width:150px;'">
|
||||
{{ item.attributeMap.firsttriggeredcode }}
|
||||
</span>
|
||||
</el-tooltip>
|
||||
<span class="rightTip"
|
||||
v-if="!item.attributeMap.firsttriggeredcode"
|
||||
:style="item.attributeMap.locked == 1 ? 'width:120px;' : 'width:150px;'">
|
||||
{{ item.attributeMap.firsttriggeredcode }}
|
||||
</span>
|
||||
<!-- <el-tag class="tag-panel is-danger">已锁定</el-tag>-->
|
||||
<el-tag v-if="item.attributeMap.locked === 1" class="tag-panel is-danger">已锁定</el-tag>
|
||||
</div>
|
||||
@ -607,7 +612,7 @@ const getSafeImagePath = (item, type) => {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
height: 24px;
|
||||
span{
|
||||
.rightTip{
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
|
Loading…
Reference in New Issue
Block a user