diff --git a/jshERP-web/src/views/system/AccountList.vue b/jshERP-web/src/views/system/AccountList.vue index 6c2deade..cf3c472e 100644 --- a/jshERP-web/src/views/system/AccountList.vue +++ b/jshERP-web/src/views/system/AccountList.vue @@ -128,8 +128,7 @@ { title: '名称', dataIndex: 'name', width: 100, align: "left"}, { title: '编号', dataIndex: 'serialNo', width: 150, align: "left"}, { title: '期初金额', dataIndex: 'initialAmount', width: 100, align: "left"}, - { title: '当前余额', dataIndex: 'currentAmount', width: 100, align: "left"}, - { title: '备注', dataIndex: 'remark', width: 100, align: "left"}, + { title: '备注', dataIndex: 'remark', width: 200, align: "left"}, { title: '排序', dataIndex: 'sort', width: 60, align: "left"}, { title: '状态',dataIndex: 'enabled',width:60,align:"center", scopedSlots: { customRender: 'customRenderEnabledFlag' } diff --git a/jshERP-web/src/views/system/modules/AccountModal.vue b/jshERP-web/src/views/system/modules/AccountModal.vue index fbc10605..a9f1472a 100644 --- a/jshERP-web/src/views/system/modules/AccountModal.vue +++ b/jshERP-web/src/views/system/modules/AccountModal.vue @@ -13,7 +13,7 @@ @ok="handleOk" @cancel="handleCancel" cancelText="关闭" - style="top:15%;height: 65%;"> + style="top:15%;height: 55%;">