소스 검색

Merge branch '3.3.5&3.3.6-qiPingDingWei' into dbdx-web

dedsudiyu 1 년 전
부모
커밋
003ba85849
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/oneKeyOutfire/planExecuteRecord/planExecuteRecord.vue

+ 1 - 1
src/views/oneKeyOutfire/planExecuteRecord/planExecuteRecord.vue

@@ -56,7 +56,7 @@
           <template slot-scope="scope">
             <div class="table-button-box">
               <p class="table-button-null"></p>
-              <p class="table-button-p"  v-hasPermi="['laboratory:hardware5:edit']" @click="handleClick('',scope.row,'detail')">查看</p>
+              <p class="table-button-p" @click="handleClick('',scope.row,'detail')">查看</p>
               <p class="table-button-null"></p>
             </div>
           </template>