+ clearable
+ @keyup.enter.native="handleQuery"
+ />
+
+
-
-
-
-
-
- {{ componendDistrict(scope.row.district) || "/" }}
-
-
-
-
-
- {{
- scope.row.createTime
- ? scope.row.createTime.split(" ")[0]
- : scope.row.createTime
- }}
-
-
-
-
-
-
-
-
查看
-
-
-
-
修改
-
-
-
-
删除
-
+
+
+
+
+
+
+ {{ scope.row.plannedYear }}-{{ scope.row.plannedMonth }}
+
+
+
+
+
+ {{ componendDistrict(scope.row.district) || "/" }}
+
+
+
+
+
+ {{ scope.row.isPoint == 1 ? "是" : "否" }}
+
+
+
+
+
+
+
+ {{ scope.row.isPoint == 1 ? "正式" : "草稿" }}
+
+
+
+
+
+
+
+
+
查看
-
-
-
-
-
+
+
+
修改
+
+
+
+
删除
+
+
+
+
+
+
+
-
-
-
+
+
@@ -525,203 +400,125 @@ export default {
padding: 0 20px;
background-color: #fff;
height: 100%;
- .plan-topBox {
+
+ .search-box {
display: flex;
justify-content: space-between;
padding: 31px 0 12px 0;
- // background-color: yellow;
- .drup-downs {
- display: flex;
- align-items: center;
- flex: 1;
- .year {
- display: flex;
- align-items: center;
- // margin-right: 200px;
- .year-span {
- font-size: 14px;
- font-family: "Alibaba PuHuiTi";
- font-weight: 400;
- color: #525966;
- line-height: 40px;
- margin-right: 10px;
- }
- }
- .area {
- display: flex;
- align-items: center;
- // justify-content: center;
- // flex: 1;
- .area-span {
- margin-left: 10px;
- font-size: 14px;
- font-family: "Alibaba PuHuiTi";
- font-weight: 400;
- color: #525966;
- line-height: 40px;
- margin-right: 10px;
- }
- ::v-deep .el-cascader {
- background-color: transparent;
- width: 180px;
- .el-input__inner {
- height: 33px;
- }
- .el-input
- .el-input__suffix
- .el-input__suffix-inner
- .el-icon-arrow-down::before {
- content: "";
- background: url(../../assets/images/down2.png) center center
- no-repeat;
- background-size: cover;
- position: absolute;
- width: 10px;
- height: 7px;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- }
+ position: relative;
+ }
+
+ .plan-tables {
+ margin-top: 10px;
+
+ ::v-deep .el-table {
+ .success-row {
+ background-color: rgba(234, 242, 253, 0.25);
}
- ::v-deep .el-select {
- background-color: transparent;
- width: 276px;
- .el-input__inner {
- height: 33px;
- }
- .el-input .el-input__suffix .el-input__suffix-inner .el-icon-arrow-up {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- // border-radius: 2px;
- .el-input
- .el-input__suffix
- .el-input__suffix-inner
- .el-icon-arrow-up::before {
- content: "";
- background: url(../../assets/images/down2.png) center center no-repeat;
- background-size: cover;
- position: absolute;
- width: 10px;
- height: 7px;
- // top: 50%;
- // left: 50%;
- // transform: translate(-50%, -50%);
- transform: rotate(180deg);
- }
+ td {
+ height: 42px;
+ box-sizing: border-box;
+ text-align: center;
+ font-size: 14px;
+ font-family: "Alibaba PuHuiTi";
+ font-weight: 400;
+ color: #525966;
}
- .select-btn {
- width: 120px;
- height: 34px;
- border-radius: 2px;
- display: flex;
- align-items: center;
- justify-content: center;
+ th {
+ height: 45px;
+ background-color: #eaf2fd;
font-size: 15px;
font-family: "Alibaba PuHuiTi";
- font-weight: 500;
- color: #ffffff;
- cursor: pointer;
- background: #fdab5b;
- margin-left: 20px;
+ font-weight: bold;
+ color: #525966;
+ .el-checkbox {
+ display: none;
+ }
}
}
- .btns {
+ ::v-deep .el-table::before {
+ height: 0;
+ }
+ .tabs-btns {
display: flex;
align-items: center;
- .export,
- .newProject {
+ justify-content: center;
+ .look,
+ .change,
+ .delete {
display: flex;
align-items: center;
- justify-content: center;
- padding: 6px 19px;
+ margin-right: 30px;
cursor: pointer;
img {
- width: 22px;
- margin-right: 10px;
+ width: 20px;
+ margin-right: 5px;
}
span {
- color: #ffffff;
- font-size: 14px;
- font-family: "Alibaba PuHuiTi";
+ font-size: 15px;
+ font-family: Alibaba PuHuiTi;
font-weight: 400;
+ color: #045ffd;
}
}
- .export {
- background-color: #2378ec;
- margin-right: 30px;
- }
- .newProject {
- background-color: #28b384;
+ .delete {
+ margin-right: 0;
+ span {
+ color: #f71052;
+ }
}
}
}
- .plan-bottomBox {
- margin-top: 10px;
- .tables {
- ::v-deep .el-table {
- .success-row {
- background-color: rgba(234, 242, 253, 0.25);
- }
- td {
- height: 42px;
- box-sizing: border-box;
- text-align: center;
- font-size: 14px;
- font-family: "Alibaba PuHuiTi";
- font-weight: 400;
- color: #525966;
- }
- th {
- height: 45px;
- background-color: #eaf2fd;
- font-size: 15px;
- font-family: "Alibaba PuHuiTi";
- font-weight: bold;
- color: #525966;
- .el-checkbox {
- display: none;
- }
- }
- }
- ::v-deep .el-table::before {
- height: 0;
+
+ .btn-group {
+ display: flex;
+ align-items: center;
+ position: absolute;
+ bottom: 30px;
+ right: 0;
+ .export,
+ .newProject {
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ padding: 6px 19px;
+ cursor: pointer;
+ img {
+ width: 22px;
+ margin-right: 10px;
}
- .tabs-btns {
- display: flex;
- align-items: center;
- justify-content: center;
- .look,
- .change,
- .delete {
- display: flex;
- align-items: center;
- margin-right: 30px;
- cursor: pointer;
- img {
- width: 20px;
- margin-right: 5px;
- }
- span {
- font-size: 15px;
- font-family: Alibaba PuHuiTi;
- font-weight: 400;
- color: #045ffd;
- }
- }
- .delete {
- margin-right: 0;
- span {
- color: #f71052;
- }
- }
+ span {
+ color: #ffffff;
+ font-size: 14px;
+ font-family: "Alibaba PuHuiTi";
+ font-weight: 400;
}
}
- .pagination {
- margin-top: 40px;
+ .export {
+ background-color: #2378ec;
+ margin-right: 30px;
}
+ .newProject {
+ background-color: #28b384;
+ }
+ }
+
+ .btn-search {
+ background: #2378ec;
+ color: #ffffff;
+ font-size: 15px;
+ font-family: Alibaba PuHuiTi;
+ border-radius: 2px;
+ border: none;
+ }
+
+ .btn-reset {
+ background: #fdab5b;
+ color: #ffffff;
+ font-size: 15px;
+ font-family: Alibaba PuHuiTi;
+ border-radius: 2px;
+ border: none;
}
}