|
|
@ -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" />
|
|
|
|