| | |
| | | <el-table-column prop="contactPhone" show-overflow-tooltip label="需求联系人电话" /> |
| | | <el-table-column prop="contactEmail" show-overflow-tooltip label="需求邮箱" /> |
| | | <el-table-column prop="demandStatus" show-overflow-tooltip label="需求状态"> |
| | | <!-- <template v-slot="{ row }"> |
| | | <template v-slot="{ row }"> |
| | | {{ getDictLabel(row.demandStatus, dictObj.demandStatus) }} |
| | | </template> --> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="updateCycle" show-overflow-tooltip label="更新周期" /> |
| | | <el-table-column prop="applyBasis" show-overflow-tooltip label="申请依据" /> |
| | |
| | | |
| | | // 获取字典 |
| | | function getDictList() { |
| | | getDictionaryByCode('requirementType,sharedType,appSceneType').then(res => { |
| | | getDictionaryByCode('requirementType,sharedType,appSceneType,demandStatus').then(res => { |
| | | dictObj.value = res.data.data |
| | | }) |
| | | } |