Parcourir la source

修改项目编号

master
Klein Blue il y a 2 ans
Parent
révision
91a959da29
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5
    1
      src/components/waipan/EdtWaipan.vue

+ 5
- 1
src/components/waipan/EdtWaipan.vue Voir le fichier

@@ -551,7 +551,9 @@ export default {
this.rowIndex = row_index;
this.moneyedit = false;
this.dateselect = false;
this.top=event.pageY+ 20 +'px'
let layerY =40-event.layerY
console.log(layerY)
this.top=event.pageY+ layerY +'px'
this.Top=event.pageY +'px'
if (column.label == "金额") {
this.moneyedit = true;
@@ -833,6 +835,8 @@ export default {
z-index: 999;
margin-left: 0px;
max-height: 320px;
margin-left: -1px;
margin-top: -2px;
background: #fff;
}
.dtkShow {

Chargement…
Annuler
Enregistrer