|
|
|
|
@ -84,6 +84,18 @@ export default {
|
|
|
|
|
props={{ model: row._form }}
|
|
|
|
|
label-width="120px"
|
|
|
|
|
>
|
|
|
|
|
<el-form-item label="评价要点及评分规则">
|
|
|
|
|
<el-input
|
|
|
|
|
type="textarea"
|
|
|
|
|
autosize={{
|
|
|
|
|
minRows: 3,
|
|
|
|
|
}}
|
|
|
|
|
v-model={row._form.evaluation_main}
|
|
|
|
|
size="small"
|
|
|
|
|
placeholder="请输入评价要点及评分规则"
|
|
|
|
|
></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
|
|
|
|
|
<el-form-item label="实际完成值" required={true}>
|
|
|
|
|
<el-input
|
|
|
|
|
type="textarea"
|
|
|
|
|
@ -224,8 +236,8 @@ export default {
|
|
|
|
|
minWidth: 200,
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
label: "评价方式",
|
|
|
|
|
prop: "target.evaluation_way",
|
|
|
|
|
label: "建议上传佐证材料",
|
|
|
|
|
prop: "evaluation_way",
|
|
|
|
|
minWidth: 260,
|
|
|
|
|
align: "left"
|
|
|
|
|
},
|
|
|
|
|
@ -332,6 +344,7 @@ export default {
|
|
|
|
|
return {
|
|
|
|
|
_form: {
|
|
|
|
|
id: "",
|
|
|
|
|
evaluation_main: "",
|
|
|
|
|
socre: "",
|
|
|
|
|
result: "",
|
|
|
|
|
remark: "",
|
|
|
|
|
|