fix: BUG修改
This commit is contained in:
parent
5f3eb41571
commit
f274d24330
@ -138,9 +138,11 @@ const headerList = reactive([
|
||||
{ label: "未开始", color: "#35e5fd" },
|
||||
{ label: "进行中", color: "#f1d520" },
|
||||
{ label: "已完成", color: "#4fd389" },
|
||||
{ label: "已逾期", color: "#fc6f8e" }
|
||||
{ label: "逾期未开始", color: "#F80840" },
|
||||
{ label: "逾期进行中", color: "#fc6f8e" },
|
||||
{ label: "逾期已完成", color: "#C13F5B" }
|
||||
]);
|
||||
const colors = ref(["#35e5fd", "#f1d520", "#4fd389", "#fc6f8e"]);
|
||||
const colors = ref(["#35e5fd", "#f1d520", "#4fd389", "#F80840", "#fc6f8e", "#C13F5B"]);
|
||||
const active = ref(0);
|
||||
const records = ref<ResAiProjectPage[] | ResAiEngineerPage[]>([]);
|
||||
const projects = ref([]);
|
||||
|
||||
@ -103,9 +103,11 @@ const headerList = reactive([
|
||||
{ label: "未开始", color: "#35e5fd" },
|
||||
{ label: "进行中", color: "#f1d520" },
|
||||
{ label: "已完成", color: "#4fd389" },
|
||||
{ label: "已逾期", color: "#fc6f8e" }
|
||||
{ label: "逾期未开始", color: "#F80840" },
|
||||
{ label: "逾期进行中", color: "#fc6f8e" },
|
||||
{ label: "逾期已完成", color: "#C13F5B" }
|
||||
]);
|
||||
const colors = ref(["#35e5fd", "#f1d520", "#4fd389", "#fc6f8e"]);
|
||||
const colors = ref(["#35e5fd", "#f1d520", "#4fd389", "#F80840", "#fc6f8e", "#C13F5B"]);
|
||||
const projects = ref([]);
|
||||
// const projects = ref([
|
||||
// {
|
||||
@ -498,13 +500,14 @@ const dateList = computed(() => {
|
||||
|
||||
.left-content {
|
||||
display: flex;
|
||||
width: 40%;
|
||||
width: 50%;
|
||||
height: 100%;
|
||||
|
||||
.item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
width: calc(100% / 4);
|
||||
// width: calc(100% / 6);
|
||||
margin-right: 20px;
|
||||
|
||||
.color-block {
|
||||
margin-right: 10px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user