添加配置
This commit is contained in:
@@ -199,7 +199,7 @@
|
||||
已刻录{{ $filterSize(cd_list[0].use_size) }},共{{ $filterSize(cd_list[0].total_size) }}<span v-if="cd_list[0].burn_speed">,速度{{ cd_list[0].burn_speed.toFixed(2) }}X</span>
|
||||
</div>
|
||||
</template>
|
||||
<div class="device_right_top_text">状态:{{ $store.state.chat.CDStatus[cd_list[0].cd_status] }}</div>
|
||||
<div class="device_right_top_text">状态:{{ $store.state.chat.CDStatus[cd_list[0].cd_status] }}<span v-if="cd_list[0].copy_scheduler&&cd_list[0].is_sim">(模拟刻录)</span></div>
|
||||
<div class="device_right_top_text">任务:{{ cd_list[0].cd_taskid && cd_list[0].copy_scheduler ? cd_list[0].cd_taskid : '' }}</div>
|
||||
<div class="device_right_top_text">光盘:{{ cd_list[0].cd_assid && cd_list[0].copy_scheduler ? cd_list[0].cd_assid : '' }}</div>
|
||||
</div>
|
||||
@@ -222,7 +222,7 @@
|
||||
已刻录{{ $filterSize(cd_list[1].use_size) }},共{{ $filterSize(cd_list[1].total_size) }}<span v-if="cd_list[1].burn_speed">,速度{{ cd_list[1].burn_speed.toFixed(2) }}X</span>
|
||||
</div>
|
||||
</template>
|
||||
<div class="device_right_top_text">状态:{{ $store.state.chat.CDStatus[cd_list[1].cd_status] }}</div>
|
||||
<div class="device_right_top_text">状态:{{ $store.state.chat.CDStatus[cd_list[1].cd_status] }}<span v-if="cd_list[0].copy_scheduler&&cd_list[0].is_sim">(模拟刻录)</span></div>
|
||||
<div class="device_right_top_text">任务:{{ cd_list[1].cd_taskid && cd_list[1].copy_scheduler ? cd_list[1].cd_taskid : '' }}</div>
|
||||
<div class="device_right_top_text">光盘:{{ cd_list[1].cd_assid && cd_list[1].copy_scheduler ? cd_list[1].cd_assid : '' }}</div>
|
||||
</div>
|
||||
@@ -1536,6 +1536,11 @@ $red: #ff0000;
|
||||
font-size: 16px;
|
||||
color: #666666;
|
||||
line-height: 30px;
|
||||
span {
|
||||
font-size: 14px;
|
||||
margin-left: 4px;
|
||||
color: #ff0000;
|
||||
}
|
||||
}
|
||||
.device_right_top_progress {
|
||||
height: 18px;
|
||||
|
||||
@@ -140,7 +140,7 @@ export default {
|
||||
moveList: [
|
||||
{
|
||||
id: 1,
|
||||
name: '校准打印机墨盒'
|
||||
name: '校准打印机'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
@@ -164,10 +164,10 @@ export default {
|
||||
id: 1,
|
||||
name: '手动设置光驱'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
name: '自动设置光驱'
|
||||
}
|
||||
// {
|
||||
// id: 2,
|
||||
// name: '自动设置光驱'
|
||||
// }
|
||||
],
|
||||
serviceList: [
|
||||
{
|
||||
@@ -258,10 +258,6 @@ export default {
|
||||
this.printer_info = { ...data }
|
||||
if (val.printer_name && val.printer_name === 'SE3') {
|
||||
this.moveList = [
|
||||
{
|
||||
id: 1,
|
||||
name: '校准打印机'
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
name: '校准光盘桶'
|
||||
@@ -293,13 +289,17 @@ export default {
|
||||
{
|
||||
id: 2,
|
||||
name: '清除错误'
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
name: '进入循环模式'
|
||||
}
|
||||
]
|
||||
} else {
|
||||
this.moveList = [
|
||||
{
|
||||
id: 1,
|
||||
name: '校准打印机墨盒'
|
||||
name: '校准打印机'
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
|
||||
Reference in New Issue
Block a user