-
+
@@ -133,144 +39,4 @@
padding: 20px 30px;
box-sizing: border-box;
}
-
- .shop-header {
- // height: 157px;
- width: 100%;
- position: sticky;
- top: 0;
- left: 0;
- z-index: 999;
-
- .header-box {
- background-color: #f5f5f5;
- width: 100%;
-
- .header-wapper {
- width: 1200px;
- height: 37px;
- margin: 0 auto;
- display: flex;
- align-items: center;
- justify-content: flex-end;
-
- li {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 37px;
- cursor: pointer;
- margin-left: 20px;
-
- span {
- color: #6d6d6d;
- font-size: 14px;
- padding: 0 20px 0 3px;
- border-right: 1px solid #666655;
-
- &:hover {
- color: #2282ff;
- }
-
- a {
- text-decoration: none;
- color: #2282ff;
- }
- }
-
- .last-span {
- border: none;
- padding: 0;
- }
- }
- }
- }
-
- .shop-menu-box {
- background-color: #edeef6;
-
- .shop-menu {
- position: relative;
- width: 1200px;
- height: 140px;
- margin: 0 auto;
- display: flex;
- align-items: center;
-
- .left-logo {
- color: #999999;
- font-weight: bold;
- font-size: 20px;
-
- img {
- width: 176px;
- height: 58px;
- cursor: pointer;
- }
- }
-
- input {
- width: 700px;
- height: 45px;
- border: 1px solid #5ca4ff;
- border-radius: 45px;
- margin-left: 70px;
- line-height: 45px;
- color: transparent;
- text-shadow: 0 0 0 #333;
- padding-left: 30px;
- }
-
- input:focus {
- outline: 1px solid #5ca4ff;
- }
-
- input::-webkit-input-placeholder {
- color: #949494;
- }
-
- .search-btn {
- width: 100px;
- height: 39px;
- transform: translateX(-110px);
- border-radius: 39px;
- background: linear-gradient(132deg, #6de7ff 0%, #348cff 100%);
- box-shadow: 0px 2px 4px 0px rgba(20, 175, 255, 0.5);
- border: none;
- color: #fff;
- cursor: pointer;
- font-size: 18px;
- }
-
- .erweima {
- display: none;
- width: 100px;
- height: 80px;
- margin-left: -20px;
- padding: 10px;
- background-color: #fff;
-
- .tilte {
- font-size: 14px;
- color: #1f88ff;
- text-align: center;
- }
- }
-
- .ipt-down {
- position: absolute;
- bottom: 20px;
- left: 22%;
- overflow: hidden;
-
- a {
- padding: 0 10px;
- color: #727272;
- font-size: 14px;
- cursor: pointer;
- }
- }
- }
- }
- }
diff --git a/src/views/EnterpriseCertification.vue b/src/views/EnterpriseCertification.vue
index f1e6ad1..2976b93 100644
--- a/src/views/EnterpriseCertification.vue
+++ b/src/views/EnterpriseCertification.vue
@@ -455,36 +455,6 @@
-
-
diff --git a/src/views/user/orderManagement/index.vue b/src/views/user/orderManagement/index.vue
index b233d3f..737b5f3 100644
--- a/src/views/user/orderManagement/index.vue
+++ b/src/views/user/orderManagement/index.vue
@@ -2,13 +2,9 @@
import { ref } from 'vue'
import PagingComponent from 'components/PagingComponent/index.vue'
import { useRouter } from 'vue-router'
- import { useStore } from 'store/main'
import { getOrderListApi } from 'http/api/usercenter/seekorder'
- import zhCn from 'element-plus/dist/locale/zh-cn.mjs'
const queryParams = ref({})
- const userStore = useStore()
const router = useRouter()
- const route = useRoute()
const pageSize = 20
const pageNumber = 1
const total: any = ref(0)
@@ -21,7 +17,7 @@
total.value = res.total
}
- // getList()
+ getList()
// 查询按钮
const queryTableList = () => {
@@ -59,74 +55,68 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 查询
- 保存
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 查询
+ 保存
+
+
-
-
-
-
-
-
-
-
-
-
-
- 查看
-
-
- 退租
-
-
- 续租
-
-
- 确认收货
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ 查看
+
+ 退租
+
+ 续租
+
+ 确认收货
+
+
+
+
-
-
+