审核详细优化
This commit is contained in:
parent
ff177972d3
commit
2a7419131e
|
|
@ -115,11 +115,11 @@
|
||||||
|
|
||||||
<!-- 评论输入框 -->
|
<!-- 评论输入框 -->
|
||||||
<view class="info-card">
|
<view class="info-card">
|
||||||
<view class="card-title">评论</view>
|
<view class="card-title">审核意见</view>
|
||||||
<textarea
|
<textarea
|
||||||
v-model="commentText"
|
v-model="commentText"
|
||||||
class="comment-textarea"
|
class="comment-textarea"
|
||||||
placeholder="请输入评论内容"
|
placeholder="请输入审核意见"
|
||||||
:maxlength="500"
|
:maxlength="500"
|
||||||
:auto-height="true"
|
:auto-height="true"
|
||||||
></textarea>
|
></textarea>
|
||||||
|
|
@ -214,8 +214,8 @@ const getTaskStatusType = (status) => {
|
||||||
const typeMap = {
|
const typeMap = {
|
||||||
'1': 'primary', // 待接收
|
'1': 'primary', // 待接收
|
||||||
'2': 'warning', // 进行中
|
'2': 'warning', // 进行中
|
||||||
'3': 'success', // 已完成
|
'4': 'success', // 已完成
|
||||||
'4': 'error' // 已取消
|
'6': 'error' // 已取消
|
||||||
}
|
}
|
||||||
return typeMap[status] || 'primary'
|
return typeMap[status] || 'primary'
|
||||||
}
|
}
|
||||||
|
|
@ -230,7 +230,7 @@ const getVerifyStatusLabel = (status) => {
|
||||||
const getVerifyStatusType = (status) => {
|
const getVerifyStatusType = (status) => {
|
||||||
const typeMap = {
|
const typeMap = {
|
||||||
'1': 'success', // 已通过
|
'1': 'success', // 已通过
|
||||||
'2': 'error', // 已驳回
|
'2': 'error', // 已驳回error
|
||||||
'3': 'warning' // 待审核
|
'3': 'warning' // 待审核
|
||||||
}
|
}
|
||||||
return typeMap[status] || 'primary'
|
return typeMap[status] || 'primary'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user