From 2b177eea6ca44785a6116e91dbadbf7cf5ed2e15 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期一, 24 一月 2022 12:22:31 +0800 Subject: [PATCH] 提交 --- zhengcaioa/zhengcaioa/Views/DailyManagement/HoldPhone.cshtml | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/zhengcaioa/zhengcaioa/Views/DailyManagement/HoldPhone.cshtml b/zhengcaioa/zhengcaioa/Views/DailyManagement/HoldPhone.cshtml index 10d3b40..1178fec 100644 --- a/zhengcaioa/zhengcaioa/Views/DailyManagement/HoldPhone.cshtml +++ b/zhengcaioa/zhengcaioa/Views/DailyManagement/HoldPhone.cshtml @@ -10,13 +10,13 @@ dataCol = [ { label: 'id', name: 'Id', labtype: 'txt', hidden: true }, { - label: '鏉ョ數鏃堕棿', name: 'InTime', labtype: 'txt', width: 100, hidden: false, + label: '鏉ョ數鏃堕棿', name: 'InTime', labtype: 'txt', width: 80, hidden: false, formatter: function (cellvalue, options, rowObject) { return '<a href="javascript: void (0)" onclick="edit(\'' + rowObject.Id + '\');">' + new Date(cellvalue).Format("yyyy-MM-dd hh:mm") + '</a>'; } }, { - label: '鐢佃瘽绫诲瀷', name: 'LineType', labtype: 'txt', width: 100, hidden: false, + label: '鐢佃瘽绫诲瀷', name: 'LineType', labtype: 'txt', width: 50, hidden: false, formatter: function (cellvalue, options, rowObject) { let LType = JSON.parse(LineType); let value = ''; @@ -30,10 +30,10 @@ } }, { label: '鏉ョ數鍗曚綅', name: 'OrderId', labtype: 'txt', hidden: false, width: 200 }, - { label: '鐢佃瘽鍙风爜', name: 'Phone', labtype: 'txt', hidden: false, width: 100}, + { label: '鐢佃瘽鍙风爜', name: 'Phone', labtype: 'txt', hidden: false, width: 50}, { label: '鐢佃瘽鍐呭', name: 'Context', labtype: 'txt', hidden: false, width: 200}, { - label: '鍚堜綔鎰忓悜', name: 'Intention', labtype: 'txt', width: 100, hidden: false, + label: '鍚堜綔鎰忓悜', name: 'Intention', labtype: 'txt', width: 50, hidden: false, formatter: function (cellvalue, options, rowObject) { let it = JSON.parse(Intention); let value = ''; @@ -46,7 +46,7 @@ return value; } }, - { label: '鎺ョ數璇濅汉', name: 'UserId', labtype: 'txt', hidden: false, width: 100 }, + { label: '鎺ョ數璇濅汉', name: 'UserId', labtype: 'txt', hidden: false, width: 50 }, { label: '鎿嶄綔', name: 'RecStatus', align: "center", align: "center", sortable: false, width: 100, labtype: 'txt', -- Gitblit v1.9.1