Commit e0784b7f authored by jingnan's avatar jingnan 👀

Merge branch 'dev' of http://94.191.100.41/tfmom/tf-mom-web into dev

parents 0a16dd0d b15e72f7
...@@ -23,6 +23,15 @@ export default { ...@@ -23,6 +23,15 @@ export default {
return this.$route.fullPath return this.$route.fullPath
} }
}, },
watch: {
'$route'(route) {
// 缓存任务接收页面
if (route.name === 'DeeMesTaskReception') {
console.log(454554)
this.$store.dispatch('tagsView/addView', route)
}
}
},
methods: { methods: {
} }
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<span v-else>{{ scope.row.dxUserInfo.name }}</span> <span v-else>{{ scope.row.dxUserInfo.name }}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="workHour" label="工时分配(min)"> <el-table-column prop="workHour" label="工时分配(h)">
<template slot-scope="scope"> <template slot-scope="scope">
<span>{{ scope.row.workHour }} <span>{{ scope.row.workHour }}
</span> </span>
......
...@@ -10,7 +10,7 @@ import TaskReceiveCard from './components/taskReceiveCard/index' ...@@ -10,7 +10,7 @@ import TaskReceiveCard from './components/taskReceiveCard/index'
import TaskReceiveTable from './components/taskReceiveTable/index' import TaskReceiveTable from './components/taskReceiveTable/index'
export default { export default {
name: 'TaskReceive', name: 'DeeMesTaskReception',
components: { components: {
TaskReceiveCard, TaskReceiveCard,
TaskReceiveTable TaskReceiveTable
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment