fix:批量删除 国际化
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
height: auto !important;
|
height: auto !important;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between !important;
|
justify-content: space-between !important;
|
||||||
|
flex-direction: row-reverse;
|
||||||
}
|
}
|
||||||
.batch-delete-dialog{
|
.batch-delete-dialog{
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
|
|||||||
@@ -20,18 +20,18 @@
|
|||||||
>
|
>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div class="dialog-header" style="vertical-align:top;" v-if="prepare">
|
<div class="dialog-header" style="vertical-align:top;" v-if="prepare">
|
||||||
<i class="nz-icon nz-icon-jinggao" style="color:#ff0000;"></i>
|
<i class="nz-icon nz-icon-jinggao"></i>
|
||||||
<span>Are you sure to delete these {{ this.deleteObjs.length }} Pleaces data?</span>
|
<span>{{$t('batch.prepare', { dataLength: deleteObjs.length })}}</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div class="dialog-header" style="vertical-align:top;" v-if="process">
|
<div class="dialog-header" style="vertical-align:top;" v-if="process">
|
||||||
<i class="nz-icon nz-icon-import-failed1" style="color:#ff000078;"></i>
|
<i class="nz-icon nz-icon-import-failed1"></i>
|
||||||
<span>These Assets cannot be deleted.If you want to continue to delete,please check the "Force delete" action.</span>
|
<span>{{$t('batch.process', {title: $t(deleteTitle)})}}</span>
|
||||||
</div>
|
</div>
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<div class="dialog-header" style="vertical-align:top;" v-if="finish">
|
<div class="dialog-header" style="vertical-align:top;" v-if="finish">
|
||||||
<i class="nz-icon nz-icon-import-success1"></i>
|
<i class="nz-icon nz-icon-import-success1"></i>
|
||||||
<span>These Assets delete complete.</span>
|
<span>{{$t('batch.finish', {title: $t(deleteTitle)})}}</span>
|
||||||
</div>
|
</div>
|
||||||
<div class="batch-delete-tree">
|
<div class="batch-delete-tree">
|
||||||
<div class="tree-header tree-body-item">
|
<div class="tree-header tree-body-item">
|
||||||
@@ -68,14 +68,14 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- 底部按钮 -->
|
<!-- 底部按钮 -->
|
||||||
<span slot="footer" class="dialog-footer right-box__footer batch-delete-footer" v-if="!finish">
|
<span slot="footer" class="dialog-footer right-box__footer batch-delete-footer" v-if="!finish">
|
||||||
<div v-if="forceDeleteShow">
|
|
||||||
<el-checkbox v-model="forceDelete" text-color="black" name="type" :true-label="1" :false-label="0"></el-checkbox>
|
|
||||||
<span class="checkTitle">Force delete</span>
|
|
||||||
</div>
|
|
||||||
<div>
|
<div>
|
||||||
<button id="batch-delete-cancel" class="footer__btn footer__btn--light" style="margin-top: 8px;" type="button" @click="dialogVisible = false">{{$t('tip.no')}}</button>
|
<button id="batch-delete-cancel" class="footer__btn footer__btn--light" style="margin-top: 8px;" type="button" @click="dialogVisible = false">{{$t('tip.no')}}</button>
|
||||||
<button id="batch-delete-next" class="footer__btn" type="button" @click="batchDeleteYes">{{$t('tip.yes')}}</button>
|
<button id="batch-delete-next" class="footer__btn" type="button" @click="batchDeleteYes">{{$t('tip.yes')}}</button>
|
||||||
</div>
|
</div>
|
||||||
|
<div v-if="forceDeleteShow">
|
||||||
|
<el-checkbox v-model="forceDelete" text-color="black" name="type" :true-label="1" :false-label="0"></el-checkbox>
|
||||||
|
<span class="checkTitle">{{$t('batch.forceDelete')}}</span>
|
||||||
|
</div>
|
||||||
</span>
|
</span>
|
||||||
</el-dialog>
|
</el-dialog>
|
||||||
</div>
|
</div>
|
||||||
@@ -117,6 +117,10 @@ export default {
|
|||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
type: String
|
type: String
|
||||||
|
},
|
||||||
|
deleteTitle: {
|
||||||
|
type: String,
|
||||||
|
default: 'project.topology.data'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@@ -216,7 +220,7 @@ export default {
|
|||||||
case 'endpoint' : return 'nz-icon monitorColor nz-icon-overview-endpoint'
|
case 'endpoint' : return 'nz-icon monitorColor nz-icon-overview-endpoint'
|
||||||
case 'alertrule' : return 'nz-icon monitorColor nz-icon-Alertrule'
|
case 'alertrule' : return 'nz-icon monitorColor nz-icon-Alertrule'
|
||||||
}
|
}
|
||||||
return 'nz-icon monitorColor nz-icon-module5'
|
return ' '
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
nezha-fronted/static/Titles/7/101/21.pbf
Normal file
BIN
nezha-fronted/static/Titles/7/101/21.pbf
Normal file
Binary file not shown.
BIN
nezha-fronted/static/Titles/7/101/28.pbf
Normal file
BIN
nezha-fronted/static/Titles/7/101/28.pbf
Normal file
Binary file not shown.
BIN
nezha-fronted/static/Titles/7/102/21.pbf
Normal file
BIN
nezha-fronted/static/Titles/7/102/21.pbf
Normal file
Binary file not shown.
0
nezha-fronted/static/Titles/7/102/27.pbf
Normal file
0
nezha-fronted/static/Titles/7/102/27.pbf
Normal file
BIN
nezha-fronted/static/Titles/7/106/27.pbf
Normal file
BIN
nezha-fronted/static/Titles/7/106/27.pbf
Normal file
Binary file not shown.
0
nezha-fronted/static/Titles/7/25/27.pbf
Normal file
0
nezha-fronted/static/Titles/7/25/27.pbf
Normal file
BIN
nezha-fronted/static/Titles/7/31/31.pbf
Normal file
BIN
nezha-fronted/static/Titles/7/31/31.pbf
Normal file
Binary file not shown.
0
nezha-fronted/static/Titles/7/34/27.pbf
Normal file
0
nezha-fronted/static/Titles/7/34/27.pbf
Normal file
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user