|
|
@ -42,7 +42,7 @@ const editSolution = () => { |
|
|
|
|
|
|
|
const delSolution = () => { |
|
|
|
if (!selectedList.value.length) { |
|
|
|
ElMessage.warning('请选择要编辑的数据') |
|
|
|
ElMessage.warning('请选择要删除的数据') |
|
|
|
return |
|
|
|
} |
|
|
|
ElMessageBox.confirm( |
|
|
@ -125,10 +125,10 @@ const closeDialog = () => { |
|
|
|
<el-table-column prop="updateTime" label="更新时间" /> |
|
|
|
</el-table> |
|
|
|
</div> |
|
|
|
<FtDialog v-model="visible" title="添加溶液" style="width:25vw; height:25vh"> |
|
|
|
<FtDialog v-model="visible" title="添加溶液" width="30%"> |
|
|
|
<div class="add-content"> |
|
|
|
<label>溶液名称:</label> |
|
|
|
<span><el-input v-model="name" style="width:200px" /></span> |
|
|
|
<span><el-input v-model="name" placeholder="溶液名称" style="width:200px" /></span> |
|
|
|
</div> |
|
|
|
<template #footer> |
|
|
|
<div class="footer"> |
|
|
|