mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-22 17:26:43 +08:00
Merge branch 'dev' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into dev
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
<span v-if="caseDetail.caseType2" class="item">{{ caseDetail.caseType2 }}</span> -->
|
<span v-if="caseDetail.caseType2" class="item">{{ caseDetail.caseType2 }}</span> -->
|
||||||
</div>
|
</div>
|
||||||
<div class="case-summary"><span>{{ caseDetail.summary }}</span></div>
|
<div class="case-summary"><span>{{ caseDetail.summary }}</span></div>
|
||||||
<div class="label">
|
<div class="label" style="margin-top:10px">
|
||||||
<!-- <span style="margin-left:0px;" v-if="caseDetail.sysCreateTime">{{ caseDetail.sysCreateTime.substring(0,10) }}</span> -->
|
<!-- <span style="margin-left:0px;" v-if="caseDetail.sysCreateTime">{{ caseDetail.sysCreateTime.substring(0,10) }}</span> -->
|
||||||
<interactBar :data="caseDetail" :type="3" :comments="false" :shares="true"></interactBar>
|
<interactBar :data="caseDetail" :type="3" :comments="false" :shares="true"></interactBar>
|
||||||
</div>
|
</div>
|
||||||
@@ -342,7 +342,7 @@ export default {
|
|||||||
.postfixt-bot-box{
|
.postfixt-bot-box{
|
||||||
text-align: right;
|
text-align: right;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
border: 1px solid #eee;
|
// border: 1px solid #eee;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.el-card{
|
.el-card{
|
||||||
@@ -437,7 +437,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.jianjie {
|
.jianjie {
|
||||||
margin: 15px 0;
|
// margin: 15px 0;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
min-height: 300px;
|
min-height: 300px;
|
||||||
padding: 0px 0px 10px 0px;
|
padding: 0px 0px 10px 0px;
|
||||||
|
|||||||
@@ -103,7 +103,7 @@
|
|||||||
<!-- <router-link :to="'/case/detail?id='+item.id"> -->
|
<!-- <router-link :to="'/case/detail?id='+item.id"> -->
|
||||||
{{displayAll(item)}}
|
{{displayAll(item)}}
|
||||||
<!-- </router-link> -->
|
<!-- </router-link> -->
|
||||||
<span style="color:#588afc;cursor:pointer;" v-if="item.summary.length>190" @click.stop="changeIsAll(item)">
|
<span style="color:#588afc;cursor:pointer;" v-if="item.summary.length>180" @click.stop="changeIsAll(item)">
|
||||||
{{item.isAll?'收起':'展开'}}
|
{{item.isAll?'收起':'展开'}}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
@@ -212,7 +212,7 @@
|
|||||||
<div class="protocol-title">案例查阅及使用用户协议</div>
|
<div class="protocol-title">案例查阅及使用用户协议</div>
|
||||||
<div class="protocol-content">
|
<div class="protocol-content">
|
||||||
  本专区内案例为BOE各组织沉淀的通用案例、 组织案例、卓越绩效案例、管理案例、 职级晋升案例、企业文化案例等。 案例内容记录作者亲历的、真实的、已完成的、
|
  本专区内案例为BOE各组织沉淀的通用案例、 组织案例、卓越绩效案例、管理案例、 职级晋升案例、企业文化案例等。 案例内容记录作者亲历的、真实的、已完成的、
|
||||||
典型工作事件,提炼解决具体问题的心得、思路经验、方法等。 仅供BOE员工查询、学习、交流使用,未经允许不等以任何方式外传。
|
典型工作事件,提炼解决具体问题的心得、思路经验、方法等。 仅供BOE员工查询、学习、交流使用,未经允许不得以任何方式外传。
|
||||||
</div>
|
</div>
|
||||||
<span slot="footer" class="dialog-footer">
|
<span slot="footer" class="dialog-footer">
|
||||||
<el-checkbox label="我已阅读并同意。" @change="protocolCheck" style="float: left"></el-checkbox>
|
<el-checkbox label="我已阅读并同意。" @change="protocolCheck" style="float: left"></el-checkbox>
|
||||||
|
|||||||
Reference in New Issue
Block a user