Commit e8ecd20b authored by jingnan's avatar jingnan 👀

看板功能修改

parent 1cccad9e
......@@ -2882,8 +2882,9 @@ export default {
},
backRouter() {
this.$router.push({
name: 'ProductionKanban',
path: '/page/c9eeeae4-c82e-4a63-87eb-2be11da40969',
query: {
title: '总装集成看板',
model: this.$route.query.model,
sorties: this.$route.query.sorties
}
......
......@@ -80,7 +80,7 @@
item.userName
}}</span>
<span :title="item.examine | userNameFormatter">{{
item.examine.length ? item.examine[0] : ""
item.examine&&item.examine.length ? item.examine[0] : ""
}}</span>
<span>{{ item.completion }}</span>
</li>
......
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