@dongkboy 4 месяцев назад
Родитель
Сommit
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}`