diff --git a/pages/staff/staff.vue b/pages/staff/staff.vue
index abb11fd..52949df 100644
--- a/pages/staff/staff.vue
+++ b/pages/staff/staff.vue
@@ -1,890 +1,1223 @@
-
-
-
-
-
-
-
-
-
-
- {{ noReadNum }}
-
-
-
-
-
-
-
- {{ item.text }}{{ countMap.length !== 0 ? ('(' + countMap.get(index + 1 + "") + ')') : '' }}
-
-
-
-
-
-
+
+
+
+
+
+
+ {{ noReadNum }}
+
+
+
+
+
+
+
+
+ {{ item.text }}{{ countMap.length !== 0 ? ('(' + countMap.get(getValueByText(item.text)) + ')') : '' }}
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
- 重审中
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ 重审中
+
+
+
+
+
-
-
- {{ item.goodsName }}
- 车型:{{ item.goodsTitle }}
-
- 检测类型:{{ item.skuName }}
-
-
-
-
-
-
-
-
-
-
- 客户:
- {{ item.buyName ? item.buyName : "" }}
-
-
-
- 电话:
- {{ item.buyPhone }}
-
-
-
- 客户来源:
- {{ item.customerSource }}
-
-
-
- 代办人电话:
- {{ item.otherPhone }}
-
-
-
-
- 车牌号:
- {{ item.carNum }}
-
-
-
- 检测内容:
- {{ item.nodeNames }}
-
-
-
-
- 开始检测
-
-
- 取消接单
-
-
- 接车拍照
-
-
- 更换人员
-
- 查看详情
-
-
-
+
+
+ {{ item.goodsName }}
+ 车型:{{ item.goodsTitle }}
+
+ 检测类型:{{ item.skuName }}
+
+
+
+
+
+
+
+
+
+
+ 客户:
+ {{ item.buyName ? item.buyName : "" }}
+
+
+
+ 电话:
+ {{ item.buyPhone }}
+
+
+
+ 客户来源:
+ {{ item.customerSource }}
+
+
+
+ 代办人电话:
+ {{ item.otherPhone }}
+
+
+
+
+ 车牌号:
+ {{ item.carNum }}
+
+
+
+ 检测内容:
+ 需重审项目:
+ {{ item.nodeNames }}
+
+
+
+
+ 开始检测
+
+
+ 取消接单
+
+
+ 接车拍照
+
+
+ 更换人员
+
+ 重审项目
+ 查看详情
+
+
+
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
-
-
-
+
+
+
-
-
- + 添加线下订单
-
-
- + 补录
-
-
+
+
+ + 添加线下订单
+
+
+ + 补录
+
+
+
+
+ 接车创建
+
+
-
-
-
+
+
+
+
+
+
+ align-items: center;
+ margin: 15px auto;
+ }
+
+ .popup-box {
+ overflow: hidden;
+ border-radius: 8px;
+ box-sizing: border-box;
+ padding: 15px;
+ width: 100%;
+ background-color: white;
+ margin-bottom: 80rpx;
+ }
+
+ .bottomx {
+ margin: 0 auto;
+ width: 225px;
+ height: 46px;
+ border-radius: 6px 6px 6px 6px;
+ opacity: 1;
+ border: 1px solid #0174F6;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ //color: #0174F6;
+ }
+
+ .popup-box {
+ overflow: hidden;
+ border-radius: 8px;
+ box-sizing: border-box;
+ padding: 15px;
+ width: 100%;
+ background-color: white;
+ }
+
+ .t-title {
+ font-size: 17px;
+ font-weight: bold;
+ color: #333333;
+ }
+
+ .box_ {
+ width: 100%;
+ display: flex;
+ flex-wrap: wrap;
+ }
+
+ .box_button {
+ border-radius: 6px;
+ border: 1px solid #999;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 14px;
+ box-sizing: border-box;
+ padding: 5px 10px;
+ margin-right: 5px;
+ margin-bottom: 5px;
+ }
+
+ .box_button_x {
+ border-radius: 6px;
+ border: 1px solid #0D2E8D;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 14px;
+ box-sizing: border-box;
+ padding: 5px 10px;
+ margin-right: 5px;
+ margin-bottom: 5px;
+ background: #0D2E8D;
+ color: #fff;
+ }
+
+ .on-inputx {
+ width: 100%;
+ display: flex;
+
+ align-items: center;
+ margin: 15px auto;
+ }
+
+ .anniu {
+ box-sizing: border-box;
+ padding: 2px 10px;
+ margin: 0px 10px;
+ // background: linear-gradient(180deg, #3F61C0 0%, #0D2E8D 100%);
+ border: 1px solid #0D2E8D;
+ border-radius: 23px;
+ font-size: 15px;
+ color: #0D2E8D;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ }
+
+ .an {
+ box-sizing: border-box;
+ padding: 2px 10px;
+ margin: 0px 10px;
+ background: linear-gradient(180deg, #3F61C0 0%, #0D2E8D 100%) !important;
+
+ border-radius: 23px;
+ font-size: 15px;
+ color: white !important;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ }
+
\ No newline at end of file