Commit 69f46866 by dupengfei

有标题栏的显示 修改关键词高亮bug 标识编辑框回显bug 新增笔录信息展示

parent 69e4658e
...@@ -240,7 +240,11 @@ export default { ...@@ -240,7 +240,11 @@ export default {
prop: "ajxlbStr", prop: "ajxlbStr",
width: "200", width: "200",
}, },
{
label: '简要案情',
prop: 'jyaq',
width: '220'
},
// { // {
// label: '案发地点', // label: '案发地点',
// prop: 'asjfsddDzmc', // prop: 'asjfsddDzmc',
...@@ -272,6 +276,7 @@ export default { ...@@ -272,6 +276,7 @@ export default {
width: "150", width: "150",
}, },
// { // {
// label: '案发开始时间', // label: '案发开始时间',
// prop: 'asjfssjAsjfskssj', // prop: 'asjfssjAsjfskssj',
......
...@@ -58,8 +58,8 @@ module.exports = { ...@@ -58,8 +58,8 @@ module.exports = {
}, },
proxy: { proxy: {
"/api": { "/api": {
target: "http://74.6.54.153:9025", //西藏: https://155.1.33.10:20010/ 海南:http://74.6.54.153:9025 阿里云: 39.99.155.173:9025 //target: "http://74.6.54.153:9025", //西藏: https://155.1.33.10:20010/ 海南:http://74.6.54.153:9025 阿里云: 39.99.155.173:9025
//target: "http://74.6.54.153:9025", target: "http://localhost:8762",
// ws: true, // ws: true,
changeOrigin: true, changeOrigin: true,
// secure: false, // secure: false,
......
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