\r\n \r\n this.$options.filters.DateShort(e),\r\n },\r\n { text: 'Вид', value: 'KindText' },\r\n { text: 'Код', value: 'ViolationCode' },\r\n { text: 'Наименование', value: 'Name' },\r\n {\r\n text: 'Неоплата',\r\n value: 'NonPaymentValue',\r\n align: 'center',\r\n dataType: 'string',\r\n displayText: (e) => this.$options.filters.numberSplit(e),\r\n },\r\n {\r\n text: 'Штрафы',\r\n value: 'FineValue',\r\n align: 'center',\r\n dataType: 'string',\r\n displayText: (e) => this.$options.filters.numberSplit(e),\r\n },\r\n ]\"\r\n hide-default-footer\r\n notShowSelect\r\n :exclude-settings-actions=\"['table', 'group']\"\r\n :sort-by=\"['ExpertiseDate']\"\r\n @click:row=\"$emit('input', $event)\"\r\n >\r\n \r\n {{ item.ExpertiseDate | DateShort }}\r\n \r\n \r\n {{ item.NonPaymentValue | numberSplit }}\r\n \r\n \r\n {{ item.FineValue | numberSplit }}\r\n \r\n \r\n
\r\n