Commit 795c6bc4 authored by 吴春's avatar 吴春

提交投诉判断

parent fd66d41e
......@@ -380,10 +380,11 @@
<p>{{ComplainInfo.Description}}</p>
</li>
</ul>
<template v-if="userInfo.SimpleEasy&&userInfo.SimpleEasy==1">
<ul>
<li style="height:auto;line-height: 20px;padding:5px 0;">
<div class="_addUpload_box _addUpload_box_btm clearfix" v-if="ComplainInfo.FileDataList.length>0">
<div class="_addUpload_box _addUpload_box_btm clearfix" v-if=" ComplainInfo.FileDataList.length>0">
<p>{{$t('objFill.fj')}}</p>
<template v-for="(file,fIndex) in ComplainInfo.FileDataList">
<div v-if="file.FileType==3">
......@@ -404,7 +405,7 @@
</div>
</li>
</ul>
</template>
</div>
<div class="CD_Conditions">
......
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