Commit d9321d45 authored by youjie's avatar youjie

使领馆签发为准

parent 76496717
...@@ -237,7 +237,7 @@ ...@@ -237,7 +237,7 @@
style="background: #26a69a1a" style="background: #26a69a1a"
size="sm" size="sm"
class="f12 rounded-borders text-secondary" class="f12 rounded-borders text-secondary"
:label="x.entryType==1?'单次':x.entryType==2?'多次':''" :label="x.entryType==1?'单次':x.entryType==2?'多次':x.entryType==3?'使领馆签发为准':''"
/> --> /> -->
<q-chip <q-chip
v-if="x.visaType" v-if="x.visaType"
......
...@@ -80,7 +80,9 @@ ...@@ -80,7 +80,9 @@
<div class="row q-pb-xs" v-if="dataList.EntryType"> <div class="row q-pb-xs" v-if="dataList.EntryType">
<span class="col-2 text-dark">入境次数</span> <span class="col-2 text-dark">入境次数</span>
<span class="col text-grey-7"> <span class="col text-grey-7">
{{ dataList.EntryType==1?'单次':dataList.EntryType==2?'多次':'' }} <template v-if="dataList.EntryType==1">单次</template>
<template v-if="dataList.EntryType==2">多次</template>
<template v-if="dataList.EntryType==3">使领馆签发为准</template>
</span> </span>
</div> </div>
<div class="row q-pb-xs" v-if="dataList.StayDays"> <div class="row q-pb-xs" v-if="dataList.StayDays">
......
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