fix: 去除 bottomBox 列表页面无效按钮,替换为编辑按钮

This commit is contained in:
@changcode
2021-06-25 14:09:18 +08:00
parent c141d04a19
commit 31c3792c14
6 changed files with 15 additions and 6 deletions

View File

@@ -70,6 +70,7 @@
</template>
</el-table-column>
<el-table-column
v-if="terminalLogTab || terminalLog"
:resizable="false"
:width="operationWidth"
fixed="right">
@@ -110,7 +111,9 @@ export default {
name: 'terminalLogTable',
mixins: [table],
props: {
nowTime: {}
nowTime: {},
terminalLogTab: Boolean,
terminalLog: Boolean
},
data () {
return {