个人中心单位输入框取消提示语
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;
|
||||
router.beforeEach(async (to, from, next) => {
|
||||
console.log(to, 'to')
|
||||
NProgress.start()
|
||||
Vue.prototype.$setOpenWindow();
|
||||
// 设置页面标题
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
:placeholder="$t('trials:trials-myinfo:form:givenname')"
|
||||
/>
|
||||
</el-form-item>
|
||||
<!-- 单位 -->
|
||||
<!-- 单位$t('trials:trials-myinfo:form:organization') -->
|
||||
<el-form-item
|
||||
:label="$t('trials:trials-myinfo:form:organization')"
|
||||
prop="OrganizationName"
|
||||
|
@ -45,7 +45,7 @@
|
|||
<el-input
|
||||
:disabled="user.IsZhiZhun"
|
||||
v-model="user.OrganizationName"
|
||||
:placeholder="$t('trials:trials-myinfo:form:organization')"
|
||||
placeholder=""
|
||||
/>
|
||||
</el-form-item>
|
||||
<!-- 部门 -->
|
||||
|
|
Loading…
Reference in New Issue