Przeglądaj źródła

审核结果判断添加

zhulizhen 5 lat temu
rodzic
commit
379bdbefff
1 zmienionych plików z 5 dodań i 2 usunięć
  1. 5 2
      src/views/appeal/appealDetail.vue

+ 5 - 2
src/views/appeal/appealDetail.vue

@@ -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%;