telephone-clients 3.0.104-47 → 3.0.104-49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "telephone-clients",
3
- "version": "3.0.104-47",
3
+ "version": "3.0.104-49",
4
4
  "description": "呼叫模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -249,6 +249,7 @@
249
249
  new HttpResetClass().load('POST',`/bridge/callctrl?extnum=${this.aChannel}&state=busy&opt=SET_EXT_PRESENCE_STATE`,{},{resolveMsg:null,rejectMsg:null}).then(res=>{
250
250
  if(res.data === 200){
251
251
  this.currentState = '忙'
252
+ this.timeZhiXianId = null
252
253
  }else if (res.data === 400){
253
254
  this.$showMessage('参数错误,置忙失败')
254
255
  }else if (res.data === 404){
@@ -44,9 +44,9 @@
44
44
  </div>
45
45
  </div>
46
46
  <div class="main-bottom">
47
- <div class="bottom1" style="font-size:2rem">
47
+ <div class="bottom1">
48
48
  <p> &emsp;&emsp;今日呼出时长 </p>
49
- <div class="ring1">
49
+ <div class="ring1" style="font-size:2rem">
50
50
  {{dayhuchu}}&ensp;<span style="font-size:2rem">分钟</span>
51
51
  </div>
52
52
  </div>
@@ -71,7 +71,7 @@
71
71
  <div class="bottom3">
72
72
  <p> &emsp;来电接听率 </p>
73
73
  <div class="ring4" style="font-size:2rem">
74
- {{dayweijie!==0?dayscale:100}}<span>%</span>
74
+ {{dayweijie!==0?dayscale:100}}<span style="font-size:2rem">%</span>
75
75
  </div>
76
76
  </div>
77
77
  </div>