This commit is contained in:
hayu 2025-12-01 18:38:12 +08:00
parent 09a5027109
commit 8f24d1b970
1 changed files with 3 additions and 7 deletions

View File

@ -112,8 +112,7 @@ function initTable() {
[
{
type: 'checkbox',
width: '4%',
fixed: 'left'
width: '3%'
},
{
width: '4%',
@ -133,7 +132,7 @@ function initTable() {
},
{
field: "type",
width: '10%',
width: '8%',
title: "领用类型",
unresize: true,
sort: true,
@ -153,7 +152,6 @@ function initTable() {
width: '10%',
title: "领用人",
unresize: true,
sort: true,
align: "center",
},
{
@ -161,12 +159,11 @@ function initTable() {
width: '6%',
title: "电话",
unresize: true,
sort: true,
align: "center",
},
{
field: "applyNum",
width: '8%',
width: '6%',
title: "领用数",
unresize: true,
sort: true,
@ -200,7 +197,6 @@ function initTable() {
title: "备注",
unresize: true,
align: "center",
sort: true,
templet: function (d) {
if (d.remark) {
if (d.remark.length > 60) {