fix:洗棒车间看板文案微调
This commit is contained in:
parent
23dc249d1d
commit
0d730fad23
|
|
@ -17,8 +17,8 @@
|
|||
<div class="header-right">
|
||||
<!-- <span class="shift-badge">白班</span> -->
|
||||
<div class="user-badge">
|
||||
<div class="user-avatar">张</div>
|
||||
<span style="font-size:13px">张三</span>
|
||||
<div class="user-avatar">A</div>
|
||||
<span style="font-size:13px">admin</span>
|
||||
</div>
|
||||
</div>
|
||||
</header>
|
||||
|
|
@ -284,14 +284,14 @@ export default {
|
|||
],
|
||||
|
||||
persons: [
|
||||
{ name: '张三', val: 920, color: '#4fc3f7' },
|
||||
{ name: '李四', val: 796, color: '#ff6b6b' },
|
||||
{ name: '王五', val: 734, color: '#00e5ff' },
|
||||
{ name: '赵六', val: 661, color: '#ffc107' },
|
||||
{ name: '钱七', val: 594, color: '#bb86fc' },
|
||||
{ name: '孙八', val: 508, color: '#4fc3f7' },
|
||||
{ name: '周九', val: 438, color: '#ff6b6b' },
|
||||
{ name: '吴十', val: 360, color: '#69f0ae' },
|
||||
{ name: '郭香林', val: 920, color: '#4fc3f7' },
|
||||
{ name: '于浩洋', val: 796, color: '#ff6b6b' },
|
||||
{ name: '张明杰', val: 734, color: '#00e5ff' },
|
||||
{ name: '裴仁强', val: 661, color: '#ffc107' },
|
||||
{ name: '曾玉明', val: 594, color: '#bb86fc' },
|
||||
{ name: '朱凯', val: 508, color: '#4fc3f7' },
|
||||
{ name: '夏春立', val: 438, color: '#ff6b6b' },
|
||||
{ name: '李学文', val: 360, color: '#69f0ae' },
|
||||
],
|
||||
|
||||
equipments: [
|
||||
|
|
|
|||
|
|
@ -240,16 +240,16 @@ export default {
|
|||
],
|
||||
|
||||
persons: [
|
||||
{ name: '张三', val: 860, color: '#4fc3f7', av: '张' },
|
||||
{ name: '李四', val: 742, color: '#ff6b6b', av: '李' },
|
||||
{ name: '王五', val: 698, color: '#00e5ff', av: '王' },
|
||||
{ name: '赵六', val: 631, color: '#ffc107', av: '赵' },
|
||||
{ name: '钱七', val: 570, color: '#bb86fc', av: '钱' },
|
||||
{ name: '孙八', val: 488, color: '#4fc3f7', av: '孙' },
|
||||
{ name: '周九', val: 412, color: '#ff6b6b', av: '周' },
|
||||
{ name: '吴十', val: 344, color: '#69f0ae', av: '吴' },
|
||||
{ name: '郑十一', val: 295, color: '#ffc107', av: '郑' },
|
||||
{ name: '冯十二', val: 260, color: '#bb86fc', av: '冯' },
|
||||
{ name: '谭瑶', val: 860, color: '#4fc3f7', av: '谭' },
|
||||
{ name: '武月会', val: 742, color: '#ff6b6b', av: '武' },
|
||||
{ name: '赵凤云', val: 698, color: '#00e5ff', av: '赵' },
|
||||
{ name: '李占营', val: 631, color: '#ffc107', av: '李' },
|
||||
{ name: '陈新艳', val: 570, color: '#bb86fc', av: '陈' },
|
||||
{ name: '朱芳丽', val: 488, color: '#4fc3f7', av: '朱' },
|
||||
{ name: '陈圆', val: 412, color: '#ff6b6b', av: '陈' },
|
||||
{ name: '刘春亮', val: 344, color: '#69f0ae', av: '刘' },
|
||||
{ name: '朱晓兴', val: 295, color: '#ffc107', av: '朱' },
|
||||
{ name: '程雪佩', val: 260, color: '#bb86fc', av: '程' },
|
||||
],
|
||||
|
||||
equipments: [
|
||||
|
|
|
|||
Loading…
Reference in New Issue