Gustavo Zanatta 1 месяц назад
Родитель
Сommit
ac305329c4
1 измененных файлов с 0 добавлено и 8 удалено
  1. 0 8
      src/pages/provider/ProviderPage.vue

+ 0 - 8
src/pages/provider/ProviderPage.vue

@@ -38,14 +38,6 @@ const tableRef = useTemplateRef("tableRef");
 const { t } = useI18n();
 const { t } = useI18n();
 
 
 const columns = [
 const columns = [
-  {
-    name: "id",
-    label: "ID",
-    field: "id",
-    align: "left",
-    required: true,
-    sortable: true,
-  },
   {
   {
     name: "document",
     name: "document",
     label: t("provider.fields.document"),
     label: t("provider.fields.document"),