update 改为抽屉展示
This commit is contained in:
@@ -35,8 +35,7 @@
|
||||
" />
|
||||
</div>
|
||||
</div>
|
||||
<div v-else style="margin-top: 20px; color: #c7c7c7; text-align: center">
|
||||
暂无数据
|
||||
<div v-else class="no-data-bg">
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -45,7 +45,7 @@ export default {
|
||||
axisLine: {
|
||||
show: true,
|
||||
lineStyle: {
|
||||
color: '#ccc',
|
||||
color: '#777',
|
||||
},
|
||||
},
|
||||
axisTick: {
|
||||
@@ -63,7 +63,7 @@ export default {
|
||||
axisLine: {
|
||||
show: true,
|
||||
lineStyle: {
|
||||
color: '#ccc',
|
||||
color: '#777',
|
||||
},
|
||||
},
|
||||
name: '数量',
|
||||
|
||||
@@ -93,15 +93,7 @@
|
||||
v-if="list.length"
|
||||
:equipment-list="list"
|
||||
:render="renderKey" />
|
||||
<div
|
||||
v-if="list.length == 0"
|
||||
style="
|
||||
color: #c7c7c7;
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
">
|
||||
没有设备
|
||||
</div>
|
||||
<div v-if="list.length == 0" class="no-data-bg"></div>
|
||||
</div>
|
||||
</el-tab-pane>
|
||||
</el-tabs>
|
||||
|
||||
@@ -116,7 +116,7 @@ export default {
|
||||
},
|
||||
{
|
||||
_action: 'params-monitor',
|
||||
label: '参数监控',
|
||||
label: '操作',
|
||||
subcomponent: {
|
||||
props: ['injectData'],
|
||||
render: function (h) {
|
||||
@@ -136,7 +136,7 @@ export default {
|
||||
},
|
||||
},
|
||||
},
|
||||
'查看监控'
|
||||
'查看详情'
|
||||
);
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user