diff --git a/dsBaseWeb/ds-base/html/pages/ylt/occupy/index.html b/dsBaseWeb/ds-base/html/pages/ylt/occupy/index.html index 511c81f8..d1bde54d 100644 --- a/dsBaseWeb/ds-base/html/pages/ylt/occupy/index.html +++ b/dsBaseWeb/ds-base/html/pages/ylt/occupy/index.html @@ -136,10 +136,11 @@ }, cols: [[ { title: '序号', align: 'center', width: "5%", type: 'numbers' }, - { title: '场站名称', field: 'station_name', align: 'center' }, - { title: '状态', align: 'center', templet: '#status', width: "15%" }, + { title: '场站名称', field: 'station_name', align: 'left' }, + { title: '状态', align: 'center', templet: '#status', width: "10%" }, { title: '每小时收费金额(元)', field: 'one_hour_money', align: 'center', width: "15%" }, { title: '免费时长(分钟)', field: 'free_duration', align: 'center', width: "15%" }, + { title: '占位费上限金额(元)', field: 'money_limit', align: 'center', width: "15%" }, { title: '操作', toolbar: '#table-bar', align: 'center', width: "10%" } ]], skin: 'line', diff --git a/dsBaseWeb/ds-base/html/pages/ylt/occupy/set.html b/dsBaseWeb/ds-base/html/pages/ylt/occupy/set.html index 19dd9b64..c71b07e4 100644 --- a/dsBaseWeb/ds-base/html/pages/ylt/occupy/set.html +++ b/dsBaseWeb/ds-base/html/pages/ylt/occupy/set.html @@ -81,8 +81,6 @@ lay-verify="required|number" placeholder="请输入占位费上限金额" class="layui-input input-width"> - -