Kaynağa Gözat

去掉手续费应收列表的删除按钮

@dongkboy 2 ay önce
ebeveyn
işleme
7d29a6c877
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      src/views/receivable/handingFee/index.vue

+ 1 - 1
src/views/receivable/handingFee/index.vue

@@ -197,7 +197,7 @@
           <el-table-column prop="dockingPerson" label="对接人" width="100"></el-table-column>
           <el-table-column label="操作" width="120" fixed="right">
             <template #default="scope">
-              <el-button link type="primary" @click="toEdit(scope.row)">编辑</el-button>
+              <!-- <el-button link type="primary" @click="toEdit(scope.row)">编辑</el-button> -->
               <el-button link type="primary" @click="toDelete([scope.row.id])">删除</el-button>
             </template>
           </el-table-column>