From ccd1fb11351d4d6c7d79a5e278bde737c0806918 Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Tue, 21 Jan 2025 18:09:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E7=BB=93=E4=BF=A1=E6=81=AF=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/option/aftersales/vueTvemp.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/src/option/aftersales/vueTvemp.js b/src/option/aftersales/vueTvemp.js index 27fc7568..82cccefe 100644 --- a/src/option/aftersales/vueTvemp.js +++ b/src/option/aftersales/vueTvemp.js @@ -2951,6 +2951,17 @@ export const columnList6 = [ sortable: true, head: false, }, + { + prop: 'responsibleMoney', + label: '赔款总金额', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, { prop: 'indemnitorInfo', label: '受款方信息', @@ -2962,6 +2973,17 @@ export const columnList6 = [ sortable: true, head: false, }, + { + prop: 'indemnitorMoney', + label: '受款总金额', + type: 1, + values: '', + width: '150', + checkarr: [], + fixed: false, + sortable: true, + head: false, + }, { prop: 'reasonArbitration', label: '仲裁原因',