fear: endpoint增加asset二级页面等

1.endpoint增加asset二级页面
2.asset增加endpoint二级页面,临时页签未实现
This commit is contained in:
陈劲松
2020-03-30 19:46:03 +08:00
parent bd41f9414b
commit f6548159f5
9 changed files with 369 additions and 16 deletions

View File

@@ -130,7 +130,7 @@
<div class="right-box-form-btns" v-if="rightBox.isEdit">
<button style="display: none;">第一个button会出现意料之外的hover样式找不到原因只好加个不可见的button规避问题</button>
<button type="button" id="edit-clear-all" @click="clearAllParam" class="nz-btn nz-btn-size-normal nz-btn-style-light">
<span class="top-tool-btn-txt">{{$t('overall.clearAll')}}</span>
<span class="top-tool-btn-txt">{{$t('overall.clear')}}</span>
</button>
<button type="button" id="edit-add-param" @click="addParam" class="nz-btn nz-btn-size-normal nz-btn-style-normal">
<span class="top-tool-btn-txt">{{$t('overall.add')}}</span>
@@ -234,6 +234,7 @@
esc() {
this.rightBox.show = false;
this.subBox.show = false;
this.$emit("close");
},
/*关闭子弹框*/