style: 登记簿查询
Showing
2 changed files
with
4 additions
and
1 deletions
... | @@ -120,7 +120,7 @@ export function down (index, data) { | ... | @@ -120,7 +120,7 @@ export function down (index, data) { |
120 | */ | 120 | */ |
121 | export function getIdCardInfo (level) { | 121 | export function getIdCardInfo (level) { |
122 | const resultMap = { | 122 | const resultMap = { |
123 | A: '10 颗星', | 123 | A: '设备', |
124 | default: axios.post(Vue.prototype.BASE_API.IDCARDURL), | 124 | default: axios.post(Vue.prototype.BASE_API.IDCARDURL), |
125 | } | 125 | } |
126 | return resultMap[level] || resultMap.default | 126 | return resultMap[level] || resultMap.default | ... | ... |
... | @@ -94,10 +94,12 @@ class data extends filter { | ... | @@ -94,10 +94,12 @@ class data extends filter { |
94 | { | 94 | { |
95 | prop: "qlrmc", | 95 | prop: "qlrmc", |
96 | label: "权利人", | 96 | label: "权利人", |
97 | minWidth: '150', | ||
97 | }, | 98 | }, |
98 | { | 99 | { |
99 | prop: "ywrmc", | 100 | prop: "ywrmc", |
100 | label: "义务人", | 101 | label: "义务人", |
102 | minWidth: '150', | ||
101 | }, | 103 | }, |
102 | { | 104 | { |
103 | prop: "mjmc", | 105 | prop: "mjmc", |
... | @@ -127,6 +129,7 @@ class data extends filter { | ... | @@ -127,6 +129,7 @@ class data extends filter { |
127 | { | 129 | { |
128 | label: '操作', | 130 | label: '操作', |
129 | width: '130', | 131 | width: '130', |
132 | fixed: "right", | ||
130 | render: (h, scope) => { | 133 | render: (h, scope) => { |
131 | return ( | 134 | return ( |
132 | <div> | 135 | <div> | ... | ... |
-
Please register or sign in to post a comment