fix:调整bug

This commit is contained in:
大黑 2025-12-23 09:47:10 +08:00
parent ebc1003015
commit ffb0b33b49
10 changed files with 276316 additions and 10 deletions

Binary file not shown.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,146 @@
{
"entry": "index.js",
"copyAssets": ["public/custom/apaas-custom-mydemo"],
"router": {
"apaas-custom-modalContorl":{
"name": "apaas-custom-modalContorl",
"path": "apaas-custom-modalContorl",
"meta": {
"title": "模板管理"
}
},
"apaas-custom-selfEnginedata":{
"name": "apaas-custom-selfEnginedata",
"path": "apaas-custom-selfEnginedata",
"meta": {
"title": "玉柴发动机数据"
}
},
"apaas-custom-otherEnginedata":{
"name": "apaas-custom-otherEnginedata",
"path": "apaas-custom-otherEnginedata",
"meta": {
"title": "竞品发动机数据"
}
},
"apaas-custom-checkData":{
"name": "apaas-custom-checkData",
"path": "apaas-custom-checkData",
"meta": {
"title": "数据检查"
}
},
"apaas-custom-report":{
"name": "apaas-custom-report",
"path": "apaas-custom-report",
"meta": {
"title": "对标报告"
}
},
"apaas-custom-reportList":{
"name": "apaas-custom-reportList",
"path": "apaas-custom-reportList",
"meta": {
"title": "报告列表"
}
},
"apaas-custom-reportDetail":{
"name": "apaas-custom-reportDetail",
"path": "apaas-custom-reportDetail",
"meta": {
"title": "报告详情"
}
},
"apaas-custom-reportCheck":{
"name": "apaas-custom-reportCheck",
"path": "apaas-custom-reportCheck",
"meta": {
"title": "报告检查"
}
},
"apaas-custom-modelDetail":{
"name": "apaas-custom-modelDetail",
"path": "apaas-custom-modelDetail",
"meta": {
"title": "系统参数管理"
}
},
"apaas-custom-engineDetail":{
"name": "apaas-custom-engineDetail",
"path": "apaas-custom-engineDetail",
"meta": {
"title": "发动机参数详情"
}
},
"apaas-custom-approvalManagement":{
"name": "apaas-custom-approvalManagement",
"path": "apaas-custom-approvalManagement",
"meta": {
"title": "模板审批管理"
}
},
"apaas-custom-toDoList":{
"name": "apaas-custom-toDoList",
"path": "apaas-custom-toDoList",
"meta": {
"title": "数据待办"
}
},
"apaas-custom-myDone":{
"name": "apaas-custom-myDone",
"path": "apaas-custom-myDone",
"meta": {
"title": "我的已办"
}
},
"apaas-custom-mySend":{
"name": "apaas-custom-mySend",
"path": "apaas-custom-mySend",
"meta": {
"title": "我发起的"
}
},
"apaas-custom-selfEngineCheck":{
"name": "apaas-custom-selfEngineCheck",
"path": "apaas-custom-selfEngineCheck",
"meta": {
"title": "玉柴发动机审核"
}
},
"apaas-custom-otherEngineCheck":{
"name": "apaas-custom-otherEngineCheck",
"path": "apaas-custom-otherEngineCheck",
"meta": {
"title": "竞品发动机审核"
}
},
"apaas-custom-managerData":{
"name": "apaas-custom-managerData",
"path": "apaas-custom-managerData",
"meta": {
"title": "责任人管理"
}
},
"apaas-custom-fillerData":{
"name": "apaas-custom-fillerData",
"path": "apaas-custom-fillerData",
"meta": {
"title": "填写人管理"
}
},
"apaas-custom-permissionManagement":{
"name": "apaas-custom-permissionManagement",
"path": "apaas-custom-permissionManagement",
"meta": {
"title": "权限管理"
}
}
},
"customWidgetList": [
{
"code": "mydemo",
"text": "mydemo"
}
],
"outputName": "apaas-custom-mydemo"
}

View File

@ -0,0 +1,10 @@
<meta charset="utf-8">
<title>apaas-custom-mydemo demo</title>
<script src="./apaas-custom-mydemo.umd.js"></script>
<link rel="stylesheet" href="./apaas-custom-mydemo.css">
<script>
console.log(apaas-custom-mydemo)
</script>

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -2412,6 +2412,11 @@ export default {
params.filledById = this.filledBy params.filledById = this.filledBy
} }
// isRes
if (this.isDispatchMode && this.dispatchType !== 'update_param') {
params.isRes = 1
}
const request = { const request = {
...api.GET_ENGINE_DETAIL, ...api.GET_ENGINE_DETAIL,
params: params, params: params,

View File

@ -586,19 +586,12 @@ export default {
colConfigs: [ colConfigs: [
{ prop: 'title', label: '标题', showOverflowTooltip: true, minWidth: '140' }, { prop: 'title', label: '标题', showOverflowTooltip: true, minWidth: '140' },
{ {
prop: 'manufacturerName', prop: 'userName',
label: '厂家名称', label: '申请人',
showOverflowTooltip: true, showOverflowTooltip: true,
minWidth: '160' minWidth: '160'
}, },
{ prop: 'productNumber', label: '产品型号', showOverflowTooltip: true, minWidth: '160' }, { prop: 'createTime', label: '申请时间', showOverflowTooltip: true, minWidth: '160' },
{ prop: 'module', label: '领域/模块', showOverflowTooltip: true, minWidth: '120' },
{ prop: 'plate', label: '板块', showOverflowTooltip: true, minWidth: '100' },
{ prop: 'platform', label: '平台', showOverflowTooltip: true, minWidth: '100' },
{ prop: 'series', label: '系列', showOverflowTooltip: true, minWidth: '100' },
{ prop: 'marketSegment', label: '细分市场', showOverflowTooltip: true, minWidth: '120' },
{ prop: 'projectName', label: '项目名称', showOverflowTooltip: true, minWidth: '140' },
{ prop: 'projectNumber', label: '项目编号', showOverflowTooltip: true, minWidth: '120' },
{ {
prop: 'status', prop: 'status',
label: '状态', label: '状态',