Quellcode durchsuchen

Merge branch 'develop_yh55' of http://git.chelingzhu.com/jianguan-web/jg-ocs-html into develop_yh55

lilei vor 2 Monaten
Ursprung
Commit
b0023f7c88
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/reportData/allocationOrderTotal/list.vue

+ 1 - 1
src/views/reportData/allocationOrderTotal/list.vue

@@ -219,7 +219,7 @@ export default {
     columns () {
       const _this = this
       const arr = [
-        { title: '序号', dataIndex: 'no', width: '4%', align: 'center' },
+        { title: '序号', dataIndex: 'no', width: '6%', align: 'center' },
         { title: '调拨单号', dataIndex: 'allocateNo', width: '13%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '调拨开单日期', dataIndex: 'allocateDate', width: '13%', align: 'center', customRender: function (text) { return text || '--' } },
         { title: '客户名称', dataIndex: 'targetName', width: '20%', align: 'left', customRender: function (text) { return text || '--' }, ellipsis: true },