|
@@ -271,7 +271,7 @@
|
|
<i class="iconfont icon-canshu"></i>
|
|
<i class="iconfont icon-canshu"></i>
|
|
</span>
|
|
</span>
|
|
<span v-if="role == '1'" class="btn" @click="rebootFun(scope.row)" v-loading="scope.row.rebootLoading" title="Reboot">
|
|
<span v-if="role == '1'" class="btn" @click="rebootFun(scope.row)" v-loading="scope.row.rebootLoading" title="Reboot">
|
|
- <i class="iconfont icon-zhongqi"></i>
|
|
|
|
|
|
+ <i class="iconfont icon-restart"></i>
|
|
</span>
|
|
</span>
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
@@ -4961,7 +4961,7 @@
|
|
},
|
|
},
|
|
// 重启
|
|
// 重启
|
|
rebootFun(obj){
|
|
rebootFun(obj){
|
|
- this.$confirm('Restart the RTU module?','Prompt', {
|
|
|
|
|
|
+ this.$confirm('Reboot the RTU module?','Prompt', {
|
|
confirmButtonText: 'confirm',
|
|
confirmButtonText: 'confirm',
|
|
cancelButtonText: 'cancel',
|
|
cancelButtonText: 'cancel',
|
|
type: 'warning'
|
|
type: 'warning'
|
|
@@ -6571,6 +6571,10 @@
|
|
width: 100%;height: 100%;
|
|
width: 100%;height: 100%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ .icon-restart{
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ font-size: 0.9rem;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.status{
|
|
.status{
|
|
display: flex;align-items: center;justify-content: center;
|
|
display: flex;align-items: center;justify-content: center;
|