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>