修改ico和cookies的token为Web-Token、检索一个输入框的布局、并添加轮播管理
This commit is contained in:
@ -133,7 +133,7 @@
|
||||
|
||||
<el-form v-if="status == -2">
|
||||
<p>您的高企认定门槛检查未通过,请点击返回重新填写!</p>
|
||||
<p>未通过项:</p>
|
||||
<p style="font-weight: bold">未通过项:</p>
|
||||
<p v-for="(item, index) in badSeason" :key="index">
|
||||
{{ index + 1 }}、{{ item }}
|
||||
</p>
|
||||
@ -233,12 +233,12 @@
|
||||
<el-form class="el_form_4" v-if="status == -3">
|
||||
<p>
|
||||
您的创新指标得分
|
||||
<span style="color: red; font-size: 22px; font-weight: 700">{{
|
||||
<span style="color: red; font-size: 27px; font-weight: 700">{{
|
||||
score
|
||||
}}</span>
|
||||
分,不符合高企认定条件!此评分为平台智能估算分,仅供参考,实际评分以政府实际打分为准!
|
||||
</p>
|
||||
<p>平台建议:</p>
|
||||
<p style="font-weight: bold">平台建议:</p>
|
||||
<p v-for="(item, index) in badSeason1" :key="index">
|
||||
{{ index + 1 }}、{{ item }}
|
||||
</p>
|
||||
@ -250,7 +250,7 @@
|
||||
<el-form class="el_form_4" v-if="status == 4">
|
||||
<p>
|
||||
您的创新指标得分
|
||||
<span style="color: green; font-size: 22px; font-weight: 700">{{
|
||||
<span style="color: green; font-size: 27px; font-weight: 700">{{
|
||||
score
|
||||
}}</span>
|
||||
分,符合高企认定条件!此评分为平台智能估算分,仅供参考,实际评分以政府实际打分为准!
|
||||
|
Reference in New Issue
Block a user