mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-06-28 19:18:00 +08:00
Merge branch 'dev' of http://192.168.2.2:8099/jsowell/jsowell-charger-web into dev
This commit is contained in:
@@ -421,7 +421,6 @@ export default {
|
|||||||
let arr = this.dict.type.start_mode.find(
|
let arr = this.dict.type.start_mode.find(
|
||||||
(item) => item.value == mode
|
(item) => item.value == mode
|
||||||
);
|
);
|
||||||
console.log(arr,'arr');
|
|
||||||
if (arr == null) {
|
if (arr == null) {
|
||||||
return "一";
|
return "一";
|
||||||
} else {
|
} else {
|
||||||
@@ -697,9 +696,7 @@ export default {
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
::v-deep
|
::v-deep .el-descriptions--medium:not(.is-bordered) .el-descriptions-item__cell {
|
||||||
.el-descriptions--medium:not(.is-bordered)
|
|
||||||
.el-descriptions-item__cell {
|
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user