1
陈雯静
2024-03-11 c21b8113fc19b8e6f112cdb22d23751f1499f092
WebTM/views/基础资料/公用基础资料/Gy_WorkCenter.html
@@ -370,6 +370,13 @@
                                        case 'DateTime':
                                            col.push({ field: data[i].id, title: data[i].name, align: 'center', sort: true, templet: "<div>{{d." + data[i].name + " ==null ?'':layui.util.toDateString(d." + data[i].name + ", 'yyyy-MM-dd')}}</div>", width: 200 });
                                            break;
                                        case 'long':
                                        case 'Int32':
                                        case 'Int64':
                                        case 'double':
                                        case 'Decimal':
                                            col.push({ field: data[i].id, title: data[i].name, align: 'center', sort: true, width: 120, totalRow: true });
                                            break;
                                        default:
                                            col.push({ field: data[i].id, title: data[i].name, align: 'center', sort: true, width: 200 });
                                    }
@@ -386,6 +393,7 @@
                                , page: true
                                , limits: [50, 500, 5000, 50000]
                                , limit: 50
                                , totalRow: true
                                , cellMinWidth: 90
                                , done: function (res, curr, count) {
                                    soulTable.render(this);