xinyan 6 сар өмнө
parent
commit
2bcb7c42a0

+ 2 - 2
src/views/reportManage/dataCenter/normalDisplay/components/TableDataEntry.vue

@@ -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>