diff --git a/src/views/DialogTabs/component/RQ_Warning.vue b/src/views/DialogTabs/component/RQ_Warning.vue index 0c844dc..7a51439 100644 --- a/src/views/DialogTabs/component/RQ_Warning.vue +++ b/src/views/DialogTabs/component/RQ_Warning.vue @@ -167,6 +167,7 @@ { a: '燃气-Ⅳ级应急-20240618', b: '2024-06-18 19:00', c: '2024-06-18 19:00', d: '已审核', e: '线下', releaseStatus: '0' }, { a: '燃气-Ⅳ级应急-20240618', b: '2024-06-18 19:00', c: '2024-06-18 19:00', d: '已审核', e: '线下', releaseStatus: '3' }, ]); +const accept = ref([]); const AllData = reactive({ pageNum: 1, pageSize: 10, @@ -191,8 +192,15 @@ } /** 多选框选中数据 */ function handleSelectionChange(selection) { - console.log(selection, 'selectionselection'); + accept.value.push(selection); + console.log(accept.value, 'saccept.value'); } +//确定 +function submitForm() { + console.log(accept.value, '确定.确定'); + active.value = 1; +} + // 取消 function cancelForm() { active.value = 1; @@ -243,7 +251,7 @@ justify-content: center; font-family: Source Han Sans CN; font-weight: 400; - font-size: 14px; + font-size: 15px; color: #c1d3d4; margin-left: 10px; } @@ -297,7 +305,7 @@ justify-content: center; font-family: Source Han Sans CN; font-weight: 400; - font-size: 14px; + font-size: 16px; color: #c1d3d4; } } @@ -311,7 +319,7 @@ border: 1px solid #1cf5fc; font-family: Source Han Sans CN; font-weight: 400; - font-size: 14px; + font-size: 16px; color: #c1d3d4; overflow: auto; padding-top: 5px; @@ -327,7 +335,7 @@ border: 1px solid #1cf5fc; font-family: Source Han Sans CN; font-weight: 400; - font-size: 14px; + font-size: 16px; color: #c1d3d4; overflow: auto; padding-top: 5px; @@ -343,7 +351,7 @@ border: 1px solid #1cf5fc; font-family: Source Han Sans CN; font-weight: 400; - font-size: 14px; + font-size: 16px; color: #c1d3d4; overflow: auto; padding-top: 5px; @@ -354,7 +362,7 @@ background: #03b6a0; font-family: Source Han Sans CN; font-weight: bold; - font-size: 14px; + font-size: 16px; color: #ffffff; align-items: center; justify-content: center; @@ -379,6 +387,7 @@ :deep(.el-table) { --el-table-bg-color: rgba(255, 255, 255, 0) !important; .el-table__header-wrapper th { + font-size: 16px; background: rgb(3 182 160 / 37%) !important; color: #39f7ff; }