centaline-data-driven 1.3.75 → 1.3.76

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": "centaline-data-driven",
3
- "version": "1.3.75",
3
+ "version": "1.3.76",
4
4
  "description": "ccai",
5
5
  "author": "hjc <3226136347@qq.com>",
6
6
  "private": false,
@@ -1,11 +1,12 @@
1
1
  <template>
2
2
  <div :class="isOperationalColumn?'subdiv_allinline':''" v-if="isShowLabel" @click="isOperationalColumn?clickHandler($event):null">
3
3
  <div v-if="isShowVoice" style="line-height: 16px;padding-top: 3px;">
4
- <video ref="video" v-if="!router.rightField || rowData[router.rightField] == 1"
4
+ <video ref="video" v-if="rowData[router.submitFormField] && (!router.rightField || rowData[router.rightField] == 1)"
5
5
  :src="rowData[router.submitFormField]" controls="true" controlslist="nodownload"
6
6
  @timeupdate="saveVoiceHistoryHandler" @ended="voiceEndedHandler"
7
7
  height="20" width="100%">您的浏览器不支持 video 标签。
8
8
  </video>
9
+ <span v-else-if="!rowData[router.submitFormField]"></span>
9
10
  <span v-else>没有权限听录音</span>
10
11
  </div>
11
12
  <div v-else-if="router.isListenVoice">
@@ -66,6 +67,8 @@
66
67
  return false;
67
68
  }
68
69
  },
70
+ created() {
71
+ },
69
72
  data() {
70
73
  return {
71
74
  visible:false,
package/src/main.js CHANGED
@@ -43,7 +43,7 @@ Vue.use(centaline, {
43
43
  getRequestHeaders: function () {
44
44
  return {
45
45
  oldToken: '42ccd644-040d-4e01-9521-1623f1884058',
46
- token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjjEOgkAQRe8yNZOwzDC7Q6cLNh6CsDAFVkYg0Rjvrkbo6H3FK17z_xOmJUEFfgV3tNHqCu5oo3WO1Ttp8KA-IgsTBhcDRpbIp7qheKwhA7tfoXIipEUhJBmM3fwLgaT4hmWy29ke_zh3mcfPbM8pUR4MOace2SfFznRAy2koU7JBSw-vNwAAAP__.DKcVhs4EVdjfYKBgbwc8b6ODKQ_lDQFReAHx7caQtyA',
46
+ token:'aplus eyJhbGciOiJIUzI1NiIsInppcCI6IkRFRiJ9.eNrEjjsOgzAQBe-yNSt5Ydf20gVDmhwC2ZGRSBUFkBJFuXs-go4-U0wxzXtPmJYENbgV3NFGryu4o42eiNWR7fCgLiBbrtBT8BjYBj62XRWaFgrI9yvUZC0bIhUuYIzzL1RainzDMuXbKT_-ce4yj59ZToNkZwVNNIJsOKMvHSGpijvzQLFM8HoDAAD__w.oL7EuvqdNI897LQ8xYA5OxABY0HKVGn7gf7vD--ANLg',
47
47
 
48
48
  originalRequestURL: 'http://10.88.22.67:8080',
49
49
  EstateInfo: '{"estateId":"FAF029E8-EC28-4297-83CF-B8FFD826DB91","estateName":"AABBCC"}',