Commit 0a1031d3 by 蒋勇

d

parent f5989605
...@@ -6,6 +6,7 @@ module.exports={ ...@@ -6,6 +6,7 @@ module.exports={
{"width":"80","label":"状态","prop":"transfer_status_name","isShowTip":true,"isTmpl":false}, {"width":"80","label":"状态","prop":"transfer_status_name","isShowTip":true,"isTmpl":false},
{"width":"100","label":"买方电话","prop":"mobile","isShowTip":true,"isTmpl":false}, {"width":"100","label":"买方电话","prop":"mobile","isShowTip":true,"isTmpl":false},
{"width":"100","label":"尼斯大类","prop":"ncl_one","isShowTip":true,"isTmpl":false}, {"width":"100","label":"尼斯大类","prop":"ncl_one","isShowTip":true,"isTmpl":false},
{"width":"100","label":"跟进记录","prop":"tracks","isShowTip":true,"isTmpl":true,"isOther2":true},
{"width":"null","label":"操作","name":"null","isShowTip":false,"isTmpl":true,"isBtns":true}, {"width":"null","label":"操作","name":"null","isShowTip":false,"isTmpl":true,"isBtns":true},
] ]
}, },
...@@ -44,6 +45,7 @@ module.exports={ ...@@ -44,6 +45,7 @@ module.exports={
{"icon":"el-icon-edit","title":"修改","type":"default","key":"edit","isInRow":true}, {"icon":"el-icon-edit","title":"修改","type":"default","key":"edit","isInRow":true},
{"icon":"el-icon-edit","title":"资料上传","type":"default","key":"upfiles","isInRow":true}, {"icon":"el-icon-edit","title":"资料上传","type":"default","key":"upfiles","isInRow":true},
{"icon":"el-icon-edit","title":"公证申请","type":"default","key":"notar","isInRow":true}, {"icon":"el-icon-edit","title":"公证申请","type":"default","key":"notar","isInRow":true},
{"icon":"el-icon-edit","title":"沟通跟进","type":"default","key":"tracks","isInRow":true},
], ],
"delete":[ "delete":[
// {"icon":"el-icon-remove","title":"删除","type":"default","key":"delete","isInRow":true}, // {"icon":"el-icon-remove","title":"删除","type":"default","key":"delete","isInRow":true},
......
var settings={ var settings={
redis:{ redis:{
host: "43.247.184.32", host: "59.110.125.77",
port: 8967, port: 30479,
password: "Gongsibao2018", password: "havzMSYc3aBZXOjpG3",
db:10, db:10,
}, },
database:{ database:{
......
...@@ -24,7 +24,7 @@ var settings = { ...@@ -24,7 +24,7 @@ var settings = {
port : process.env.NODE_PORT || 3003, port : process.env.NODE_PORT || 3003,
paasUrl:function(){ paasUrl:function(){
if(this.env=="dev"){ if(this.env=="dev"){
return "http://60.205.209.94:4001/"; return "http://p.apps.com:4001/";
}else { }else {
return "https://open.gongsibao.com/"; return "https://open.gongsibao.com/";
} }
......
...@@ -16,6 +16,9 @@ ...@@ -16,6 +16,9 @@
@rowclick="onRowClick" @rowclick="onRowClick"
@onDlgFormClick="onDlgFormClick" @onDlgFormClick="onDlgFormClick"
:validateformmethod="validateformmethod"> :validateformmethod="validateformmethod">
<template slot="other2" slot-scope="scope">
<a @mouseover="showdetail()">tracks.........</a>
</template>
</gsb-grid2> </gsb-grid2>
<el-dialog <el-dialog
title="上传资料" title="上传资料"
......
...@@ -69,9 +69,15 @@ ...@@ -69,9 +69,15 @@
console.log(this.$router); console.log(this.$router);
this.$router.push({ path: "/mynotarizationflow", query: { ali_bizid: row.ali_bizid } }); this.$router.push({ path: "/mynotarizationflow", query: { ali_bizid: row.ali_bizid } });
} }
if(key=="tracks"){
alert("tracks")
}
}, },
upsuccess(result){ upsuccess(result){
console.log(result); console.log(result);
},
showdetail(){
alert("track.......details")
} }
}, },
computed: Vuex.mapState({ computed: Vuex.mapState({
......
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