Merge branch 'main' of https://gitea.frp.extimaging.com/XCKJ/irc_web into main
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
639351c469
|
@ -4,7 +4,12 @@
|
||||||
{{ $t('system:retrospect:title:userFrom') }}
|
{{ $t('system:retrospect:title:userFrom') }}
|
||||||
</div>
|
</div>
|
||||||
<div class="userFrom">
|
<div class="userFrom">
|
||||||
<el-form size="mini" class="base-search-form">
|
<el-form
|
||||||
|
size="mini"
|
||||||
|
class="base-search-form"
|
||||||
|
label-position="right"
|
||||||
|
:label-width="isEN ? '130px' : '100px'"
|
||||||
|
>
|
||||||
<el-form-item :label="$t('system:retrospect:form:createType')">
|
<el-form-item :label="$t('system:retrospect:form:createType')">
|
||||||
<span>{{ $fd('UserCeateSource', otherInfo.UserCeateSource) }}</span>
|
<span>{{ $fd('UserCeateSource', otherInfo.UserCeateSource) }}</span>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
@ -437,6 +442,11 @@ export default {
|
||||||
this.getList()
|
this.getList()
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
computed: {
|
||||||
|
isEN() {
|
||||||
|
return this.$i18n.locale !== 'zh'
|
||||||
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
|
Loading…
Reference in New Issue