src/pages/sales/invoiceLedger/index.vue
@@ -91,7 +91,6 @@
            <up-button type="primary"
                       size="small"
                       class="action-btn"
                       :disabled="item.invoicePerson !== userStore.nickName"
                       @click="openEdit(item)">
              编辑
            </up-button>
@@ -99,7 +98,6 @@
                       size="small"
                       plain
                       class="action-btn"
                       :disabled="item.invoicePerson !== userStore.nickName"
                       @click="handleDelete(item)">
              删除
            </up-button>