|
@@ -109,14 +109,7 @@
|
|
</el-select>
|
|
</el-select>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item label="PM:">
|
|
<el-form-item label="PM:">
|
|
- <over-click id="pm-select" :active.sync="activeClick.pm">
|
|
|
|
- <template slot="active">
|
|
|
|
- <search-people :value.sync="form_query.pm" :clearable="false" @change="changeArea" />
|
|
|
|
- </template>
|
|
|
|
- <template slot="overMouse">
|
|
|
|
- <span v-if="form_query.pm">{{ form_query.pm }}</span>
|
|
|
|
- </template>
|
|
|
|
- </over-click>
|
|
|
|
|
|
+ <search-people :value.sync="form_query.pm" :clearable="false" @change="changeArea" />
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-form>
|
|
</el-form>
|
|
<el-form :inline="true" :model="form_query" class="demo-form-inline" label-position="left" label-width="100px">
|
|
<el-form :inline="true" :model="form_query" class="demo-form-inline" label-position="left" label-width="100px">
|
|
@@ -431,7 +424,6 @@ import demand from '@/views/projectManage/components/demand.vue'
|
|
import record from '@/views/projectManage/components/record.vue'
|
|
import record from '@/views/projectManage/components/record.vue'
|
|
import timeLine from '@/views/projectManage/components/timeLine.vue'
|
|
import timeLine from '@/views/projectManage/components/timeLine.vue'
|
|
import ganntViews from './components/ganntViews'
|
|
import ganntViews from './components/ganntViews'
|
|
-import overClick from '@/components/click/overClick'
|
|
|
|
import '@/styles/PublicStyle/index.scss'
|
|
import '@/styles/PublicStyle/index.scss'
|
|
export default {
|
|
export default {
|
|
components: {
|
|
components: {
|
|
@@ -449,8 +441,7 @@ export default {
|
|
record,
|
|
record,
|
|
timeLine,
|
|
timeLine,
|
|
demand,
|
|
demand,
|
|
- ganntViews,
|
|
|
|
- overClick
|
|
|
|
|
|
+ ganntViews
|
|
},
|
|
},
|
|
filters: {
|
|
filters: {
|
|
ellipsis(value, num) {
|
|
ellipsis(value, num) {
|