style:已办箱
Showing
3 changed files
with
10 additions
and
15 deletions
| ... | @@ -150,12 +150,11 @@ export default { | ... | @@ -150,12 +150,11 @@ export default { |
| 150 | }); | 150 | }); |
| 151 | }, | 151 | }, |
| 152 | ywhClick (item) { | 152 | ywhClick (item) { |
| 153 | //const { href } = this.$router.resolve('/fqsq?bsmSlsq=' + item.bsmSlsq + '&bestepid=' + item.bestepid + '&bsmBusiness=' + '&viewtype=1'); | ||
| 154 | const { href } = this.$router.resolve('/workFrame?bsmSlsq=' + item.bsmSlsq + '&bestepid=' + item.bestepid + '&bsmBusiness=' + '&viewtype=1'); | 153 | const { href } = this.$router.resolve('/workFrame?bsmSlsq=' + item.bsmSlsq + '&bestepid=' + item.bestepid + '&bsmBusiness=' + '&viewtype=1'); |
| 155 | window.open(href, '_blank'); | 154 | window.open(href, '_blank'); |
| 156 | }, | 155 | } |
| 157 | }, | 156 | } |
| 158 | }; | 157 | } |
| 159 | </script> | 158 | </script> |
| 160 | <style scoped lang="scss"> | 159 | <style scoped lang="scss"> |
| 161 | @import "~@/styles/public.scss"; | 160 | @import "~@/styles/public.scss"; | ... | ... |
| ... | @@ -57,7 +57,7 @@ | ... | @@ -57,7 +57,7 @@ |
| 57 | import { mapGetters } from 'vuex' | 57 | import { mapGetters } from 'vuex' |
| 58 | import table from "@/utils/mixin/table"; | 58 | import table from "@/utils/mixin/table"; |
| 59 | import { datas, sendThis } from "./ybxdata"; | 59 | import { datas, sendThis } from "./ybxdata"; |
| 60 | import { searchTaskDone} from "@/api/ywbl.js" | 60 | import { searchTaskDone } from "@/api/ywbl.js" |
| 61 | export default { | 61 | export default { |
| 62 | name: "ybx", | 62 | name: "ybx", |
| 63 | components: {}, | 63 | components: {}, |
| ... | @@ -101,18 +101,18 @@ export default { | ... | @@ -101,18 +101,18 @@ export default { |
| 101 | this.tableData.data = records | 101 | this.tableData.data = records |
| 102 | } | 102 | } |
| 103 | }) | 103 | }) |
| 104 | }, | 104 | }, |
| 105 | queryClick () { | 105 | queryClick () { |
| 106 | this.fetchData() | 106 | this.fetchData() |
| 107 | }, | 107 | }, |
| 108 | handleSort (name, sort) { | 108 | handleSort (name, sort) { |
| 109 | console.log(name, sort); | 109 | console.log(name, sort); |
| 110 | }, | 110 | }, |
| 111 | openDialog (item) { | 111 | ywhClick (item) { |
| 112 | const { href } = this.$router.resolve('/fqsq?bsmSlsq=' + item.bsmSlsq + '&bestepid=' + item.bestepid + '&bsmBusiness=' + '&viewtype=2') | 112 | const { href } = this.$router.resolve('/workFrame?bsmSlsq=' + item.bsmSlsq + '&bestepid=' + item.bestepid + '&bsmBusiness=' + '&viewtype=1'); |
| 113 | window.open(href, '_blank'); | 113 | window.open(href, '_blank'); |
| 114 | }, | 114 | } |
| 115 | }, | 115 | } |
| 116 | }; | 116 | }; |
| 117 | </script> | 117 | </script> |
| 118 | <style scoped lang="scss"> | 118 | <style scoped lang="scss"> | ... | ... |
| ... | @@ -35,11 +35,7 @@ class data extends filter { | ... | @@ -35,11 +35,7 @@ class data extends filter { |
| 35 | { | 35 | { |
| 36 | label: "业务号", | 36 | label: "业务号", |
| 37 | render: (h, scope) => { | 37 | render: (h, scope) => { |
| 38 | return ( | 38 | return <el-button type="text" onClick={() => { vm.ywhClick(scope.row) }}>{scope.row.ywh}</el-button> |
| 39 | <div> | ||
| 40 | <el-link type="primary" onClick={() => { vm.openDialog(scope.row) }}>{scope.row.ywh}</el-link> | ||
| 41 | </div> | ||
| 42 | ) | ||
| 43 | } | 39 | } |
| 44 | }, | 40 | }, |
| 45 | { | 41 | { | ... | ... |
-
Please register or sign in to post a comment