Commit 6f8b6645 authored by jingnan's avatar jingnan 👀

MES-看板首页 执行中改成实施中

parent 61101a61
......@@ -196,7 +196,7 @@ export default {
)
},
{
name: '执行中',
name: '实施中',
type: 'bar',
tooltip: {
valueFormatter: function(value) {
......@@ -299,7 +299,7 @@ export default {
}
},
legend: {
data: ['未开工', '执行中', '已完工', '完工率'],
data: ['未开工', '实施中', '已完工', '完工率'],
bottom: 14
},
xAxis: [
......
......@@ -34,7 +34,7 @@ export default {
},
{
value: this.item.countNotOk,
name: '执行中' // 执行
name: '实施中' // 实施
}
]
this.$nextTick(() => {
......
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