|
|
@@ -90,39 +90,41 @@
|
|
|
</div>
|
|
|
<div class="panel" style="margin-bottom:16px">
|
|
|
<div style="display: flex;justify-content: space-between">
|
|
|
- <img width="72" height="72" src="../../../assets/icons/projectRule.svg" alt="">
|
|
|
- <div style="margin-right: 30px">
|
|
|
- <div class="text-panel">
|
|
|
- <div class="explain-title">{{ $t('项目查重规则') }}</div>
|
|
|
- <div>
|
|
|
- <div class="explain-tips">
|
|
|
- <span>{{$t(`当前设置:`)}}</span>
|
|
|
- <span>{{$t(`排除文字:`)}}</span>
|
|
|
- <span v-for="(item,index) in projectnameexcludefields">
|
|
|
+ <div style="display: flex;justify-content: left">
|
|
|
+ <img width="72" height="72" src="../../../assets/icons/projectRule.svg" alt="" >
|
|
|
+ <div style="margin-right: 30px;">
|
|
|
+ <div class="text-panel">
|
|
|
+ <div class="explain-title">{{ $t('项目查重规则') }}</div>
|
|
|
+ <div>
|
|
|
+ <div class="explain-tips">
|
|
|
+ <span>{{$t(`当前设置:`)}}</span>
|
|
|
+ <span>{{$t(`排除文字:`)}}</span>
|
|
|
+ <span v-for="(item,index) in projectnameexcludefields">
|
|
|
<span v-if="index === projectnameexcludefields.length -1">{{$t(item)}}</span>
|
|
|
<span v-else>{{item + '、'}}</span>
|
|
|
</span>
|
|
|
- ,{{ $t('第一层') }}
|
|
|
- <span v-for="(item,index) in projectRule.fields1">
|
|
|
+ ,{{ $t('第一层') }}
|
|
|
+ <span v-for="(item,index) in projectRule.fields1">
|
|
|
<span v-if="index === projectRule.fields1.length -1">{{$t(item)}}</span>
|
|
|
<span v-else>{{item + ','}}</span>
|
|
|
</span>
|
|
|
- ,{{ $t('第二层') }}
|
|
|
- <span v-for="(item,index) in projectRule.fields2">
|
|
|
+ ,{{ $t('第二层') }}
|
|
|
+ <span v-for="(item,index) in projectRule.fields2">
|
|
|
<span v-if="index === projectRule.fields2.length -1">{{$t(item)}}</span>
|
|
|
<span v-else>{{item + ','}}</span>
|
|
|
</span>
|
|
|
- ,{{ $t('第三层') }}
|
|
|
- <span v-for="(item,index) in projectRule.fields3">
|
|
|
+ ,{{ $t('第三层') }}
|
|
|
+ <span v-for="(item,index) in projectRule.fields3">
|
|
|
<span v-if="index === projectRule.fields3.length -1">{{$t(item)}}</span>
|
|
|
<span v-else>{{item + ','}}</span>
|
|
|
</span>
|
|
|
- ,{{ $t('保护期') }}:<span>{{projectprotectionperiod}}</span>
|
|
|
+ ,{{ $t('保护期') }}:<span>{{projectprotectionperiod}}</span>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <projectCheckRule v-if="tool.checkAuth($route.name,'projectCheckRule')" @queryRule="queryRule"></projectCheckRule>
|
|
|
+ <projectCheckRule v-if="tool.checkAuth($route.name,'projectCheckRule')" @queryRule="queryRule"></projectCheckRule>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="panel" style="margin-bottom:16px">
|