Browse Source

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

dedsudiyu 1 year ago
parent
commit
003ba85849
1 changed files with 1 additions and 1 deletions
  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>