liuzhihui 2 anos atrás
pai
commit
acee46ab19

+ 2 - 2
CallCenterWeb.UI/RMYY/src/views/login/index.vue

@@ -361,7 +361,7 @@
361 361
           this.$message.error('请先输入管理员账号,再进行重置密码!')
362 362
           return
363 363
         }
364
-        this.$confirm("确定要重置密码?", "提示", {
364
+        this.$confirm('密码重置后,请通过钉钉"郑州人民医院-工作通知"消息查看新密码', "提示", {
365 365
             confirmButtonText: "确定",
366 366
             cancelButtonText: "取消",
367 367
             type: "warning",
@@ -372,7 +372,7 @@
372 372
             }
373 373
             getUserPasswordReset(params).then(res=>{
374 374
               if(res.state == 'success'){
375
-                this.$message.success('发送成功')
375
+                this.$message.success('密码重置成功,请注意查看')
376 376
               }else{
377 377
                 this.$message.error(res.message)
378 378
               }

+ 4 - 4
CallCenterWeb.UI/RMYYAPP/pages/login/login.vue

@@ -12,7 +12,7 @@
12 12
 			</view>
13 13
 
14 14
 			<wButton class="wbutton" text="登 录" :rotate="isRotate" @click="startLogin"></wButton>
15
-			<wButton class="wbutton" text="重置密码" :rotate="isRotate" :bgColor="bgColor" :fontColor="fontColor" @click="startReset"></wButton>
15
+			<wButton class="wbutton" text="重置密码" :bgColor="bgColor" :fontColor="fontColor" @click="startReset"></wButton>
16 16
 			<!-- <wButton class="wbutton" text="用户注册" @click="registerStart"></wButton> -->
17 17
 			<!-- <view class="registerStyle" @click="registerStart"></view> -->
18 18
 		</view>
@@ -185,8 +185,8 @@
185 185
 				}
186 186
 				var this_ = this
187 187
 				uni.showModal({
188
-					title: '确定要重置密码',
189
-					content: '重置密码',
188
+					title: '重置密码',
189
+					content: '密码重置后,请通过钉钉"郑州人民医院-工作通知"消息查看新密码',
190 190
 					success: function(res) {
191 191
 						if (res.confirm) {
192 192
 							this_.onReset()
@@ -203,7 +203,7 @@
203 203
 				}
204 204
 				this.$http.get('Home/UserPasswordReset', params).then(res => {
205 205
 					if(res.state == 'success'){
206
-					  this.$mHelper.toast('发送成功')
206
+					  this.$mHelper.toast('密码重置成功,请注意查看')
207 207
 					}else{
208 208
 					  this.$mHelper.toast(res.message)
209 209
 					}

+ 1 - 1
CallCenterWeb.UI/RMYYAPP/pages/myTask/repairList/repairList.vue

@@ -5,7 +5,7 @@
5 5
 		<!-- <uni-search-bar class="uni-search-bar" placeholder="请输入工单编号" bgColor="#fff" @confirm="searchList"
6 6
 			@cancel="cancelList" /> -->
7 7
 		<view style="background: #ffffff;padding: 5px 10px;">
8
-			<view class="example-body" style="width: 70%;display: inline-block;">
8
+			<view class="example-body" style="width: 68%;display: inline-block;margin-right: 2%;">
9 9
 				<uni-datetime-picker v-model="range" type="daterange" @change="maskClick" />
10 10
 			</view>
11 11
 			<view class="example-body" style="width: 30%;display: inline-block;position: relative;bottom: 3px;">