Ver código fonte

新增组件及页面

liuqiwen 4 anos atrás
pai
commit
74bff54179
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      dgtis-ui/src/views/system/userInfoList/index.vue

+ 1 - 0
dgtis-ui/src/views/system/userInfoList/index.vue

@@ -33,6 +33,7 @@
                   <span v-if="scope.row.idcard && scope.row.idcard!=''">{{scope.row.idcard}}</span>
                   <span v-else-if="scope.row.passport && scope.row.passport!=''">{{scope.row.passport}}</span>
                   <span v-else-if="scope.row.dlicense && scope.row.dlicense!=''">{{scope.row.dlicense}}</span>
+                  <span v-else-if="scope.row.othernumber && scope.row.othernumber!=''">{{scope.row.othernumber}}</span>
                   <span v-else></span>
                 </template>
               </el-table-column>