魏熙美 5 vuotta sitten
vanhempi
commit
004ef2bf74
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/views/customer/editCustomer.vue

+ 1
- 1
src/views/customer/editCustomer.vue Näytä tiedosto

@@ -64,7 +64,7 @@
64 64
         </el-form-item>
65 65
         <el-form-item>
66 66
           <el-button type="primary" @click="submitForm">保存</el-button>
67
-          <el-button @click="$router.go(-1)">回</el-button>
67
+          <el-button @click="$router.go(-1)">回</el-button>
68 68
         </el-form-item>
69 69
       </el-form>
70 70
     </div>