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