Commit 5e232e92 authored by 吴春's avatar 吴春

1

parent 5ced60ef
......@@ -829,6 +829,18 @@
item.VisaOPName === "" ? "未设置" : item.VisaOPName
}}</i>
</p> -->
<p>
<span>签证OP</span>
<span class="TCL-redType"> {{item.VisaOPName}}</span>
</p>
<template v-if="item.VisaAssistantList&&item.VisaAssistantList.length>0">
<p >
<span> 签证助理OP</span>
<template v-for="(subItem,subIndex) in item.VisaAssistantList">
<span :key="subIndex" style="padding-right:3px;">{{subItem}}</span>
</template>
</p>
</template>
<p style="color:red;">
<span>{{ $t("visa.v_sqtime") }}</span><i>{{
item.SendVisaTime === "" ? "未设置" : item.SendVisaTime
......
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