更新
This commit is contained in:
parent
2d8f9dda16
commit
4c6c0e53ca
@ -76,7 +76,7 @@
|
||||
$data['file_type_text'] = $data->file_type_text;
|
||||
$data['plance_seal_text'] = $data->plance_seal_text;
|
||||
$data['contract_type_text'] = $data->contract_type_text;
|
||||
$data['review_status_text'] = $data->review_status_text;
|
||||
$data['review_status_text'] = '不可移交';//$data->review_status_text;
|
||||
$data['approve_check_status_text'] = $data->approve_check_status_text;
|
||||
})
|
||||
->toArray();
|
||||
|
@ -77,7 +77,7 @@
|
||||
$data['is_limit_text'] = $data->is_limit_text;
|
||||
$data['file_type_text'] = $data->file_type_text;
|
||||
$data['contract_type_text'] = $data->contract_type_text;
|
||||
$data['review_status_text'] = $data->review_status_text;
|
||||
$data['review_status_text'] = '不可移交';//$data->review_status_text;
|
||||
$data['approve_check_status_text'] = $data->approve_check_status_text;
|
||||
})
|
||||
->toArray();
|
||||
|
@ -106,7 +106,7 @@
|
||||
|
||||
public function getReviewStatusTextAttr($value, $data): string
|
||||
{
|
||||
$arr = [0 => '不可移交', 1 => '不可移交'];
|
||||
$arr = [0 => '待移交', 1 => '已移交'];
|
||||
return $arr[$data['review_status']];
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user