Commit 292e7965 authored by 王玉鑫's avatar 王玉鑫

feat: 土地详情,招商方向修改

parent 73b5a15e
......@@ -94,7 +94,7 @@ const { open } = useJump();
/** 产业方向 */
const industryDirection = computed(() => {
return (
detail.value?.industryDirection?.map((i) => {
detail.value?.development.developmentInvestment?.map((i) => {
return { codeName: i };
}) || []
);
......
......@@ -406,7 +406,7 @@ const otherElement = computed(() => {
{
name: '非居民供暧单价',
value: heatingPrice,
unit: '元/',
unit: '元/',
},
{
name: '蒸汽单价',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment