Explorar el Código

提交修改

newStyle
douzhuo hace 1 año
padre
commit
51bb1ae8f4
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      src/views/Customer/label.vue
  2. +1
    -1
      src/views/Template/taboo.vue

+ 1
- 1
src/views/Customer/label.vue Ver fichero

@@ -615,7 +615,7 @@ export default {
answerList: [],
keyType: 2,
formatExpression: this.replaceFun(temp),// 问题表达式
originalExpression: temp,// html数据
original: temp,// html数据
showFormatExpression: text.innerText,
distance: this.form.distance // * 距离
}


+ 1
- 1
src/views/Template/taboo.vue Ver fichero

@@ -404,7 +404,7 @@ export default {
answerList: [],
keyType: 3,
formatExpression: this.replaceFun(temp),// 问题表达式
originalExpression: temp,// html数据
original: temp,// html数据
showFormatExpression: text.innerText,
distance: this.form.distance, // * 距离
desc: this.form.sceneDesc//场景描述


Cargando…
Cancelar
Guardar