|
|
@ -2,7 +2,8 @@
|
|
|
|
import { onMounted, ref } from "vue";
|
|
|
|
import { onMounted, ref } from "vue";
|
|
|
|
|
|
|
|
|
|
|
|
const item = {
|
|
|
|
const item = {
|
|
|
|
img: "/src/assets/images/test.png",
|
|
|
|
// img: "/src/assets/images/test.png",
|
|
|
|
|
|
|
|
img:'http://47.93.59.251/api/image/thumbnail_1752999610491604992.jpeg',
|
|
|
|
checked: false,
|
|
|
|
checked: false,
|
|
|
|
title: "YP4567890545",
|
|
|
|
title: "YP4567890545",
|
|
|
|
date: "2023-12-19 12:09:18",
|
|
|
|
date: "2023-12-19 12:09:18",
|
|
|
@ -10,7 +11,7 @@ const item = {
|
|
|
|
const data = ref<any[]>([]);
|
|
|
|
const data = ref<any[]>([]);
|
|
|
|
|
|
|
|
|
|
|
|
onMounted(() => {
|
|
|
|
onMounted(() => {
|
|
|
|
for (let i = 0; i < 10; i++) {
|
|
|
|
for (let i = 0; i < 20; i++) {
|
|
|
|
data.value.push(item as any);
|
|
|
|
data.value.push(item as any);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
@ -36,7 +37,7 @@ onMounted(() => {
|
|
|
|
:key="index"
|
|
|
|
:key="index"
|
|
|
|
:style="index == 2 ? 'color:#02C984' : 'color:#507AFD'"
|
|
|
|
:style="index == 2 ? 'color:#02C984' : 'color:#507AFD'"
|
|
|
|
>
|
|
|
|
>
|
|
|
|
待确认
|
|
|
|
{{ index==1?'待确认':'张思' }}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -85,8 +86,7 @@ onMounted(() => {
|
|
|
|
.title,
|
|
|
|
.title,
|
|
|
|
.date {
|
|
|
|
.date {
|
|
|
|
font-size: 11px;
|
|
|
|
font-size: 11px;
|
|
|
|
font-family: PingFang SC, PingFang SC-Medium;
|
|
|
|
font-weight: bolder;
|
|
|
|
font-weight: Medium;
|
|
|
|
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
color: #323233;
|
|
|
|
color: #323233;
|
|
|
|
line-height: 16px;
|
|
|
|
line-height: 16px;
|
|
|
@ -101,8 +101,7 @@ onMounted(() => {
|
|
|
|
width: 31px;
|
|
|
|
width: 31px;
|
|
|
|
height: 14px;
|
|
|
|
height: 14px;
|
|
|
|
font-size: 10px;
|
|
|
|
font-size: 10px;
|
|
|
|
font-family: PingFang SC, PingFang SC-Regular;
|
|
|
|
font-weight: bolder;
|
|
|
|
font-weight: Regular;
|
|
|
|
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
// color: #507afd;
|
|
|
|
// color: #507afd;
|
|
|
|
line-height: 14px;
|
|
|
|
line-height: 14px;
|
|
|
@ -118,16 +117,14 @@ onMounted(() => {
|
|
|
|
justify-content: flex-end;
|
|
|
|
justify-content: flex-end;
|
|
|
|
.resovle_action {
|
|
|
|
.resovle_action {
|
|
|
|
font-size: 12px;
|
|
|
|
font-size: 12px;
|
|
|
|
font-family: PingFang SC, PingFang SC-Medium;
|
|
|
|
font-weight: bolder;
|
|
|
|
font-weight: Medium;
|
|
|
|
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
color: #507afd;
|
|
|
|
color: #507afd;
|
|
|
|
line-height: 17px;
|
|
|
|
line-height: 17px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.reject_action {
|
|
|
|
.reject_action {
|
|
|
|
font-size: 12px;
|
|
|
|
font-size: 12px;
|
|
|
|
font-family: PingFang SC, PingFang SC-Medium;
|
|
|
|
font-weight: bolder;
|
|
|
|
font-weight: Medium;
|
|
|
|
|
|
|
|
text-align: left;
|
|
|
|
text-align: left;
|
|
|
|
color: #ff4e4f;
|
|
|
|
color: #ff4e4f;
|
|
|
|
line-height: 17px;
|
|
|
|
line-height: 17px;
|
|
|
|