suhp 1 месяц назад
Родитель
Сommit
545ffe8f6d

+ 1 - 1
src/views/costAudit/auditInfo/auditManage/details.vue

@@ -47,7 +47,7 @@
           <extract-material :id="id" />
         </el-tab-pane>
         <el-tab-pane
-          v-if="currentNode !== 'clcs'"
+          v-if="currentNode !== 'clcs' && currentNode !== 'sdsh'"
           label="成本审核意见"
           name="auditOpinion"
         >

+ 1 - 1
src/views/costAudit/auditInfo/auditManage/index.vue

@@ -126,7 +126,7 @@
               </el-button>
               <el-button
                 v-if="
-                  scope.row.currentNode === 'yjgaozhi' &&
+                  scope.row.currentNode === 'yjgz' &&
                   scope.row.status === '审核中'
                 "
                 type="text"