Browse Source

Merge pull request #337 from millionfor/branch-1.0.2

edit home test
pull/2/head
millionfor 5 years ago committed by GitHub
parent
commit
298fc6f1d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      escheduler-ui/src/js/conf/home/pages/projects/pages/index/index.vue

2
escheduler-ui/src/js/conf/home/pages/projects/pages/index/index.vue

@ -1,5 +1,5 @@
<template>
<m-list-construction :title="$t('Project Home')">
<m-list-construction :title="searchParams.projectId ? $t('Project Home') : $t('Home')">
<template slot="content">
<div class="perject-home-content">
<div class="time-model">

Loading…
Cancel
Save