浏览代码

奖罚金,附件列对齐方式调整

MaiXinRong 1 年之前
父节点
当前提交
37d5d1a527
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/public/js/se_bonus.js

+ 1 - 1
app/public/js/se_bonus.js

@@ -30,7 +30,7 @@ $(document).ready(() => {
             {title: '编号', colSpan: '1', rowSpan: '1', field: 'code', hAlign: 0, width: 150, formatter: '@', readOnly: isPre, },
             {title: '编号', colSpan: '1', rowSpan: '1', field: 'code', hAlign: 0, width: 150, formatter: '@', readOnly: isPre, },
             {title: '发文单位', colSpan: '1', rowSpan: '1', field: 'doc_co', hAlign: 0, width: 150, formatter: '@', readOnly: isPre},
             {title: '发文单位', colSpan: '1', rowSpan: '1', field: 'doc_co', hAlign: 0, width: 150, formatter: '@', readOnly: isPre},
             {
             {
-                title: '依据材料证明', colSpan: '1', rowSpan: '1', field: 'proof_file', hAlign: 1, width: 80, formatter: '@',
+                title: '依据材料证明', colSpan: '1', rowSpan: '1', field: 'proof_file', hAlign: 0, width: 80, formatter: '@',
                 readOnly: true, cellType: 'imageBtn', normalImg: '#rela-file-icon', hoverImg: '#rela-file-hover',
                 readOnly: true, cellType: 'imageBtn', normalImg: '#rela-file-icon', hoverImg: '#rela-file-hover',
                 getValue: function (data) {
                 getValue: function (data) {
                     return data.proof_file ? data.proof_file.length : 0;
                     return data.proof_file ? data.proof_file.length : 0;