mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-28 04:40:37 +00:00
no message
This commit is contained in:
parent
88b995ca9c
commit
37f379c890
@ -19,7 +19,7 @@
|
||||
</div>
|
||||
<div class="ivu-modal-confirm-footer">
|
||||
<Button type="text" @click="onClose">{{$L('关闭提示')}}</Button>
|
||||
<Button type="primary" :loading="loadIng" @click="onCheck">{{$L('重试')}}</Button>
|
||||
<Button type="primary" :loading="loadIng" @click="onCheck">{{$L('检查')}}</Button>
|
||||
</div>
|
||||
</div>
|
||||
</Modal>
|
||||
|
||||
@ -119,6 +119,12 @@
|
||||
{{$L('发起投票')}}
|
||||
</div>
|
||||
</template>
|
||||
<template v-else>
|
||||
<div class="chat-input-popover-item" @click="onToolbar('file')">
|
||||
<i class="taskfont"></i>
|
||||
{{$L('上传文件')}}
|
||||
</div>
|
||||
</template>
|
||||
<div class="chat-input-popover-item" @click="onToolbar('full')">
|
||||
<i class="taskfont"></i>
|
||||
{{$L('全屏输入')}}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user