bzkf30 2 år sedan
förälder
incheckning
c7171323a1
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/views/dddx/ddrw/components/detail/noindicator-detail.vue

+ 1 - 1
src/views/dddx/ddrw/components/detail/noindicator-detail.vue

@@ -14,7 +14,7 @@
         <template slot-scope="scope">
           <el-button type="text" v-if="scope.row.is_upload==2 && scope.row.uo_id==userInfo.uo_id" @click="handleUpload(scope.row)">上传</el-button>
           <el-button type="text" v-if="scope.row.is_upload==1" @click="lookDetail(scope.row)">查看</el-button>
-          <el-button type="text" v-if="scope.row.is_upload==1 && scope.row.uo_id==userInfo.uo_id" @click="handleEdit(scope.row)">编辑</el-button>
+          <el-button :disabled="scope.row.jddr_sh_status==1?true:false" type="text" v-if="scope.row.is_upload==1 && scope.row.uo_id==userInfo.uo_id" @click="handleEdit(scope.row)">编辑</el-button>
         </template>
       </el-table-column>
     </el-table>