소스 검색

销售退货

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>