Commit 5d7d182d authored by 王启林's avatar 王启林

排号机页面细节修改

Signed-off-by: 王启林's avatar王启林 <1940603613@qq.com>
parent 1333e894
This source diff could not be displayed because it is too large. You can view the blob instead.
<template>
<div class="businessModal" ref="businessModal">
<a-modal :title="modalInfo.title" width="400px" :visible="modalInfo.visible"
:confirmLoading="modalInfo.confirmLoading" @cancel="modalClose" :centered="true" :destroyOnClose="true"
:getContainer="() => $refs.businessModal">
<a-modal :title="modalInfo.title" :visible="modalInfo.visible" :confirmLoading="modalInfo.confirmLoading"
@cancel="modalClose" :centered="true" :destroyOnClose="true" :getContainer="() => $refs.businessModal">
<div class="content">
<h1>{{ title }}</h1>
<em v-if="dataList.matterlist">关联事项({{ dataList.matterlist.length }}</em>
......@@ -50,7 +49,7 @@ export default {
h1 {
font-size: 17px;
color: #139bfd;
padding: 20px;
padding: 0 20px 20px 20px;
}
em {
......@@ -64,10 +63,12 @@ export default {
p {
padding: 3px 20px;
font-size: 16px;
width: 500px;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
h4 {
......
......@@ -15,14 +15,14 @@
<span><i class="lable">所属部门:</i>{{ infoData.deptName || "--" }}</span>
<span><i class="lable">政治面貌:</i>{{ $codeMap.politicalStatus[infoData.politicalstatus] || "--" }}</span>
<span><i class="lable">电话:</i>{{ infoData.mobile || "--" }}</span>
<span><i class="lable">星级:</i>{{ infoData.starlevel +'' || "--" }} </span>
<span v-show="infoData.starlevel"><i class="lable">星级:</i>{{ infoData.starlevel + '' || "--" }} </span>
</div>
</div>
</div>
<h2>
<span>受理业务<br /><i>{{ infoData.slbusiness || "0" }}</i></span>
<span>评价次数<br /><i>{{ infoData.pjnum || "0" }}</i></span>
<span>好评率<br /><i>{{ infoData.hplv || "0" }}</i></span>
<span>好评率<br /><i>{{ infoData.hplv + '%' || "--" }}</i></span>
</h2>
</div>
<template slot="footer">
......@@ -72,6 +72,7 @@ export default {
width: 100px;
padding: 0 10px;
img {
max-height: 120px;
width: 100%;
......
......@@ -10,7 +10,7 @@
<span>{{ tableSelectedRows.length ? "导出" : "导出全部" }}</span>
</a-button>
<b
>号次数:<i>{{ tablePagination.total }}</i></b
>号次数:<i>{{ tablePagination.total }}</i></b
>
<sub>统计时间段:{{ searchForm.time[0] }}~{{ searchForm.time[1] }}</sub>
</div>
......
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