|
|
@@ -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 } })
|