fix:检查结果接口提交

pg_adapter
wangxy 9 months ago
parent 3d019781e2
commit 237caea3fb

@ -75,7 +75,7 @@
style="width: 100%;margin-top: 25px;height: 90%;overflow: auto" style="width: 100%;margin-top: 25px;height: 90%;overflow: auto"
> >
<el-table-column <el-table-column
label="报告类型" label="检查项"
width="300" width="300"
align="center" align="center"
> >
@ -91,7 +91,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="报告内容" label="检查内容"
> >
<template v-slot="scope"> <template v-slot="scope">
<el-input v-model="scope.row.typeContent" type="textarea" /> <el-input v-model="scope.row.typeContent" type="textarea" />

@ -75,7 +75,7 @@
style="width: 100%;margin-top: 25px;height: 90%;overflow: auto" style="width: 100%;margin-top: 25px;height: 90%;overflow: auto"
> >
<el-table-column <el-table-column
label="报告类型" label="检查项"
width="300" width="300"
align="center" align="center"
> >
@ -91,7 +91,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="报告内容" label="检查内容"
> >
<template v-slot="scope"> <template v-slot="scope">
<el-input disabled v-model="scope.row.typeContent" type="textarea" /> <el-input disabled v-model="scope.row.typeContent" type="textarea" />

Loading…
Cancel
Save