瀏覽代碼

Merge branch 'test'

xinyan 6 月之前
父節點
當前提交
2bcb7c42a0
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/views/reportManage/dataCenter/normalDisplay/components/TableDataEntry.vue

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