shish 3 anni fa
parent
commit
791f48ee25
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      ghsApp/src/admin/home/workbench.vue

+ 1 - 1
ghsApp/src/admin/home/workbench.vue

@@ -241,7 +241,7 @@ export default {
 					this.$util.pageTo({url: "/admin/billing/index",query: {customId: currentId}})
 				}
 			}else{
-				that.$util.confirmModal({content:'请设置您要快捷开单的客户',okText:'好的',cancelText:'取消'},() => {
+				that.$util.confirmModal({content:'请设置自用的门店',okText:'好的',cancelText:'取消'},() => {
 					that.$util.pageTo({url: '/admin/shop/sk'})	
 				})
 			}