mirror of
https://github.com/mindoc-org/mindoc.git
synced 2025-04-05 16:02:26 +08:00
*
This commit is contained in:
parent
d236a5483c
commit
0f0b110a49
@ -144,7 +144,7 @@
|
||||
</div>
|
||||
<div class="attach-list" id="attachList">
|
||||
<template v-for="item in lists">
|
||||
<div class="attach-item" :id="item.id">
|
||||
<div class="attach-item" :id="item.attachment_id">
|
||||
<template v-if="item.state == 'wait'">
|
||||
<div class="progress">
|
||||
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="100">
|
||||
|
Loading…
Reference in New Issue
Block a user