shish %!s(int64=6) %!d(string=hai) anos
pai
achega
9f3120ea9e
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  1. 1 3
      shop/src/views/staff/list.vue

+ 1 - 3
shop/src/views/staff/list.vue

@@ -57,10 +57,9 @@
 			<template #slot-add-ad-btn="{scope}">
 				<el-button type="primary" size="mini" @click="addBtnFn">添加</el-button>
 			</template>
-
 		</x-crud>
 
-		<el-dialog title="扫码添加员工" :visible.sync="showMiniCode" width="600px">
+		<el-dialog title="请员工扫下方图片完成绑定" :visible.sync="showMiniCode" width="600px">
 			<div style="text-align:center;">
 				<img :src="miniCodeSrc" style="margin:0 auto;width:280px;" />
 			</div>
@@ -310,7 +309,6 @@ export default {
 				};
 			}
 			host(adForm).then(res => {
-				
 				this.miniCodeSrc = res.miniCode;
 				this.showMiniCode = true;