Sfoglia il codice sorgente

1.任务添加用户名称

wuhp 1 anno fa
parent
commit
4c8c1a3af1
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      src/pages/quote/quote.vue

+ 4 - 0
src/pages/quote/quote.vue

@@ -270,6 +270,10 @@ const columns = [
 const columns1 = [
   // { title: "被保人姓名", dataIndex: "insureinfoName" },
   // { title: "被保人电话", dataIndex: "insureinfoMobile" },
+  {
+    title: "用户名称",
+    dataIndex: "userName",
+  },
 
   {
     title: "创建时间",