This commit is contained in:
limengnan 2026-05-26 17:16:02 +08:00
parent f3e0f2d2a8
commit 10ed4ba835

View File

@ -615,8 +615,8 @@ function downloadFile(obj :any, name :any, suffix :any) {
@input="handleNumberInput('isotopicAbundance')"> @input="handleNumberInput('isotopicAbundance')">
</el-input> </el-input>
</el-form-item> --> </el-form-item> -->
<el-form-item label="对应Kef值" style="width: 100%;" prop="keffValue"> <el-form-item label="对应Keff值" style="width: 100%;" prop="keffValue">
<el-input v-model="info.keffValue" style="width: 100%" placeholder="请输入对应Kef值" <el-input v-model="info.keffValue" style="width: 100%" placeholder="请输入对应Keff值"
@input="handleNumberInput('keffValue')"> @input="handleNumberInput('keffValue')">
<!-- <template #append>/s</template> --> <!-- <template #append>/s</template> -->
</el-input> </el-input>