@@ -22,7 +22,7 @@
<el-form-item>
<el-popconfirm title="确认更新数据?" @confirm="onSubmitOptimize">
<template #reference>
- <el-button type="primary">确认优化数据</el-button>
+ <el-button type="primary">提交</el-button>
</template>
</el-popconfirm>
</el-form-item>