forked from integrated_whb/integrated_whb_vue
BUG优化
parent
45c87b896e
commit
c8e57d376e
|
@ -361,6 +361,7 @@ const { list: inspectionList } = useListData(
|
||||||
usePagination: false,
|
usePagination: false,
|
||||||
callbackFn: (list, resData) => {
|
callbackFn: (list, resData) => {
|
||||||
info.value = resData.pd;
|
info.value = resData.pd;
|
||||||
|
console.log("111", info.value);
|
||||||
if (resData.qianming && resData.qianming.length > 0) {
|
if (resData.qianming && resData.qianming.length > 0) {
|
||||||
qianming.value = VITE_FILE_URL + resData.qianming[0].FILEPATH;
|
qianming.value = VITE_FILE_URL + resData.qianming[0].FILEPATH;
|
||||||
}
|
}
|
||||||
|
|
|
@ -107,13 +107,6 @@
|
||||||
</span>
|
</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</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-table>
|
||||||
</layout-card>
|
</layout-card>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue