mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-12 01:58:00 +08:00
update
This commit is contained in:
@@ -67,14 +67,15 @@
|
||||
:min="1"
|
||||
oninput="if(value<1)value=''"
|
||||
>
|
||||
<template slot="suffix"> 号桩 </template>
|
||||
<template slot="suffix"> 号桩</template>
|
||||
<template slot="append">
|
||||
<el-button
|
||||
type="text"
|
||||
size="medium"
|
||||
circle
|
||||
@click="updateName"
|
||||
>保存</el-button
|
||||
>保存
|
||||
</el-button
|
||||
>
|
||||
</template>
|
||||
</el-input>
|
||||
@@ -218,7 +219,7 @@
|
||||
prop="instantPower"
|
||||
label="即时功率(kW)"
|
||||
/>
|
||||
<el-table-column prop="soc" label="SOC(°C)" align="center" />
|
||||
<el-table-column prop="soc" label="SOC(°C)" align="center"/>
|
||||
<el-table-column
|
||||
prop="equipmentOrderNum"
|
||||
label="设备订单号"
|
||||
@@ -285,6 +286,12 @@
|
||||
align="center"
|
||||
width="200"
|
||||
/>
|
||||
<el-table-column
|
||||
prop="frameTypeStr"
|
||||
label="帧类型名称"
|
||||
align="center"
|
||||
width="200"
|
||||
/>
|
||||
<el-table-column
|
||||
prop="description"
|
||||
label="描述"
|
||||
@@ -326,14 +333,14 @@ import {
|
||||
updateBasic,
|
||||
updatePileName,
|
||||
} from "@/api/pile/basic";
|
||||
import { queryConnectorListByParams } from "@/api/pile/connector";
|
||||
import {queryConnectorListByParams} from "@/api/pile/connector";
|
||||
// 二维码组件
|
||||
import VueQr from "vue-qr";
|
||||
import { remoteControlGroundLock } from "@/api/pile/pileRemote";
|
||||
import {remoteControlGroundLock} from "@/api/pile/pileRemote";
|
||||
import Template from "@/views/billing/template";
|
||||
|
||||
export default {
|
||||
components: { Template, VueQr, remoteUpgrade },
|
||||
components: {Template, VueQr, remoteUpgrade},
|
||||
name: "pile-detail",
|
||||
dicts: ["connector_status", "connector_type", "sim_supplier", "sim_operator"],
|
||||
data() {
|
||||
@@ -348,7 +355,7 @@ export default {
|
||||
connectorList: [],
|
||||
stationId: 1,
|
||||
// 充电桩详情 竖向 表格渲染的数据
|
||||
pileDetail: { url: "" },
|
||||
pileDetail: {url: ""},
|
||||
feedListLoading: false,
|
||||
qrWidth: 60,
|
||||
flag: true,
|
||||
@@ -389,7 +396,8 @@ export default {
|
||||
this.queryPileConnectorList();
|
||||
},
|
||||
mounted() {
|
||||
setTimeout(() => {}, 300);
|
||||
setTimeout(() => {
|
||||
}, 300);
|
||||
},
|
||||
methods: {
|
||||
// 遥控地锁
|
||||
@@ -532,6 +540,7 @@ export default {
|
||||
height: 80px;
|
||||
width: 80px;
|
||||
}
|
||||
|
||||
::v-deep .el-input-group--append .el-input__inner {
|
||||
// background-color: #fff;
|
||||
// border-color: #fff;
|
||||
@@ -539,16 +548,19 @@ export default {
|
||||
border-top-right-radius: 5px;
|
||||
border-bottom-right-radius: 5px;
|
||||
}
|
||||
|
||||
::v-deep .el-input-group__append,
|
||||
.el-input-group__prepend {
|
||||
background-color: #fff;
|
||||
border-color: #fff;
|
||||
color: #606266;
|
||||
}
|
||||
|
||||
::v-deep input::-webkit-outer-spin-button,
|
||||
::v-deep input::-webkit-inner-spin-button {
|
||||
-webkit-appearance: none !important;
|
||||
}
|
||||
|
||||
::v-deep input[type="number"] {
|
||||
-moz-appearance: textfield !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user