update
This commit is contained in:
parent
fb65d61e11
commit
eee0bd34cc
@ -337,6 +337,10 @@ export default {
|
|||||||
"再登机器物联管理系统":"GetonAgain Machinery IoT System",
|
"再登机器物联管理系统":"GetonAgain Machinery IoT System",
|
||||||
"工业缝纫机": "Industrial sewing machine",
|
"工业缝纫机": "Industrial sewing machine",
|
||||||
"立切180双喷": "Vertical cutting plotter 180",
|
"立切180双喷": "Vertical cutting plotter 180",
|
||||||
|
"剪线次数": "Thread trimming",
|
||||||
|
"针数": "Stitches",
|
||||||
|
"压脚次数": "Presser foot times",
|
||||||
|
"能耗": "EC",
|
||||||
|
|
||||||
},
|
},
|
||||||
"default":{
|
"default":{
|
||||||
|
@ -335,6 +335,10 @@ export default {
|
|||||||
"冲缝一体机": "冲缝一体机",
|
"冲缝一体机": "冲缝一体机",
|
||||||
"再登机器物联管理系统": "再登机器物联管理系统",
|
"再登机器物联管理系统": "再登机器物联管理系统",
|
||||||
"工业缝纫机": "工业缝纫机",
|
"工业缝纫机": "工业缝纫机",
|
||||||
|
"剪线次数": "剪线次数",
|
||||||
|
"针数": "针数",
|
||||||
|
"压脚次数": "压脚次数",
|
||||||
|
"能耗": "能耗",
|
||||||
},
|
},
|
||||||
"default":{
|
"default":{
|
||||||
'年': '年',
|
'年': '年',
|
||||||
|
@ -35,7 +35,7 @@
|
|||||||
<el-image :src="gyfrjImg" fit="contain"></el-image>
|
<el-image :src="gyfrjImg" fit="contain"></el-image>
|
||||||
</div>
|
</div>
|
||||||
<div class="fill-box">
|
<div class="fill-box">
|
||||||
<v-chart class="chart-class-fill" :option="fill_option"></v-chart>
|
<v-chart class="chart-class-fill" :option="props.data?.option"></v-chart>
|
||||||
<data value="fill-title">{{ tLang('messages','能耗') }}(kW·h)</data>
|
<data value="fill-title">{{ tLang('messages','能耗') }}(kW·h)</data>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user