临界数据管理修改

This commit is contained in:
limengnan 2026-05-19 10:42:18 +08:00
parent 77c78026b8
commit 3fb54ce83f

View File

@ -377,10 +377,15 @@ function downloadFile(obj :any, name :any, suffix :any) {
{{ scope.row.size[item.key] }}
</template>
</el-table-column>
<!-- <el-table-column prop="diameter" label="等效直径" min-width="100"></el-table-column>
<el-table-column prop="height" label="等效高度" min-width="100"></el-table-column>
<el-table-column prop="fissileConcentration" label="核材料浓度" min-width="100"></el-table-column>
<el-table-column prop="isotopicAbundance" label="同位素丰度" min-width="100"></el-table-column> -->
<el-table-column prop="uConcentration" label="铀浓度g/L" min-width="130"></el-table-column>
<el-table-column prop="uEnrichment" label="铀富集度" min-width="100"></el-table-column>
<el-table-column prop="puConcentration" label="钚浓度g/L" min-width="130"></el-table-column>
<el-table-column prop="ePu238" label="PU-238占比" min-width="120"></el-table-column>
<el-table-column prop="ePu239" label="PU-239占比" min-width="120"></el-table-column>
<el-table-column prop="ePu240" label="PU-240占比" min-width="120"></el-table-column>
<el-table-column prop="ePu241" label="PU-241占比" min-width="120"></el-table-column>
<el-table-column prop="ePu242" label="PU-242占比" min-width="120"></el-table-column>
<el-table-column prop="keffValue" label="对应Keff值" min-width="100"></el-table-column>
<el-table-column prop="modifier" label="创建人" width="120"></el-table-column>
<el-table-column prop="createdAt" label="创建时间" width="200">
@ -424,7 +429,7 @@ function downloadFile(obj :any, name :any, suffix :any) {
<el-form-item label="铀浓度g/L" style="width: 100%;" >
<el-input-number
placeholder="请输入长度"
v-model="info.u_concentration"
v-model="info.uConcentration"
:min="0"
align="left"
:controls="false"
@ -514,12 +519,11 @@ function downloadFile(obj :any, name :any, suffix :any) {
</el-form-item>
<el-form-item label="同位素丰度" style="width: 100%;">
<!-- <el-form-item label="同位素丰度" style="width: 100%;">
<el-input v-model="info.isotopicAbundance" style="width: 100%" placeholder="请输入同位素丰度"
@input="handleNumberInput('isotopicAbundance')">
<!-- <template #append>m</template> -->
</el-input>
</el-form-item>
</el-form-item> -->
<el-form-item label="对应Kef值" style="width: 100%;">
<el-input v-model="info.keffValue" style="width: 100%" placeholder="请输入对应Kef值"
@input="handleNumberInput('keffValue')">