NEZ-2335 fix: 修复 asset 复制时,原占用的 机柜位置可选的问题

This commit is contained in:
zhangyu
2022-10-31 14:06:42 +08:00
parent 3336f96703
commit a90a94e095
25 changed files with 44 additions and 46 deletions

View File

@@ -171,7 +171,7 @@ import deleteButton from '@/components/common/deleteButton'
export default {
name: 'alertMessageTable',
components: {
alertRuleInfo: alertRuleInfo,deleteButton
alertRuleInfo: alertRuleInfo, deleteButton
},
props: {
nowTime: {

View File

@@ -107,9 +107,9 @@ import bottomBox from '@/components/common/bottomBox/bottomBox'
import { bottomBoxWindow } from '@/components/common/js/tools'
import panelChart from '@/components/chart/panelChart'
import bus from '@/libs/bus'
import routerPathParams from "@/components/common/mixin/routerPathParams";
import lodash from "lodash";
import SearchBox from "@/components/common/searchBox/searchBox";
import routerPathParams from '@/components/common/mixin/routerPathParams'
import lodash from 'lodash'
import SearchBox from '@/components/common/searchBox/searchBox'
export default {
name: 'nzDataList',
mixins: [routerPathParams],

View File

@@ -39,7 +39,7 @@
</template>
<template slot-scope="scope" :column="item">
<template v-if="item.prop === 'name'">
<div class="document-copy-block">
<span class="document-copy-text">{{scope.row[item.prop]}}</span>
<i v-if="scope.row[item.prop]" class="nz-icon nz-icon-override" style="visibility: hidden" @click="onCopy(scope.row.name)" :title="$t('overall.copyText')"></i>