diff --git a/src/views/pqs/business/terminal/terminaCkeck/components/form.vue b/src/views/pqs/business/terminal/terminaCkeck/components/form.vue new file mode 100644 index 00000000..34160392 --- /dev/null +++ b/src/views/pqs/business/terminal/terminaCkeck/components/form.vue @@ -0,0 +1,174 @@ + + + diff --git a/src/views/pqs/business/terminal/terminaCkeck/index.vue b/src/views/pqs/business/terminal/terminaCkeck/index.vue index 93e04e55..5eae84ac 100644 --- a/src/views/pqs/business/terminal/terminaCkeck/index.vue +++ b/src/views/pqs/business/terminal/terminaCkeck/index.vue @@ -34,223 +34,37 @@ - +
- - - -
-
- -
- - - - - - - - - - - - - - -
- - - -
+ - + diff --git a/src/views/pqs/business/terminal/userLedger/index.vue b/src/views/pqs/business/terminal/userLedger/index.vue index a42890c6..6178eb42 100644 --- a/src/views/pqs/business/terminal/userLedger/index.vue +++ b/src/views/pqs/business/terminal/userLedger/index.vue @@ -89,13 +89,13 @@ const tableStore = new TableStore({ return (tableStore.table.params.pageNum - 1) * tableStore.table.params.pageSize + row.rowIndex + 1 } }, - { field: 'city', title: '所在地市', minWidth: 80 }, + { field: 'city', title: '所在地市', minWidth: 100 }, /* { field: 'substation', title: '厂站名称', minWidth: 100 },*/ { field: 'projectName', title: '项目名称', minWidth: 150 }, { field: 'userType', title: '用户性质', - minWidth: 120, + minWidth: 180, formatter: (obj: any) => { const userType = obj.row.userType return getUserTypeName(userType) @@ -104,11 +104,11 @@ const tableStore = new TableStore({ // { field: 'responsibleDepartment', title: '归口管理部门', minWidth: 130 }, { field: 'ratePower', title: '装机容量(MW)', minWidth: 80 }, - { field: 'stationId', title: '所属电站', minWidth: 100 }, + { field: 'stationId', title: '所属电站', minWidth: 150 }, { field: 'checkUrl', title: '电能质量设备检测报告', - minWidth: 170, + minWidth: 160, render: 'customRender', customRender: props => { const val = props.renderValue?.replace(/^.*?\/(.*?)\//, '') || '' @@ -118,7 +118,7 @@ const tableStore = new TableStore({ { field: 'assessUrl', title: '电能质量评估报告', - minWidth: 170, + minWidth: 160, render: 'customRender', customRender: props => { const val = props.renderValue?.replace(/^.*?\/(.*?)\//, '') || ''