Commit 32459eae by huangdang

fix: 案件报表加涉案价值(saje)字段

parent c68a0481
...@@ -618,11 +618,15 @@ export default { ...@@ -618,11 +618,15 @@ export default {
// width: '100px' // width: '100px'
}, },
{ {
label: '网黑案件类别 ', label: '网黑案件类别',
prop: 'ajlbdmStr' prop: 'ajlbdmStr'
// width: '100px' // width: '100px'
}, },
{ {
label: '涉案金额',
prop: 'saje',
},
{
label: '案件类别', label: '案件类别',
prop: 'ajlbdmXzStr' prop: 'ajlbdmXzStr'
// width: '100px' // width: '100px'
...@@ -893,7 +897,7 @@ export default { ...@@ -893,7 +897,7 @@ export default {
// width: '100px' // width: '100px'
}, },
{ {
label: '网黑案件类别 ', label: '网黑案件类别',
prop: 'ajlbdmStr' prop: 'ajlbdmStr'
// width: '100px' // width: '100px'
}, },
......
...@@ -63,7 +63,7 @@ module.exports = { ...@@ -63,7 +63,7 @@ module.exports = {
// http://39.98.114.80:8081/tldxyr/getXyrList // http://39.98.114.80:8081/tldxyr/getXyrList
"/api": { "/api": {
// target: "http://192.168.0.107:8080/", //统一的请求头部每次修改都要重启才会生效 http://39.99.224.27:8006/ // target: "http://192.168.0.107:8080/", //统一的请求头部每次修改都要重启才会生效 http://39.99.224.27:8006/
target: "http://192.168.2.107:8081/", target: "http://39.99.155.173:8878/",
// target: "http://39.99.155.173:8878", // target: "http://39.99.155.173:8878",
ws: true, ws: true,
changeOrigin: true, changeOrigin: 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