-
+
@@ -60,7 +60,7 @@
:data-source="tabledata"
:loading="tableDataTotal === -1 ? true : false"
expandRowByClick="true"
- :scroll="{ x: 560, y: 560 }"
+ :scroll="{ x: 540, y: 560 }"
@expand="expandTable"
:pagination="false"
:row-selection="{
@@ -201,6 +201,7 @@ export default {
pageSize: 10,
currentPage: 1,
tableDataTotal: 50,
+ stuaddTab: "1",
organizeList: [
{
id: 1,
@@ -392,6 +393,10 @@ export default {
width: 40,
align: "center",
className: "h",
+ sorter: {
+ compare: (a, b) => a.time - b.time,
+ multiple: 3,
+ },
},
{
title: "人数",
@@ -421,8 +426,13 @@ export default {
});
const closeDrawer = () => {
ctx.emit("update:Stuvisible", false);
+ state.stuaddTab = "1";
};
+ const stuaddChange = (e) => {
+ state.stuaddTab = e;
+ }
+
const afterVisibleChange = (bool) => {
console.log("state", bool);
};
@@ -432,6 +442,7 @@ export default {
afterVisibleChange,
closeDrawer,
// change,
+ stuaddChange,
};
},
};
@@ -439,6 +450,9 @@ export default {
diff --git a/src/views/projectcenter/TaskPage.vue b/src/views/projectcenter/TaskPage.vue
index b3e4b857..357f0090 100644
--- a/src/views/projectcenter/TaskPage.vue
+++ b/src/views/projectcenter/TaskPage.vue
@@ -75,11 +75,7 @@
@@ -100,11 +96,7 @@
class="taskbox"
@click="showModal"
style="
- background: linear-gradient(
- 180deg,
- rgba(229, 246, 236, 1),
- rgba(238, 249, 243, 1)
- );
+ background: linear-gradient(180deg,#E5F6EC,#EEF9F3);
"
>
@@ -1421,7 +1413,7 @@ export default {
checked2: false,
checkedd: false, //设置按钮1
checkedd2: false, //设置按钮2
- activeKey: "3",
+ activeKey: "1",
activeKey1: "8",
valueName: "", //排行榜输入姓名
valueDate: "", //排行榜输入日期
@@ -1795,6 +1787,13 @@ export default {
);
}
padding: 0;
+ .modalHeader {
+ background: linear-gradient(
+ 0deg,
+ rgba(78, 166, 255, 0) 0%,
+ rgba(78, 166, 255, 0.2) 100%
+ );
+ }
.modalMain {
.projectname {
color: rgba(79, 81, 86, 1);