Commit 714b2144 authored by 姬鋆屾's avatar 姬鋆屾

修改绩效汇总绩效统计详细信息的弹出内部滚动样式及核查时间取值字段

parent 969ff9d1
<template>
<!-- 弹出框表单 -->
<el-dialog :title="title" :visible.sync="open" width="50%" append-to-body>
<el-dialog
:title="title"
:visible.sync="open"
width="50%"
height="300px"
append-to-body
>
<div class="userName">
<div class="user-left">
<div class="user-name">
......@@ -19,6 +25,7 @@
<div class="m">{{ form.month }}月得分</div>
</div>
</div>
<div class="dialog_box">
<div
class="userName user-t-item "
:class="{ t2: item.subAddType == 1, t1: item.subAddType == 2 }"
......@@ -44,7 +51,9 @@
>
</div>
<div class="user-info">
<span class="user-i">核查时间:{{ momentVal(item.checkTime) }}</span>
<span class="user-i"
>核查时间:{{ momentVal(item.updateTime) }}</span
>
</div>
<div class="user-info" v-if="item.auditStatus == 2">
<span class="user-i"
......@@ -60,6 +69,8 @@
</div>
</div>
</div>
</div>
<!-- <el-form ref="form" :model="form" :rules="rules" label-width="120px">
<el-row>
<Field label="人员id" prop="staffId" v-model="form.staffId" placeholder="请输入人员id" />
......@@ -286,4 +297,12 @@ export default {
color: rgba(27, 198, 167, 1);
}
}
/deep/.el-dialog__body {
height: 650px;
.dialog_box {
height: 85%;
overflow-y: auto;
}
}
</style>
......@@ -204,4 +204,8 @@ export default {
color: #409eff;
font-weight: 600;
}
::v-deep.el-dialog__wrapper {
overflow: hidden;
top: -50px;
}
</style>
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