8bdcd50d by 任超

style;table

1 parent cd1e2c4c
...@@ -59,7 +59,7 @@ export default { ...@@ -59,7 +59,7 @@ export default {
59 }, 59 },
60 isRadio: { 60 isRadio: {
61 type: Boolean, 61 type: Boolean,
62 default: true, 62 default: false,
63 }, 63 },
64 border: { 64 border: {
65 type: Boolean, 65 type: Boolean,
......
...@@ -59,7 +59,7 @@ export default { ...@@ -59,7 +59,7 @@ export default {
59 }, 59 },
60 isRadio: { 60 isRadio: {
61 type: Boolean, 61 type: Boolean,
62 default: true, 62 default: false,
63 }, 63 },
64 border: { 64 border: {
65 type: Boolean, 65 type: Boolean,
......
...@@ -213,7 +213,7 @@ ...@@ -213,7 +213,7 @@
213 抵押人信息 213 抵押人信息
214 <div class="triangle"></div> 214 <div class="triangle"></div>
215 </div> 215 </div>
216 <InformationTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList" 216 <qlrCommonTable :tableData="ruleForm.ywrList" @upDateQlrxxList="upDateYwrxxList"
217 :viewtype="$route.query.viewtype" /> 217 :viewtype="$route.query.viewtype" />
218 218
219 <div class="slxx_title title-block"> 219 <div class="slxx_title title-block">
......