|
@@ -107,14 +107,15 @@ async function handleDeleteConfirmInfo() {
|
|
|
<template #content_header>
|
|
|
<div style="display: flex">
|
|
|
<div style="
|
|
|
- color: #000000;
|
|
|
- font-size: 14px;
|
|
|
- margin-right: 10px;
|
|
|
- line-height: 26px;
|
|
|
- ">
|
|
|
+ color: #000000;
|
|
|
+ font-size: 14px;
|
|
|
+ margin-right: 10px;
|
|
|
+ line-height: 26px;
|
|
|
+ ">
|
|
|
当前状态:
|
|
|
<span style="color: red">
|
|
|
- {{ Number(confirmData.status) === 1 ? "已确认" : "未确认" }}</span>
|
|
|
+ {{ Number(confirmData.status) === 1 ? "已确认" : "未确认" }}
|
|
|
+ </span>
|
|
|
</div>
|
|
|
<div style="
|
|
|
color: #000000;
|