|
|
@@ -70,7 +70,7 @@ export default defineComponent({
|
|
|
if (code === 'exposure_spot_details') {
|
|
|
// 现货明细
|
|
|
// 注册表头
|
|
|
- registerColumnDetail('table_pcweb_exposure_spotposition', []);
|
|
|
+ registerColumnDetail('table_pcweb_exposure_spotposition_detail', []);
|
|
|
} else {
|
|
|
console.error(`${lable}没有配置对应的code: ${code},`);
|
|
|
return;
|