|
@@ -58,7 +58,7 @@
|
|
</template>
|
|
</template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
-
|
|
|
|
|
|
+
|
|
<el-select
|
|
<el-select
|
|
style="width:300px;"
|
|
style="width:300px;"
|
|
v-model="value"
|
|
v-model="value"
|
|
@@ -362,9 +362,9 @@ export default {
|
|
ekey
|
|
ekey
|
|
}
|
|
}
|
|
|
|
|
|
-
|
|
|
|
|
|
+
|
|
this.left = window.event.clientX - 80
|
|
this.left = window.event.clientX - 80
|
|
- let Y = window.event.clientY -54
|
|
|
|
|
|
+ let Y = window.event.clientY -54
|
|
if (window.outerHeight - Y > 200) {
|
|
if (window.outerHeight - Y > 200) {
|
|
this.top = window.event.clientY - 80 +54
|
|
this.top = window.event.clientY - 80 +54
|
|
} else {
|
|
} else {
|
|
@@ -404,7 +404,7 @@ export default {
|
|
name:curTdEle.getAttribute("title")
|
|
name:curTdEle.getAttribute("title")
|
|
}]
|
|
}]
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
curTdEle.classList.add('select-td')
|
|
curTdEle.classList.add('select-td')
|
|
|
|
|
|
},
|
|
},
|
|
@@ -470,7 +470,14 @@ export default {
|
|
getInformation (a, b, c) {
|
|
getInformation (a, b, c) {
|
|
_that.getInformation2(a, b, c)
|
|
_that.getInformation2(a, b, c)
|
|
},
|
|
},
|
|
- getRegularExpression(){}
|
|
|
|
|
|
+ getRegularExpression(){},
|
|
|
|
+ formUploadSuccess(){},
|
|
|
|
+ formUploadExceed(){},
|
|
|
|
+ formUploadLoading(){},
|
|
|
|
+ delTableFormFile(){},
|
|
|
|
+ formUploadError(){},
|
|
|
|
+ uploadprogress(){},
|
|
|
|
+ formRemoteMethod(){},
|
|
}
|
|
}
|
|
})
|
|
})
|
|
var component = new MyComponent().$mount()
|
|
var component = new MyComponent().$mount()
|
|
@@ -495,7 +502,14 @@ export default {
|
|
getInformation (a, b, c) {
|
|
getInformation (a, b, c) {
|
|
_that.getInformation2(a, b, c)
|
|
_that.getInformation2(a, b, c)
|
|
},
|
|
},
|
|
- getRegularExpression(){}
|
|
|
|
|
|
+ getRegularExpression(){},
|
|
|
|
+ formUploadSuccess(){},
|
|
|
|
+ formUploadExceed(){},
|
|
|
|
+ formUploadLoading(){},
|
|
|
|
+ delTableFormFile(){},
|
|
|
|
+ formUploadError(){},
|
|
|
|
+ uploadprogress(){},
|
|
|
|
+ formRemoteMethod(){},
|
|
}
|
|
}
|
|
})
|
|
})
|
|
var component = new MyComponent().$mount()
|
|
var component = new MyComponent().$mount()
|
|
@@ -654,7 +668,7 @@ export default {
|
|
// 返回上一页
|
|
// 返回上一页
|
|
toBack(){
|
|
toBack(){
|
|
// this.$router.go(-1);
|
|
// this.$router.go(-1);
|
|
-
|
|
|
|
|
|
+
|
|
this.$emit('hideDialog')
|
|
this.$emit('hideDialog')
|
|
},
|
|
},
|
|
|
|
|