Browse Source

[Fix][UI]Fix UI adaptation problem and semantic error (#6651)

* [Fix][UI]Fix UI adaptation Problem

* [Fix][UI]Fix semantic error
3.0.0/version-upgrade
zekai-li 3 years ago committed by GitHub
parent
commit
f5d8356dc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dolphinscheduler-ui/src/js/module/components/fileUpdate/fileChildReUpdate.vue
  2. 2
      dolphinscheduler-ui/src/js/module/components/nav/nav.vue

2
dolphinscheduler-ui/src/js/module/components/fileUpdate/fileChildReUpdate.vue

@ -18,7 +18,7 @@
<m-popup <m-popup
ref="popup" ref="popup"
:ok-text="$t('Upload')" :ok-text="$t('Upload')"
:nameText="$t('File Upload')" :nameText="$t('ReUpload File')"
@ok="_ok" @ok="_ok"
:disabled="progress === 0 ? false : true"> :disabled="progress === 0 ? false : true">
<template slot="content"> <template slot="content">

2
dolphinscheduler-ui/src/js/module/components/nav/nav.vue

@ -117,7 +117,7 @@
</router-link> </router-link>
<router-link :to="{ path: '/projects'}" tag="li" active-class="active"> <router-link :to="{ path: '/projects'}" tag="li" active-class="active">
<em class="el-icon-tickets"></em> <em class="el-icon-tickets"></em>
<span>{{$t('Project manage')}}</span> <span>{{$t('Project Manage')}}</span>
</router-link> </router-link>
<router-link :to="{ path: '/resource'}" tag="li" active-class="active"> <router-link :to="{ path: '/resource'}" tag="li" active-class="active">
<em class="el-icon-folder"></em> <em class="el-icon-folder"></em>

Loading…
Cancel
Save