style:申请记录查询
Showing
1 changed file
with
7 additions
and
11 deletions
... | @@ -108,21 +108,17 @@ export default { | ... | @@ -108,21 +108,17 @@ export default { |
108 | }, | 108 | }, |
109 | // 查看 | 109 | // 查看 |
110 | handleViewClick (scope) { | 110 | handleViewClick (scope) { |
111 | var sqcxBsm = scope.row.bsmSqcx; | 111 | this.$popupDialog("申请查询记录", "sqcx/sqcxjl/components/sqcxjlInfo", { |
112 | this.$popup("申请查询记录", "sqcx/sqcxjl/components/sqcxjlInfo", { | 112 | sqcxBsm: scope.row.bsmSqcx |
113 | height: 700, | ||
114 | formData: { | ||
115 | sqcxBsm: sqcxBsm, | ||
116 | } | ||
117 | }) | 113 | }) |
118 | }, | 114 | } |
119 | }, | 115 | } |
120 | }; | 116 | } |
121 | </script> | 117 | </script> |
122 | <style scoped lang="scss"> | 118 | <style scoped lang="scss"> |
119 | @import "~@/styles/public.scss"; | ||
120 | |||
123 | .marginbtm0 { | 121 | .marginbtm0 { |
124 | margin-bottom: 0 | 122 | margin-bottom: 0 |
125 | } | 123 | } |
126 | |||
127 | @import "~@/styles/public.scss"; | ||
128 | </style> | 124 | </style> | ... | ... |
-
Please register or sign in to post a comment