Browse Source

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

MaiXinRong 1 năm trước cách đây
mục cha
commit
37d5d1a527
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: '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',
                 getValue: function (data) {
                     return data.proof_file ? data.proof_file.length : 0;