个人中心单位输入框取消提示语
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
7239974a25
commit
6c8014ac75
|
@ -23,7 +23,6 @@ Vue.prototype.$setOpenWindow = (openWindow) => {
|
||||||
// 时间格式化
|
// 时间格式化
|
||||||
Vue.prototype.$moment = moment;
|
Vue.prototype.$moment = moment;
|
||||||
router.beforeEach(async (to, from, next) => {
|
router.beforeEach(async (to, from, next) => {
|
||||||
console.log(to, 'to')
|
|
||||||
NProgress.start()
|
NProgress.start()
|
||||||
Vue.prototype.$setOpenWindow();
|
Vue.prototype.$setOpenWindow();
|
||||||
// 设置页面标题
|
// 设置页面标题
|
||||||
|
|
|
@ -37,7 +37,7 @@
|
||||||
:placeholder="$t('trials:trials-myinfo:form:givenname')"
|
:placeholder="$t('trials:trials-myinfo:form:givenname')"
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<!-- 单位 -->
|
<!-- 单位$t('trials:trials-myinfo:form:organization') -->
|
||||||
<el-form-item
|
<el-form-item
|
||||||
:label="$t('trials:trials-myinfo:form:organization')"
|
:label="$t('trials:trials-myinfo:form:organization')"
|
||||||
prop="OrganizationName"
|
prop="OrganizationName"
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
<el-input
|
<el-input
|
||||||
:disabled="user.IsZhiZhun"
|
:disabled="user.IsZhiZhun"
|
||||||
v-model="user.OrganizationName"
|
v-model="user.OrganizationName"
|
||||||
:placeholder="$t('trials:trials-myinfo:form:organization')"
|
placeholder=""
|
||||||
/>
|
/>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<!-- 部门 -->
|
<!-- 部门 -->
|
||||||
|
|
Loading…
Reference in New Issue