稽查添加对话类型数据查看
continuous-integration/drone/push Build is passing Details

main
caiyiling 2024-05-23 16:01:54 +08:00
parent 97874be6e4
commit 4b1afb1edd
1 changed files with 4 additions and 0 deletions

View File

@ -446,6 +446,7 @@
alt=""
/>
</viewer>
<div v-else-if="scope.row.DataType === 'Dialog'" v-html="scope.row.oldValue"></div>
<span v-else>
{{ scope.row.oldValue }}
</span>
@ -537,6 +538,7 @@
/>
<!-- <img :src="scope.row.newValue" v-show="false" crossorigin="anonymous" alt="">-->
</viewer>
<div v-else-if="scope.row.DataType === 'Dialog'" v-html="scope.row.newValue"></div>
<span v-else>{{ scope.row.newValue }}</span>
</span>
</template>
@ -966,6 +968,7 @@
alt=""
/>
</viewer>
<div v-else-if="scope.row.DataType === 'Dialog'" v-html="scope.row.oldValue"></div>
<span v-else>
{{ scope.row.oldValue }}
</span>
@ -1063,6 +1066,7 @@
/>
<!-- <img :src="scope.row.newValue" v-show="false" crossorigin="anonymous" alt="">-->
</viewer>
<div v-else-if="scope.row.DataType === 'Dialog'" v-html="scope.row.newValue"></div>
<span v-else>{{ scope.row.newValue }}</span>
</span>
</template>