fix : 添加征集详情

This commit is contained in:
2024-06-30 19:17:56 +08:00
parent e43213d9a7
commit fd3231db4d
11 changed files with 182 additions and 58 deletions

View File

@@ -10,10 +10,8 @@
</template>
<script setup lang="jsx">
import fvSelect from '@/fvcomponents/fvSelect/index.vue'
import {computed, ref} from "vue";
import {getBaseInfoApi} from "@/components/steps/api";
import {getResearchUser} from "@/api/expense-manage";
const route = useRoute()
const schema = computed(() => {
@@ -31,7 +29,21 @@ const schema = computed(() => {
colProps: {
span: 12
}
}
},
{
label: '征集描述',
prop: 'collectExplain',
colProps: {
span: 12
}
},
{
label: '所属公司',
prop: 'affiliatedCompany',
colProps: {
span: 12
}
},
]
})
const baseForm = ref()