优化文字,磁盘类型
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<div class="top_left_line"></div>
|
||||
</div>
|
||||
<div class="flex_box">
|
||||
<div v-if="printer_info.test_use" class="top_tip">您的试用期还剩{{printer_info.test_use}}天,请及时续费!</div>
|
||||
<div v-if="printer_info.test_use" class="top_tip">试用版 {{printer_info.test_use}}天,请及时续费!</div>
|
||||
<user-info></user-info>
|
||||
</div>
|
||||
</div>
|
||||
@@ -866,7 +866,7 @@ export default {
|
||||
case 7:
|
||||
// 进入运输模式
|
||||
that
|
||||
.$confirm('请确保已经取掉左右光盘仓托架,再点击确定', '温馨提示', {
|
||||
.$confirm('请确保已经取掉左右光盘桶托架,再点击确定', '温馨提示', {
|
||||
confirmButtonText: '确定',
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning'
|
||||
@@ -1199,7 +1199,7 @@ $red: #ff0000;
|
||||
}
|
||||
.top_tip {
|
||||
font-size: 14px;
|
||||
color: #ff0000;
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
.content_body {
|
||||
|
||||
@@ -514,7 +514,7 @@ export default {
|
||||
case 3:
|
||||
// 进入运输模式
|
||||
that
|
||||
.$confirm('请确保已经取掉左右光盘仓托架,点击确定后设备将进入运输模式', '温馨提示', {
|
||||
.$confirm('请确保已经取掉左右光盘桶托架,点击确定后设备将进入运输模式', '温馨提示', {
|
||||
confirmButtonText: '确定',
|
||||
cancelButtonText: '取消',
|
||||
type: 'warning'
|
||||
|
||||
Reference in New Issue
Block a user