miaofang
Showing
2 changed files
with
20 additions
and
20 deletions
... | @@ -113,22 +113,22 @@ export default { | ... | @@ -113,22 +113,22 @@ export default { |
113 | bsm: '' | 113 | bsm: '' |
114 | }, '85%') | 114 | }, '85%') |
115 | }, | 115 | }, |
116 | ywhClick (item) { | 116 | // ywhClick (item) { |
117 | const { href } = this.$router.resolve( | 117 | // const { href } = this.$router.resolve( |
118 | "/djbworkFrame?bdcdyid=" + | 118 | // "/djbworkFrame?bdcdyid=" + |
119 | item.bdcdyid+ | 119 | // item.bdcdyid+ |
120 | "&bdcdyh=" + | 120 | // "&bdcdyh=" + |
121 | item.bdcdyh+ | 121 | // item.bdcdyh+ |
122 | "&qllx="+ | 122 | // "&qllx="+ |
123 | item.qllx+ | 123 | // item.qllx+ |
124 | "&bsmQlxx="+ | 124 | // "&bsmQlxx="+ |
125 | item.bsmQlxx+ | 125 | // item.bsmQlxx+ |
126 | "&viewtype=1" | 126 | // "&viewtype=1" |
127 | ); | 127 | // ); |
128 | localStorage.setItem('ywbl', JSON.stringify(item)); | 128 | // localStorage.setItem('ywbl', JSON.stringify(item)); |
129 | window.open(href, `urlname${item.bdcdyid}`); | 129 | // window.open(href, `urlname${item.bdcdyid}`); |
130 | 130 | ||
131 | }, | 131 | // }, |
132 | } | 132 | } |
133 | } | 133 | } |
134 | </script> | 134 | </script> | ... | ... |
... | @@ -25,9 +25,9 @@ class data extends filter { | ... | @@ -25,9 +25,9 @@ class data extends filter { |
25 | { | 25 | { |
26 | label: "数据类型", | 26 | label: "数据类型", |
27 | width: '80', | 27 | width: '80', |
28 | render: (h, scope) => { | 28 | render: (h, scope) => { |
29 | return ( | 29 | return ( |
30 | <div> | 30 | <div> |
31 | <span v-show={scope.row.sjlx == 1} >系统数据</span> | 31 | <span v-show={scope.row.sjlx == 1} >系统数据</span> |
32 | <span v-show={scope.row.sjlx == 2} >存量数据</span> | 32 | <span v-show={scope.row.sjlx == 2} >存量数据</span> |
33 | <span v-show={scope.row.sjlx == 3} >补录数据</span> | 33 | <span v-show={scope.row.sjlx == 3} >补录数据</span> |
... | @@ -67,9 +67,9 @@ class data extends filter { | ... | @@ -67,9 +67,9 @@ class data extends filter { |
67 | prop: "ywh", | 67 | prop: "ywh", |
68 | label: "业务号", | 68 | label: "业务号", |
69 | width: '110', | 69 | width: '110', |
70 | render: (h, scope) => { | 70 | // render: (h, scope) => { |
71 | return <el-button type="text" onClick={() => { vm.ywhClick(scope.row) }}>{scope.row.ywh}</el-button> | 71 | // return <el-button type="text" onClick={() => { vm.ywhClick(scope.row) }}>{scope.row.ywh}</el-button> |
72 | } | 72 | // } |
73 | }, | 73 | }, |
74 | { | 74 | { |
75 | prop: "qllxmc", | 75 | prop: "qllxmc", | ... | ... |
-
Please register or sign in to post a comment