Commit 20571861 by pangchong

feat: 问题处理

parent aba7e9ef
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<up-cell title="机型" :value="details.acType || '-'" /> <up-cell title="机型" :value="details.acType || '-'" />
<up-cell title="航司" :value="details.acOwn || '-'" /> <up-cell title="航司" :value="details.acOwn || '-'" />
<up-cell title="航站" :value="baseStore.getTerminalObject[details.acTerminal] || '-'" /> <up-cell title="航站" :value="baseStore.getTerminalObject[details.acTerminal] || '-'" />
<up-cell title="专业" :value="getParamNameByValue('MajorCategory', details.majorClass)" /> <up-cell title="专业" :value="getParamNameByValue('MajorCategory', details.majorClass) || '-'" />
<up-cell title="ATA章节" :value="details.ataChapter || '-'" /> <up-cell title="ATA章节" :value="details.ataChapter || '-'" />
<up-cell title="故障标签" :value="details.faultTag || '-'" /> <up-cell title="故障标签" :value="details.faultTag || '-'" />
<up-cell title="故障代码" :value="details.faultCode || '-'" /> <up-cell title="故障代码" :value="details.faultCode || '-'" />
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<up-cell title="机型" :value="details.acType || '-'" /> <up-cell title="机型" :value="details.acType || '-'" />
<up-cell title="航司" :value="details.acOwn || '-'" /> <up-cell title="航司" :value="details.acOwn || '-'" />
<up-cell title="航站" :value="baseStore.getTerminalObject[details.acTerminal] || '-'" /> <up-cell title="航站" :value="baseStore.getTerminalObject[details.acTerminal] || '-'" />
<up-cell title="专业" :value="getParamNameByValue('MajorCategory', details.majorClass)" /> <up-cell title="专业" :value="getParamNameByValue('MajorCategory', details.majorClass) || '-'" />
<up-cell title="ATA章节" :value="details.ataChapter || '-'" /> <up-cell title="ATA章节" :value="details.ataChapter || '-'" />
<up-cell title="故障标签" :value="details.faultTag || '-'" /> <up-cell title="故障标签" :value="details.faultTag || '-'" />
<up-cell title="故障代码" :value="details.faultCode || '-'" /> <up-cell title="故障代码" :value="details.faultCode || '-'" />
......
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