Parcourir la source

Merge branch 'master' of http://47.107.245.0:3000/xiongxing/kyj-yanglao-web-new

xiongxing il y a 5 jours
Parent
commit
50ff60dd24
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/system/little-tools/index.vue

+ 1 - 1
src/views/system/little-tools/index.vue

@@ -38,7 +38,7 @@ const cards = ref([
   { id: 0, title: '把入院账单设置成已缴费状态', content: '只操作本机构的,集团账号时不要操作' },
   { id: 1, title: '为长者增加月度费用', content: '只操作本机构的,集团账号时不要操作' },
   { id: 2, title: '为长者删除月度费用', content: '只操作本机构的,集团账号时不要操作' },
-  { id: 3, title: '各院档案及数据完整率', content: '各院档案及数据完整率' }
+  { id: 3, title: '统计院区档案上传情况', content: '所有院区的档案上传情况统计' },
 ])
 
 const handleExportStatistics = async () => {