Commit 2f1626ec authored by youjie's avatar youjie

111

parent 05542621
......@@ -4,6 +4,7 @@
<img class="header-leftBj absolute z-index2" :src="backgroundImgBj2" />
<img class="header-leftImg" src="http://192.168.10.214:8130/Upload/NewTripFeature/headerLogoTwo.png" />
</div>
<div class="UpgradedVersion-header-right">
<div class="UpgradedVersion-header-title">
<vEditDiv :canEdit='canEdit' v-model="FeatureItem.dataObj.LineShortName"></vEditDiv>
......@@ -41,6 +42,13 @@
deep: false,
immediate: true
},
FeatureItem: {
handler(val,oldVal) {
},
deep: true,
immediate: true
}
},
mounted() {
......
......@@ -92,7 +92,7 @@
'FeatureItem',
],
data() {
return {
return {
canEdit: true,
canEdit1: true,
canEdit2: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment