引入Wot UI组件库
This commit is contained in:
@@ -79,17 +79,14 @@
|
||||
</view>
|
||||
<text class="more" @click="goTodo">查看全部</text>
|
||||
</view>
|
||||
<view v-if="!pending.length" class="empty-card">
|
||||
<text class="et">暂无待办</text>
|
||||
<text class="es">需要处理的审批和协同会出现在这里</text>
|
||||
</view>
|
||||
<wd-status-tip v-if="!pending.length" image="content" tip="暂无待办" />
|
||||
<view v-for="t in pending" :key="pendKey(t)" class="card todo" @click="openPending(t)">
|
||||
<view class="tm">
|
||||
<text class="tag">{{ t.tag || t.typeLabel || t.type || '流程审批' }}</text>
|
||||
<text class="tn">{{ t.title || t.no }}</text>
|
||||
<text class="ts">{{ t.submitter || '—' }}</text>
|
||||
</view>
|
||||
<text class="chip">{{ t.btn || '去办理' }}</text>
|
||||
<wd-tag type="primary" plain>{{ t.btn || '去办理' }}</wd-tag>
|
||||
<text class="arr">›</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user