소스 검색

🐛 feat<报表管理>:数据录入编辑状态问题

xinyan 1 년 전
부모
커밋
b60d3372cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/reportManage/dataCenter/normalDisplay/components/TableDataEntry.vue

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

@@ -254,7 +254,7 @@ const gridOptions = reactive({
     trigger: 'manual',
     mode: 'row',
     showStatus: true,
-
+    autoClear: false,
   },
   day: {
     columns: dayColumns,