diff --git a/admin-hanhai-vue/src/views/system/LeaseOrderList.vue b/admin-hanhai-vue/src/views/system/LeaseOrderList.vue
index 8c4dd25..493bf18 100644
--- a/admin-hanhai-vue/src/views/system/LeaseOrderList.vue
+++ b/admin-hanhai-vue/src/views/system/LeaseOrderList.vue
@@ -122,12 +122,14 @@
-
+
-
+
@@ -258,12 +260,12 @@
align:"center",
dataIndex: 'title'
},
- {
- title:'商品图片',
- align:"center",
- dataIndex: 'pic',
- scopedSlots: {customRender: 'imgSlot'}
- },
+ // {
+ // title:'商品图片',
+ // align:"center",
+ // dataIndex: 'pic',
+ // scopedSlots: {customRender: 'imgSlot'}
+ // },
{
title:'客户姓名',
align:"center",
@@ -458,9 +460,9 @@
this.superFieldList = fieldList
},
handleSend(obj){
- this.$refs.modalForm2.edit(obj);
- this.$refs.modalForm2.title = "审核";
- this.$refs.modalForm2.disableSubmit = false;
+ this.$refs.modalForm3.edit(obj);
+ this.$refs.modalForm3.title = "发货";
+ this.$refs.modalForm3.disableSubmit = false;
console.log(obj)
},
searchQuery2() {
@@ -482,7 +484,7 @@
},
hideUserList(){
//this.rightcolval = 0
- this.selectedRowKeys1 = []
+ this.selectedRowKeys = []
},
handlePerssion(roleId){
this.$refs.modalUserRole.show(roleId);
diff --git a/admin-hanhai-vue/src/views/system/modules/TencentMapPicker.vue b/admin-hanhai-vue/src/views/system/modules/TencentMapPicker.vue
index eed6376..08f0808 100644
--- a/admin-hanhai-vue/src/views/system/modules/TencentMapPicker.vue
+++ b/admin-hanhai-vue/src/views/system/modules/TencentMapPicker.vue
@@ -1,18 +1,18 @@