| | |
| | | <template v-if="item.slotName === 'projectType'"> |
| | | <dict-tag :options="dict.type.sys_project_type" :value="scope.row.projectType"/> |
| | | </template> |
| | | <!-- projectSubType插槽 --> |
| | | <!-- attractInvestment插槽 --> |
| | | <template v-if="item.slotName === 'attractInvestment'"> |
| | | <dict-tag :options="dict.type.sys_project_type" :value="scope.row.attractInvestment"/> |
| | | <dict-tag :options="dict.type.attract_investment" :value="scope.row.attractInvestment"/> |
| | | </template> |
| | | <!-- constructionNature插槽 --> |
| | | <template v-if="item.slotName === 'constructionNature'"> |
| | |
| | | <template v-if="item.slotName === 'investType'"> |
| | | <dict-tag :options="dict.type.sys_investment_type" :value="scope.row.investType"/> |
| | | </template> |
| | | <!-- investType插槽 --> |
| | | <!-- importanceType插槽 --> |
| | | <template v-if="item.slotName === 'importanceType'"> |
| | | <dict-tag :options="dict.type.sys_key_categories" :value="scope.row.importanceType"/> |
| | | </template> |