BUG优化

dev
xiepeng 2024-07-08 18:00:07 +08:00
parent 45c87b896e
commit c8e57d376e
2 changed files with 1 additions and 7 deletions

View File

@ -361,6 +361,7 @@ const { list: inspectionList } = useListData(
usePagination: false,
callbackFn: (list, resData) => {
info.value = resData.pd;
console.log("111", info.value);
if (resData.qianming && resData.qianming.length > 0) {
qianming.value = VITE_FILE_URL + resData.qianming[0].FILEPATH;
}

View File

@ -107,13 +107,6 @@
</span>
</template>
</el-table-column>
<el-table-column label="操作" width="100">
<template #default="{ row }">
<el-button type="primary" text link @click="fnView(row)">
查看
</el-button>
</template>
</el-table-column>
</layout-table>
</layout-card>
</div>