|
|
@@ -35,7 +35,9 @@
|
|
|
<td>详细</td>
|
|
|
<td style="word-break: break-all;">
|
|
|
{{--<button v-if="mark == 'Y'" class="btn btn-sm btn-success ml-2" data-toggle="modal" data-target="#task">重新分发</button>--}}
|
|
|
- <div {{--v-else--}} v-html="detail"></div>
|
|
|
+ <div {{--v-else--}} v-html="detail">
|
|
|
+ @{{a}}
|
|
|
+ </div>
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
@@ -57,8 +59,9 @@
|
|
|
new Vue({
|
|
|
el:"#container",
|
|
|
data:{
|
|
|
+ a:333,
|
|
|
mark:"{{$log['exception_mark']}}",
|
|
|
- detail:"{{$log['description']}}".split('|'),
|
|
|
+ detail:"{{$log['description']}}",
|
|
|
},
|
|
|
});
|
|
|
</script>
|