lizhenhao 2 gadi atpakaļ
vecāks
revīzija
6f7c4bc902

+ 1 - 1
src/views/modules/cw/reportManagement/reportReview/ReportReviewForm.vue

@@ -3,7 +3,7 @@
     <el-row>
       <el-col :span="24">
 
-        <el-form size="middle" :model="inputForm" ref="inputForm" v-loading="loading" :class="method==='view'?'readonly':''"  :disabled="formReadOnly"
+        <el-form size="middle" :model="inputForm" ref="inputForm" v-loading="loading" :class="method==='view'?'readonly':''"  :disabled="status === 'audit' || status === 'taskFormDetail'"
                  label-width="135px" @submit.native.prevent>
           <el-divider content-position="left"><i class="el-icon-document"></i> 项目信息</el-divider>
           <el-row  :gutter="0">