Sfoglia il codice sorgente

去掉明细按钮

@dongkboy 3 mesi fa
parent
commit
9536ccf35d
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/views/receivable/handingFee/report.vue

+ 0 - 1
src/views/receivable/handingFee/report.vue

@@ -162,7 +162,6 @@
           <el-table-column label="操作" width="200" align="center" fixed="right">
             <template #default="scope">
               <el-button link type="primary" @click="handleDetail(scope.row)">删除</el-button>
-              <el-button link type="primary" @click="handleOrderDetail(scope.row)">订单明细</el-button>
             </template>
           </el-table-column>
         </el-table>