diff --git a/src/views/assetManage/errorLog/index.vue b/src/views/assetManage/errorLog/index.vue index 8d2fda2..cd6ae22 100644 --- a/src/views/assetManage/errorLog/index.vue +++ b/src/views/assetManage/errorLog/index.vue @@ -51,21 +51,27 @@ - + - + - {{ scope.row.operatorName }} - —— + {{ scope.row.taskTime | parseTime }} - + - {{ scope.row.taskTime | parseTime }} + {{ scope.row.manualProcessingTime | parseTime }} - + + + + {{ scope.row.operatorName }} + —— + + + @@ -114,7 +120,7 @@ export default { name: 'InOutLog', components: { pagination, crudOperation, DateRangePicker }, cruds() { - return CRUD({ title: '出入库日志', url: 'api/asset/getAbnormalDataCommitBySearch', crudMethod: { ...crudAsset }, optShow: { + return CRUD({ title: '出入库异常日志', url: 'api/asset/getAbnormalDataCommitBySearch', crudMethod: { ...crudAsset }, optShow: { add: false, edit: false, del: false, @@ -282,4 +288,7 @@ export default { .el-table .el-button{ padding: 7px 10px !important; } +::v-deep .el-table__fixed-right{ + background-color: #fff !important; +} diff --git a/src/views/assetManage/inOutLog/index.vue b/src/views/assetManage/inOutLog/index.vue index 678a3fb..fad7774 100644 --- a/src/views/assetManage/inOutLog/index.vue +++ b/src/views/assetManage/inOutLog/index.vue @@ -184,7 +184,7 @@ - + @@ -521,4 +521,7 @@ export default { .el-table .el-button{ padding: 7px 10px !important; } +::v-deep .el-table__fixed-right{ + background-color: #fff !important; +}