mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-11 08:18:11 +00:00
perf: 优化按钮没有对应类型,控制台报错
This commit is contained in:
parent
f6afdd6604
commit
ac6bdc07ec
@ -118,7 +118,7 @@
|
||||
</Checkbox>
|
||||
</CheckboxGroup>
|
||||
<div class="btn-row">
|
||||
<Button v-if="(voteData[msgData.msg.uuid] || []).length == 0" type="grey" disabled>{{$L("请选择后投票")}}</Button>
|
||||
<Button v-if="(voteData[msgData.msg.uuid] || []).length == 0" class="ivu-btn-grey" disabled>{{$L("请选择后投票")}}</Button>
|
||||
<Button v-else type="warning" :loading="msgData.msg._loadIng > 0" class="no-dark-content" @click="onVote('vote',msgData)">{{$L("立即投票")}}</Button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user