Explorar el Código

Merge branch 'linwenxin_dev' of https://gogs.zfire.top/zfire-front/zfire-newmall-admin into develop

linwenxin hace 1 año
padre
commit
90e95b74e2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/secondHandMall/orderManagement/add.vue

+ 1 - 1
src/views/secondHandMall/orderManagement/add.vue

@@ -121,7 +121,7 @@ export default {
         options: [
           { label: '到店支付', value: "CASH" },
           { label: '转账支付', value: "TRANSFER" },
-          { label: '微信支付', value: "WECHAT" },
+          // { label: '微信支付', value: "WECHAT" },
         ],
         md: 6,
         attributes: { disabled: this.disabled },