fix : 下拉框箭头显示

This commit is contained in:
2024-08-11 22:31:14 +08:00
parent a1fa0dab6a
commit 48430951ef
3 changed files with 13 additions and 8 deletions

View File

@@ -22,9 +22,9 @@
<el-table-column
prop="nodeName"
label="节点名称">
<template #default="scope">
{{scope.row.nodeId==-1?'发起节点':scope.row.nodeName}}
</template>
<!-- <template #default="scope">-->
<!-- {{scope.row.nodeId==-1?'发起节点':scope.row.nodeName}}-->
<!-- </template>-->
</el-table-column>
<el-table-column
prop="name"