|
@@ -1103,8 +1103,8 @@ onMounted(() => {
|
|
|
</div>
|
|
|
<template #footer>
|
|
|
<span class="dialog-footer">
|
|
|
- <el-button @click="dialogVisible = false">取消</el-button>
|
|
|
- <el-button type="primary" @click="isROI? updateRowEvent(currentRow) : submit()">确认</el-button>
|
|
|
+ <el-button @click="dialogVisible = false">返回修改</el-button>
|
|
|
+ <el-button type="primary" @click="isROI? updateRowEvent(currentRow) : submit()">继续提交</el-button>
|
|
|
</span>
|
|
|
</template>
|
|
|
</el-dialog>
|