Browse Source

托书-详情页-取消页面下方按钮

jbb 2 years ago
parent
commit
4f0ccc7b3b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/book/detailsBookDrawer.vue

+ 2 - 2
src/views/book/detailsBookDrawer.vue

@@ -255,8 +255,8 @@
           zIndex: 999
         }"
       >
-          <a-button :style="{ marginRight: '8px' }" @click="handleCancel">关闭</a-button>
-          <a-button type="primary" :style="{ marginRight: '8px' }" @click="editMoney" :disabled="disabled">保存</a-button>
+          <!-- <a-button :style="{ marginRight: '8px' }" @click="handleCancel">关闭</a-button>
+          <a-button type="primary" :style="{ marginRight: '8px' }" @click="editMoney" :disabled="disabled">保存</a-button> -->
 
       </div>
     </a-drawer>