|
@@ -56,7 +56,7 @@
|
|
|
<el-tab-pane label="年度预算收入">
|
|
|
<HcTable :is-index="false" :column="tableColumn" :datas="incomeTable">
|
|
|
<template #projectId="{ row, index }">
|
|
|
- <el-select v-model="row.projectId">
|
|
|
+ <el-select v-model="row.projectId" style="width: 100%;">
|
|
|
<el-option v-for="item in projectData" :label="item.name" :value="item.id" />
|
|
|
</el-select>
|
|
|
</template>
|