|
@@ -15,7 +15,7 @@
|
|
<img src="../../../assets/zhang/engineer/ownCloseBtn.png">
|
|
<img src="../../../assets/zhang/engineer/ownCloseBtn.png">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
|
|
+
|
|
<!-- 表格数据 -->
|
|
<!-- 表格数据 -->
|
|
<div class="flex-container">
|
|
<div class="flex-container">
|
|
<div class="header">
|
|
<div class="header">
|
|
@@ -42,7 +42,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
-
|
|
|
|
|
|
+
|
|
<!-- 分页组件 -->
|
|
<!-- 分页组件 -->
|
|
<div style="width: 100%;display: flex;justify-content: center;align-items: center;margin-top: 10px;">
|
|
<div style="width: 100%;display: flex;justify-content: center;align-items: center;margin-top: 10px;">
|
|
<el-pagination
|
|
<el-pagination
|
|
@@ -56,10 +56,10 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
-
|
|
|
|
|
|
+
|
|
<script>
|
|
<script>
|
|
import { getIssueListLastWeek,changeIssueStatus } from '@/api/screen/service';
|
|
import { getIssueListLastWeek,changeIssueStatus } from '@/api/screen/service';
|
|
-
|
|
|
|
|
|
+
|
|
export default {
|
|
export default {
|
|
name: "UnitCamera",
|
|
name: "UnitCamera",
|
|
props: {
|
|
props: {
|
|
@@ -149,7 +149,7 @@
|
|
id: f,
|
|
id: f,
|
|
status: 1,
|
|
status: 1,
|
|
};
|
|
};
|
|
-
|
|
|
|
|
|
+
|
|
changeIssueStatus(issueData).then((res) => {
|
|
changeIssueStatus(issueData).then((res) => {
|
|
if (Number(res.code) === 200) {
|
|
if (Number(res.code) === 200) {
|
|
this.getIssueListLastWeek(); // 刷新数据
|
|
this.getIssueListLastWeek(); // 刷新数据
|
|
@@ -174,25 +174,25 @@
|
|
.me::-webkit-scrollbar {
|
|
.me::-webkit-scrollbar {
|
|
display: none;
|
|
display: none;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.flex-container {
|
|
.flex-container {
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 566px;
|
|
height: 566px;
|
|
font-family: PingFangSC-Medium;
|
|
font-family: PingFangSC-Medium;
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.header{
|
|
.header{
|
|
display: flex; /* 每行使用 flexbox 布局 */
|
|
display: flex; /* 每行使用 flexbox 布局 */
|
|
position: relative;
|
|
position: relative;
|
|
background-color: rgba(21, 105, 107, 0.5);
|
|
background-color: rgba(21, 105, 107, 0.5);
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.flex-row {
|
|
.flex-row {
|
|
display: flex; /* 每行使用 flexbox 布局 */
|
|
display: flex; /* 每行使用 flexbox 布局 */
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.flex-row::before{
|
|
.flex-row::before{
|
|
content: "";
|
|
content: "";
|
|
height: 15px;
|
|
height: 15px;
|
|
@@ -201,7 +201,7 @@
|
|
left: 0;
|
|
left: 0;
|
|
top: 15px
|
|
top: 15px
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.flex-column {
|
|
.flex-column {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
@@ -210,11 +210,11 @@
|
|
text-align: left; /* 左对齐文本 */
|
|
text-align: left; /* 左对齐文本 */
|
|
color: white;
|
|
color: white;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.header .flex-column {
|
|
.header .flex-column {
|
|
color: #00ffff;
|
|
color: #00ffff;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
.el-scrollbar {
|
|
.el-scrollbar {
|
|
background: #15696b;
|
|
background: #15696b;
|
|
border: 1px solid #00ffff;
|
|
border: 1px solid #00ffff;
|
|
@@ -260,7 +260,7 @@
|
|
color: #00F0ff;
|
|
color: #00F0ff;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
::v-deep .el-input__inner{
|
|
::v-deep .el-input__inner{
|
|
color: #00ffff;
|
|
color: #00ffff;
|
|
background-color: rgba(15, 86, 86, 0.54);
|
|
background-color: rgba(15, 86, 86, 0.54);
|
|
@@ -269,6 +269,12 @@
|
|
::v-deep .el-input__prefix{
|
|
::v-deep .el-input__prefix{
|
|
color: #00F6EC;
|
|
color: #00F6EC;
|
|
}
|
|
}
|
|
|
|
+ ::v-deep .el-input__suffix{
|
|
|
|
+ color: #00F6EC;
|
|
|
|
+ }
|
|
|
|
+ ::v-deep .el-input__inner::placeholder{
|
|
|
|
+ color: #199294;
|
|
|
|
+ }
|
|
::v-deep .btn-prev{
|
|
::v-deep .btn-prev{
|
|
color: #00F6EC !important;
|
|
color: #00F6EC !important;
|
|
background-color: rgba(21, 105, 107, 0.35) !important;
|
|
background-color: rgba(21, 105, 107, 0.35) !important;
|
|
@@ -288,5 +294,4 @@
|
|
color: #00ffff !important;
|
|
color: #00ffff !important;
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+
|