Browse Source

优化

origin/sync_user
ZhaoTongYao 4 years ago
parent
commit
75ab54857a
  1. 2
      src/views/modules/epidemic/epidemicreportuserinfo-add-or-update.vue
  2. 2
      src/views/modules/epidemic/epidemicreportuserinfoDetail.vue

2
src/views/modules/epidemic/epidemicreportuserinfo-add-or-update.vue

@ -3,7 +3,7 @@
:title="!dataForm.id ? $t('add') : $t('update')"
:close-on-click-modal="false"
:close-on-press-escape="false"
width="80%"
width="1260px"
top="5vh">
<el-form class="userinfo-detail" v-loading="vueLoading"
element-loading-text="拼命加载中"

2
src/views/modules/epidemic/epidemicreportuserinfoDetail.vue

@ -3,7 +3,7 @@
title="查看"
:close-on-click-modal="false"
:close-on-press-escape="false"
width="80%"
width="1260px"
top="5vh">
<el-form class="userinfo-detail" v-loading="vueLoading"
element-loading-text="拼命加载中"

Loading…
Cancel
Save