|
@@ -143,7 +143,7 @@
|
|
|
</el-form-item>
|
|
|
</el-col>
|
|
|
</el-row>
|
|
|
- <div style="position: relative; height: 400px;margin-top: 20px;">
|
|
|
+ <div style="position: relative; margin-top: 20px;border:1px solid red">
|
|
|
<HcTable :column="tableColumn" :datas="processDataList">
|
|
|
<template #inspectProject="{ row }">
|
|
|
<hc-table-input v-model="row.inspectProject" type="textarea" :disabled="type === 'changeRow' || type === 'review' || type === 'view'" />
|
|
@@ -175,7 +175,7 @@
|
|
|
<el-image v-else style="width: 100px; height: 100px" :src="row.rectifyPdfUrl" />
|
|
|
</template>
|
|
|
<template #action="{ row, index }">
|
|
|
- <el-link type="danger" :disabled="type !== 'confirmChange'" @click="deleProcess(row, index)">删除</el-link>
|
|
|
+ <el-link type="danger" :disabled="type === 'view' || type === 'changeRow'" @click="deleProcess(row, index)">删除</el-link>
|
|
|
</template>
|
|
|
</HcTable>
|
|
|
</div>
|