被驳回
This commit is contained in:
parent
56bc566a5e
commit
ea3f9b693a
|
@ -2,7 +2,7 @@
|
||||||
* @Author: Light
|
* @Author: Light
|
||||||
* @Date: 2022-11-18 11:53:43
|
* @Date: 2022-11-18 11:53:43
|
||||||
* @LastEditors: Light
|
* @LastEditors: Light
|
||||||
* @LastEditTime: 2022-11-24 18:12:43
|
* @LastEditTime: 2022-11-25 20:05:47
|
||||||
* @Description: 告诉大家这是什么
|
* @Description: 告诉大家这是什么
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
|
@ -50,7 +50,13 @@
|
||||||
style="margin-right: 0"
|
style="margin-right: 0"
|
||||||
@click="selectItem(item)"
|
@click="selectItem(item)"
|
||||||
>
|
>
|
||||||
{{ item.approveStatus == '通过' ? '预览' : item.approveStatus }}
|
{{
|
||||||
|
item.approveStatus == '通过'
|
||||||
|
? '预览'
|
||||||
|
: item.backToFirst == 'true'
|
||||||
|
? '被驳回'
|
||||||
|
: item.approveStatus
|
||||||
|
}}
|
||||||
</a-tag>
|
</a-tag>
|
||||||
<a-popconfirm
|
<a-popconfirm
|
||||||
v-if="item.approveStatus == '通过'"
|
v-if="item.approveStatus == '通过'"
|
||||||
|
|
Loading…
Reference in New Issue