瀏覽代碼

销售退货

lilei 4 年之前
父節點
當前提交
e777ba6410
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/views/salesManagement/salesReturn/detail.vue

+ 4 - 1
src/views/salesManagement/salesReturn/detail.vue

@@ -7,7 +7,10 @@
       >
         <template slot="subTitle">
           <a href="javascript:;" @click="() => $router.go(-1)">返回列表</a>
-          <a-button size="small" type="danger" style="margin-left:50px" key="1">
+          <a-button size="small" style="margin-left:50px" key="0">
+            编辑
+          </a-button>
+          <a-button size="small" type="danger" style="margin-left:20px" key="1">
             销售导出
           </a-button>
         </template>