mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-06 04:18:13 +00:00
no msg
This commit is contained in:
parent
64c0ae2734
commit
b90b129d98
@ -44,7 +44,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<Modal :title="$L('浏览图片空间的图片')" v-model="browseVisible" class="img-upload-modal" width="710">
|
||||
<Modal :title="$L('浏览图片空间')" v-model="browseVisible" class="img-upload-modal" width="710">
|
||||
<div class="browse-load" v-if="isLoading">{{$L('加载中...')}}</div>
|
||||
<div class="browse-list" :class="httpType==='input'?'browse-list-disabled':''" ref="browselistbox">
|
||||
<div v-if="browseList.length <= 0">{{$L('无内容')}}</div>
|
||||
|
||||
@ -71,7 +71,7 @@
|
||||
<li v-if="tools.uploadImage" :name="$L('本地图片')">
|
||||
<span @click="chooseImage" class="iconfont icon-upload-img"></span>
|
||||
</li>
|
||||
<li v-if="tools.custom_image" :name="$L('浏览图片')">
|
||||
<li v-if="tools.custom_image" :name="$L('图片空间')">
|
||||
<span @click="onCustom('image-browse')" class="iconfont icon-img"></span>
|
||||
</li>
|
||||
<li v-if="tools.custom_uploadImage" :name="$L('上传图片')">
|
||||
|
||||
@ -88,7 +88,7 @@
|
||||
<li v-if="tools.uploadImage" :name="$L('本地图片')">
|
||||
<span @click="chooseImage" class="iconfont icon-upload-img"></span>
|
||||
</li>
|
||||
<li v-if="tools.custom_image" :name="$L('浏览图片')">
|
||||
<li v-if="tools.custom_image" :name="$L('图片空间')">
|
||||
<span @click="custom_insertImage" class="iconfont icon-img"></span>
|
||||
</li>
|
||||
<li v-if="tools.custom_uploadImage" :name="$L('上传图片')">
|
||||
|
||||
@ -268,7 +268,7 @@
|
||||
}
|
||||
}, {
|
||||
type: 'menuitem',
|
||||
text: this.$L('浏览图片'),
|
||||
text: this.$L('图片空间'),
|
||||
onAction: () => {
|
||||
this.$refs.myUpload.browsePicture();
|
||||
}
|
||||
@ -283,7 +283,7 @@
|
||||
}
|
||||
});
|
||||
editor.ui.registry.addMenuItem('browseImages', {
|
||||
text: this.$L('浏览图片'),
|
||||
text: this.$L('图片空间'),
|
||||
onAction: () => {
|
||||
this.$refs.myUpload.browsePicture();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user