优化单据界面,点击单号可以弹出单据
This commit is contained in:
@@ -259,7 +259,7 @@ export const JeecgListMixin = {
|
||||
},
|
||||
handleDetail:function(record, type){
|
||||
this.$refs.modalDetail.show(record, type);
|
||||
this.$refs.modalDetail.title="详情";
|
||||
this.$refs.modalDetail.title=type+"-详情";
|
||||
},
|
||||
/* 导出 */
|
||||
handleExportXls2(){
|
||||
|
||||
Reference in New Issue
Block a user