Commit 82cf6ae6 authored by 姬鋆屾's avatar 姬鋆屾

提交

parent 958ccc1b
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
<div class="n" style="margin-top: 10px;color: #409eff;"> <div class="n" style="margin-top: 10px;color: #409eff;">
{{ form.totalScore }} {{ form.totalScore }}
</div> </div>
<div class="m">{{ form.month }}月得分</div> <div class="m">{{ form.month }}绩效得分</div>
<div class="m" style="color: #aaa;"> <div class="m" style="color: #aaa;">
绩效分数更新时间:{{ momentVal(form.updateTime) }} 绩效分数更新时间:{{ momentVal(form.updateTime) }}
</div> </div>
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
<div class="dialog_box" v-else style="margin-top: 20px;"> <div class="dialog_box" v-else style="margin-top: 20px;">
<el-form ref="form" :model="form" :rules="rules" label-width="120px"> <el-form ref="form" :model="form" :rules="rules" label-width="120px">
<el-row v-if="form.label == '备注1'"> <el-row v-if="form.label == '备注1'">
<el-col :span="2"> <el-col :span="2" style="width: 5.3333%;">
<div style="text-align: right;">备注:</div></el-col <div style="text-align: right;">备注:</div></el-col
> >
<el-col :span="22"> <el-col :span="22">
...@@ -97,9 +97,7 @@ ...@@ -97,9 +97,7 @@
</el-row> </el-row>
<el-row v-if="form.label == '备注2'"> <el-row v-if="form.label == '备注2'">
<el-col :span="2"> <el-col :span="2" style="width: 5.3333%;"> <div>备注:</div></el-col>
<div style="text-align: right;">备注:</div></el-col
>
<el-col :span="22"> <el-col :span="22">
<template v-if="typeof form.remarkAdd != 'string'"> <template v-if="typeof form.remarkAdd != 'string'">
<div <div
...@@ -154,10 +152,14 @@ ...@@ -154,10 +152,14 @@
style="display: flex;align-items: center;" style="display: flex;align-items: center;"
> >
<el-col :span="20"> <el-col :span="20">
<el-col :span="6" v-if="form.label == '备注2'"> <el-col :span="4" style="width: 15.7%;" v-if="form.label == '备注2'">
<div style="text-align: right;">当前累计加分:</div></el-col <div>当前累计加分:</div></el-col
>
<el-col
:span="1"
v-if="form.label == '备注2'"
style="text-align: left;"
> >
<el-col :span="1" v-if="form.label == '备注2'">
<span style="color:#F56C6C;font-weight: 600;"> <span style="color:#F56C6C;font-weight: 600;">
{{ form.addTotalScore ? form.addTotalScore : 0 }} {{ form.addTotalScore ? form.addTotalScore : 0 }}
</span> </span>
......
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