国际化补充
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
3aa521229f
commit
9e1dbda53c
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div v-loading="loading" class="research_detal_wrapper">
|
<div v-loading="loading" class="research_detal_wrapper">
|
||||||
<div class="d_title">中心调研表</div>
|
<div class="d_title">{{ $t('trials:researchForm:title:question') }}</div>
|
||||||
<div class="d_content">
|
<div class="d_content">
|
||||||
|
|
||||||
<!-- 项目基本信息 -->
|
<!-- 项目基本信息 -->
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="research_login_m_content">
|
<div class="research_login_m_content">
|
||||||
<div class="title">中心调研表</div>
|
<div class="title">{{ $t('trials:researchForm:title:question') }}</div>
|
||||||
<el-form
|
<el-form
|
||||||
ref="loginForm"
|
ref="loginForm"
|
||||||
v-loading="loading"
|
v-loading="loading"
|
||||||
|
|
Loading…
Reference in New Issue