|
|
|
@ -135,11 +135,10 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
return (
|
|
|
|
return (
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<el-input type="textarea" readonly={!!(row.target && row.target.is_fixed)} autosize={{ minRows: 1, maxRows: 3 }} vModel={row.evaluation_way}>
|
|
|
|
<el-input type="textarea" autosize={{ minRows: 1, maxRows: 3 }} vModel={row.evaluation_way}>
|
|
|
|
</el-input>
|
|
|
|
</el-input>
|
|
|
|
<el-button style="float: right;margin-top: 4px;"
|
|
|
|
<el-button style="float: right;margin-top: 4px;"
|
|
|
|
size="small"
|
|
|
|
size="small"
|
|
|
|
disabled={!!(row.target && row.target.is_fixed)}
|
|
|
|
|
|
|
|
type="primary"
|
|
|
|
type="primary"
|
|
|
|
icon="el-icon-edit"
|
|
|
|
icon="el-icon-edit"
|
|
|
|
on={{
|
|
|
|
on={{
|
|
|
|
|