Explorar el Código

修改重置提示

Lijy hace 3 semanas
padre
commit
38b16d99b7

+ 2 - 2
fhKeeper/formulahousekeeper/timesheet/src/views/corpreport/list.vue

@@ -4954,8 +4954,8 @@ export default {
     },
     // 重置工时
     resetWorkingHours() {
-      this.$confirm('确定重置工时吗?', '重置工时', {
-        confirmButtonText: '确定',
+      this.$confirm('重置工时将丢失人工修改数据,使用工时报工数据重新生成月度报表,确定重置吗?', '重置工时', {
+        confirmButtonText: '重置',
         cancelButtonText: '取消',
         type: 'warning'
       }).then(() => {