+
+
+
+ {{scope.row.name ? scope.row.name : '-'}}
+
+
-
- {{scope.row.manageIp ? scope.row.manageIp : '-'}}
-
-
+
+
+ {{scope.row.manageIp ? scope.row.manageIp : '-'}}
+
+
{{scope.row.type ? scope.row.type.name : '-'}}
{{scope.row.state ? scope.row.state.name : '-'}}
@@ -188,6 +194,7 @@
import table from '@/components/common/mixin/table'
import { showTableTooltip, hideTableTooltip } from '@/components/common/js/tools'
// import bus from '@/libs/bus'
+import copy from '@/components/common/copy'
import alertLabel from '@/components/common/alert/alertLabel'
import alertDaysInfo from '@/components/common/alert/alertDaysInfo'
import alertLabelMixin from '@/components/common/mixin/alertLabelMixin'
@@ -196,7 +203,8 @@ export default {
mixins: [table, alertLabelMixin],
components: {
alertLabel: alertLabel,
- alertDaysInfo
+ alertDaysInfo,
+ copy
},
props: {
showOption: {