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