From 339a64ee66f92408b8efd0926cf0bb88e00e5a0d Mon Sep 17 00:00:00 2001 From: weizhiqiang <598748873@qq.com> Date: Sun, 9 Jun 2024 11:55:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BE=9B=E5=BA=94=E5=95=86=E5=90=88?= =?UTF-8?q?=E5=90=8C=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../template/js/supplierContract/supplierContractList.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erp/src/main/resources/template/js/supplierContract/supplierContractList.js b/erp/src/main/resources/template/js/supplierContract/supplierContractList.js index 058313356..1aff7025a 100644 --- a/erp/src/main/resources/template/js/supplierContract/supplierContractList.js +++ b/erp/src/main/resources/template/js/supplierContract/supplierContractList.js @@ -33,10 +33,10 @@ layui.config({ limit: getLimit(), cols: [[ { title: systemLanguage["com.skyeye.serialNumber"][languageType], type: 'numbers', rowspan: '2' }, - { field: 'title', title: '合同名称', rowspan: '2', align: 'left', width: 300, templet: function (d) { + { field: 'title', title: '合同名称', rowspan: '2', align: 'left', width: 200, templet: function (d) { return '' + d.title + ''; }}, - { field: 'oddNumber', title: '合同编号', rowspan: '2', align: 'left', width: 120 }, + { field: 'oddNumber', title: '合同编号', rowspan: '2', align: 'left', width: 150 }, { field: 'price', title: '合同金额(元)', rowspan: '2', align: 'left', width: 120 }, { field: 'signingTime', title: '签约日期', rowspan: '2', align: 'center', width: 100 }, { colspan: '2', title: '来源单据信息', align: 'center' }, -- GitLab