Commit e8301298 authored by 王启林's avatar 王启林

排队叫号样式细节修改

Signed-off-by: 王启林's avatar王启林 <1940603613@qq.com>
parent 0c5c8462
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
> >
<span <span
><i class="lable">叫号设备:</i ><i class="lable">叫号设备:</i
>{{ dataList.window_fromnum || "--" }}</span >{{ dataList.call_name || "--" }}</span
> >
</div> </div>
</div> </div>
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<em v-if="dataList.matterlist">关联事项({{ dataList.matterlist.length }}</em> <em v-if="dataList.matterlist">关联事项({{ dataList.matterlist.length }}</em>
<p> <p>
<template v-for="item in dataList.matterlist"> <template v-for="item in dataList.matterlist">
<p>{{ item }}</p> <p>* {{ item }}</p>
</template> </template>
</p> </p>
<h4> <h4>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment