forked from integrated_whb/integrated_whb_vue
BUG优化
parent
45c87b896e
commit
c8e57d376e
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue