|
|
|
@ -1336,8 +1336,9 @@ |
|
|
|
<el-dialog |
|
|
|
title="诊断函数设置" |
|
|
|
:visible.sync="diagnosisFunctionBox" |
|
|
|
width="50%" |
|
|
|
width="90%" |
|
|
|
:close-on-click-modal="false" |
|
|
|
fullscreen |
|
|
|
> |
|
|
|
<el-form label-width="110px"> |
|
|
|
<el-row> |
|
|
|
@ -1346,7 +1347,7 @@ |
|
|
|
<el-input |
|
|
|
type="textarea" |
|
|
|
v-model="diagnosisFunctionText" |
|
|
|
:autosize="{ minRows: 12, maxRows: 12 }" |
|
|
|
:autosize="{ minRows: 29, maxRows: 29 }" |
|
|
|
></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
@ -1372,6 +1373,7 @@ |
|
|
|
:visible.sync="calculationFunctionBox" |
|
|
|
width="50%" |
|
|
|
:close-on-click-modal="false" |
|
|
|
fullscreen |
|
|
|
> |
|
|
|
<el-form label-width="110px"> |
|
|
|
<el-row> |
|
|
|
@ -1380,7 +1382,7 @@ |
|
|
|
<el-input |
|
|
|
type="textarea" |
|
|
|
v-model="calculationFunctionText" |
|
|
|
:autosize="{ minRows: 12, maxRows: 12 }" |
|
|
|
:autosize="{ minRows: 29, maxRows: 29 }" |
|
|
|
></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-col> |
|
|
|
|