Sfoglia il codice sorgente

协议管理-协议列表-增加协议ID序号显示

@dongkboy 2 settimane fa
parent
commit
a204465c39
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      src/views/quoteConfig/agreement/agreementIndex.vue

+ 3 - 0
src/views/quoteConfig/agreement/agreementIndex.vue

@@ -217,6 +217,9 @@ function findpage() {
   });
 }
 const columns = [
+   {
+    prop: "id", label: "ID", width: '220',
+  },
   {
     prop: "agreementCode", label: "协议编号", width: '120', component: "RouterLink",
     formatter: (row: any) => ({ name: 'AgreementDetails', query: { id: row.id } })