|
@@ -45,11 +45,11 @@
|
|
|
</span>
|
|
|
<span>
|
|
|
审核结果:
|
|
|
- <b style='font-size: 14px;font-weight: normal;color: #646c73;'>{{detailObj.reasonType||'--'}}</b>
|
|
|
+ <b style='font-size: 14px;font-weight: normal;color: #646c73;'>{{detailObj.status=='303'?'通过':(detailObj.status=='304'?'不通过':(detailObj.status=='306'?'过期未申诉':'--'))}}</b>
|
|
|
</span>
|
|
|
<span>
|
|
|
审批意见:
|
|
|
- <b style='font-size: 14px;font-weight: normal;color: #646c73;'>{{detailObj.reasonType||'--'}}</b>
|
|
|
+ <b style='font-size: 14px;font-weight: normal;color: #646c73;'>{{detailObj.comment||'--'}}</b>
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class='foot'>
|
|
@@ -310,6 +310,9 @@ export default {
|
|
|
span:nth-of-type(2) {
|
|
|
margin: 8px 0;
|
|
|
}
|
|
|
+ span:nth-of-type(4) {
|
|
|
+ margin: 8px 0;
|
|
|
+ }
|
|
|
span:nth-of-type(3) {
|
|
|
textarea {
|
|
|
width: 100%;
|