Browse Source

新增组件及页面

liuqiwen 3 years ago
parent
commit
6de1172e3d
1 changed files with 1 additions and 2 deletions
  1. 1 2
      dgtis-ui/src/views/system/userInfo/components/claim.vue

+ 1 - 2
dgtis-ui/src/views/system/userInfo/components/claim.vue

@@ -1,8 +1,7 @@
 <!--理赔-->
 <template>
   <div class="userInfoPanel mt10">
-<!--    <el-row class="userInfo" v-if="data && data.length > 0" v-for="(item,index) in data" :key="index">-->
-    <el-row class="userInfo" v-for="(item,index) in 3" :key="index">
+    <el-row class="userInfo" v-if="data && data.length > 0" v-for="(item,index) in data" :key="index">
       <el-col :span="12">
         <span class="name">立案号</span>
         <span class="value">{{item.crno}}</span>