Преглед изворни кода

出单账号加时间展示

@dongkboy пре 4 месеци
родитељ
комит
4144d25f9c
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      src/views/quoteConfig/agreement/components/orderAccount.vue

+ 3 - 0
src/views/quoteConfig/agreement/components/orderAccount.vue

@@ -64,6 +64,9 @@ const tableData = ref([
 ]);
 const loding = ref(false);
 const columns = [
+  {
+    prop: "createTime", label: "创建时间", align: 'left',
+  },
   {
     prop: "username", label: "账号信息", align: 'left', formatter: (row: any) => {
       return `用户名:${row.username}\n简称:${row.userAbbr}`