Commit 4fa126cf authored by liudong1993's avatar liudong1993

1

parent 967d821c
...@@ -555,7 +555,7 @@ ...@@ -555,7 +555,7 @@
<span class="people-item-title">签证助手:</span> <span class="people-item-title">签证助手:</span>
{{ item.VisaAssistantList && item.VisaAssistantList.map(item => item.Name).join(',') }} {{ item.VisaAssistantList && item.VisaAssistantList.map(item => item.Name).join(',') }}
</div> </div>
<div class="people-item"> <div class="people-item" v-if="!isVisa">
<span class="people-item-title">美工:</span> <span class="people-item-title">美工:</span>
{{ item.ArtDesigningIdList && item.ArtDesigningIdList.map(item => item.Name).join(',') }} {{ item.ArtDesigningIdList && item.ArtDesigningIdList.map(item => item.Name).join(',') }}
</div> </div>
...@@ -602,7 +602,7 @@ ...@@ -602,7 +602,7 @@
</el-option> </el-option>
</el-select> </el-select>
</div> </div>
<div style="margin-top: 10px"> <div v-if="!isVisa" style="margin-top: 10px">
<span style="width: 15%; display: inline-block">美工</span> <span style="width: 15%; display: inline-block">美工</span>
<el-select style="width: 80%" v-model="queryData.ArtDesigningIds" multiple filterable <el-select style="width: 80%" v-model="queryData.ArtDesigningIds" multiple filterable
:placeholder="$t('pub.pleaseSel')"> :placeholder="$t('pub.pleaseSel')">
......
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