|
@@ -1142,7 +1142,10 @@ TalentAllowanceInfoDlg.initCommonFileTable = function () {
|
|
return {css: {"word-break": "break-word", "white-space": "inherit"}}
|
|
return {css: {"word-break": "break-word", "white-space": "inherit"}}
|
|
},
|
|
},
|
|
columns: [
|
|
columns: [
|
|
- {title: '附件原名', field: 'originalName', visible: true, align: 'center', valign: 'middle', 'class': 'uitd_showTip', width: '70%', formatter: function (value, row, index) {
|
|
|
|
|
|
+ {title: '附件原名', field: 'originalName', visible: true, align: 'center', valign: 'middle', 'class': 'uitd_showTip', width: '60%', formatter: function (value, row, index) {
|
|
|
|
+ return value;
|
|
|
|
+ }},
|
|
|
|
+ {title: '附件类型', field: 'fileTypeName', visible: true, align: 'center', valign: 'middle', 'class': 'uitd_showTip', width: '20%', formatter: function (value, row, index) {
|
|
return value;
|
|
return value;
|
|
}},
|
|
}},
|
|
{title: '预览', field: 'url', visible: true, align: 'center', valign: 'middle', width: "20%",
|
|
{title: '预览', field: 'url', visible: true, align: 'center', valign: 'middle', width: "20%",
|
|
@@ -1159,11 +1162,6 @@ TalentAllowanceInfoDlg.initCommonFileTable = function () {
|
|
}
|
|
}
|
|
return imgStr;
|
|
return imgStr;
|
|
}
|
|
}
|
|
- },
|
|
|
|
- {title: '操作', field: 'url', visible: true, align: 'center', valign: 'middle', width: '10%',
|
|
|
|
- formatter: function (value, row, index) {
|
|
|
|
- return "";
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
],
|
|
],
|
|
onPostBody: function () {
|
|
onPostBody: function () {
|