Prechádzať zdrojové kódy

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

dedsudiyu 1 rok pred
rodič
commit
003ba85849

+ 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>