瀏覽代碼

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

jbb 2 年之前
父節點
當前提交
4f0ccc7b3b
共有 1 個文件被更改,包括 2 次插入2 次删除
  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>