diff --git a/AMESCoreStudio.Web/Views/SPC/SPC005C.cshtml b/AMESCoreStudio.Web/Views/SPC/SPC005C.cshtml index 82769dc8..a24f8ec4 100644 --- a/AMESCoreStudio.Web/Views/SPC/SPC005C.cshtml +++ b/AMESCoreStudio.Web/Views/SPC/SPC005C.cshtml @@ -553,7 +553,7 @@ cols: [[ { field: 'inspectionItemID', width: 50, title: '#', }, { field: 'inspectionItemName', title: '項目', align: 'left' }, - { field: 'inspectionItemValue', width: 80, title: '標準值', align: 'left' }, + { field: 'inspectionItemValue', width: 100, title: '標準值', align: 'left' }, { field: 'inspectionResult', title: '稽核結果', width: 100, align: "left", templet: '#selectResult' }, { field: 'line', title: '線別', width: 100, align: "left", templet: '#selectLine', style: 'display:none' }, { field: 'station', title: '站別', width: 100, align: "left", templet: '#selectStation', style: 'display:none' }, @@ -718,7 +718,7 @@ } }, error: function (result) { - alert(`呼叫API失敗`); + alert('呼叫API失敗'); } }); } diff --git a/AMESCoreStudio.Web/Views/SPC/SPC005U.cshtml b/AMESCoreStudio.Web/Views/SPC/SPC005U.cshtml index 0635a7fd..71dd54dd 100644 --- a/AMESCoreStudio.Web/Views/SPC/SPC005U.cshtml +++ b/AMESCoreStudio.Web/Views/SPC/SPC005U.cshtml @@ -16,11 +16,12 @@ margin-left: -10px; margin-right: -10px; } + .layui-table-cell { - height:auto; - overflow:visible; - text-overflow:inherit; - white-space:normal + height: auto; + overflow: visible; + text-overflow: inherit; + white-space: normal }
@@ -146,7 +147,7 @@ @*備註*@ @*線別*@ @*插件位置*@ @*缺失單位*@ *@ - + }