祁鹏飞 3 місяців тому
батько
коміт
807bf91047
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/views/receivable/documentary/ticket.vue

+ 1 - 1
src/views/receivable/documentary/ticket.vue

@@ -42,7 +42,7 @@
       <el-table-column prop="receivablePremium" label="应收总额"></el-table-column>
       <el-table-column prop="reconciliationAmount" label="对账金额">
         <template #default="scope">
-          <div class="flex items-center" @click="handleEdit(scope.row)" @mouseenter="scope.row.showEdit = true"
+          <div class="flex items-center cursor-pointer" @click="handleEdit(scope.row)" @mouseenter="scope.row.showEdit = true"
             @mouseleave="scope.row.showEdit = false">
             ¥{{ scope.row.reconciliationAmount || 0 }}
             <el-icon class="m-l-4px " v-if="scope.row.showEdit">