CzRger před 1 rokem
rodič
revize
dd15b9cae0

+ 1 - 1
src/store/modules/app.ts

@@ -7,7 +7,7 @@ const state = {
 	},
 	},
 	userInfo: <any>{},
 	userInfo: <any>{},
 	userRoleList: [],
 	userRoleList: [],
-	zby: false,
+	zby: true,
 	timestamp: new Date().getTime()
 	timestamp: new Date().getTime()
 }
 }
 
 

+ 1 - 1
src/views/staging/zbgly/center/seat.vue

@@ -36,7 +36,7 @@
                 <div class="value">{{item.phone}}</div>
                 <div class="value">{{item.phone}}</div>
               </div>
               </div>
               <div class="sign-text">
               <div class="sign-text">
-                <div class="label">日</div>
+                <div class="label">日</div>
                 <div class="value" :class="`${item.isDaily ? 'green' : 'red'}`">{{item.isDaily ? '已提交' : '未提交'}}</div>
                 <div class="value" :class="`${item.isDaily ? 'green' : 'red'}`">{{item.isDaily ? '已提交' : '未提交'}}</div>
               </div>
               </div>
               <div class="sign-text">
               <div class="sign-text">

+ 3 - 3
src/views/staging/zbgly/left/analysis-com.vue

@@ -9,9 +9,9 @@
     </template>
     </template>
     <div class="content">
     <div class="content">
       <ButtonSwitchCom class="buttons" :options="[
       <ButtonSwitchCom class="buttons" :options="[
-          {label: '日', value: '1'},
-          {label: '月', value: '2'},
-          {label: '年', value: '3'},
+          {label: '日', value: '1'},
+          {label: '月', value: '2'},
+          {label: '年', value: '3'},
       ]" padding="3px 12px" v-model:active="dateType"/>
       ]" padding="3px 12px" v-model:active="dateType"/>
       <TrendAnalysisChart class="charts"/>
       <TrendAnalysisChart class="charts"/>
     </div>
     </div>

+ 2 - 2
src/views/staging/zbgly/left/calendar-com.vue

@@ -4,7 +4,7 @@
       <CusFormColumn
       <CusFormColumn
           link="dept"
           link="dept"
           v-model:param="deptId"/>
           v-model:param="deptId"/>
-      <div class="more">查看更多》</div>
+<!--      <div class="more">查看更多》</div>-->
     </template>
     </template>
     <div class="main">
     <div class="main">
       <div class="week-head">
       <div class="week-head">
@@ -47,7 +47,7 @@
               </template>
               </template>
             </div>
             </div>
             <div class="week-block-daily">
             <div class="week-block-daily">
-              <div class="label">日</div>
+              <div class="label">日</div>
               <template v-for="item in week.calendar">
               <template v-for="item in week.calendar">
                 <div class="item">
                 <div class="item">
                   <template v-if="$util.isValue(item.isDaily)">
                   <template v-if="$util.isValue(item.isDaily)">

+ 1 - 1
src/views/staging/zbgly/right/attendance-com.vue

@@ -1,7 +1,7 @@
 <template>
 <template>
   <BaseBlockCom title="考勤情况" style="position: relative;">
   <BaseBlockCom title="考勤情况" style="position: relative;">
     <template #title>
     <template #title>
-      <div class="more">查看更多》</div>
+      <div class="more __hover" @click="$router.push({name: '7d1096ea-871a-4ab6-9909-29cce6c399fa'})">查看更多》</div>
     </template>
     </template>
     <ButtonSwitchCom class="buttons" :options="[
     <ButtonSwitchCom class="buttons" :options="[
           {label: '昨日', value: '1'},
           {label: '昨日', value: '1'},

+ 3 - 3
src/views/staging/zbgly/right/clue-com.vue

@@ -2,10 +2,10 @@
   <BaseBlockCom title="线索及研判报告">
   <BaseBlockCom title="线索及研判报告">
     <template #title>
     <template #title>
       <ButtonSwitchCom style="margin-right: 14px" :options="[
       <ButtonSwitchCom style="margin-right: 14px" :options="[
-          {label: '日报', value: '1'},
-          {label: '周报', value: '2'},
+          {label: '线索', value: '1'},
+          {label: '研判报告', value: '2'},
       ]" padding="6px 16px" type="type2" v-model:active="sourceType"/>
       ]" padding="6px 16px" type="type2" v-model:active="sourceType"/>
-      <div class="more">查看更多》</div>
+<!--      <div class="more">查看更多》</div>-->
     </template>
     </template>
     <ButtonSwitchCom class="buttons" :options="[
     <ButtonSwitchCom class="buttons" :options="[
           {label: '按日', value: '1'},
           {label: '按日', value: '1'},

+ 1 - 1
src/views/staging/zbgly/right/notice-com.vue

@@ -1,7 +1,7 @@
 <template>
 <template>
   <BaseBlockCom title="通知公告">
   <BaseBlockCom title="通知公告">
     <template #title>
     <template #title>
-      <div class="more">查看更多》</div>
+      <div class="more __hover" @click="$router.push({name: 'fc9664b6-69f3-4dc8-bedb-a391fdc3a0db'})">查看更多》</div>
     </template>
     </template>
     <div class="list">
     <div class="list">
       <template v-for="item in list">
       <template v-for="item in list">

+ 4 - 4
src/views/staging/zby/left/clue-com.vue

@@ -1,12 +1,12 @@
 <template>
 <template>
   <BaseBlockCom title="我的线索">
   <BaseBlockCom title="我的线索">
     <template #title>
     <template #title>
-      <div class="more">查看更多》</div>
+<!--      <div class="more">查看更多》</div>-->
     </template>
     </template>
     <ButtonSwitchCom class="buttons" :options="[
     <ButtonSwitchCom class="buttons" :options="[
-          {label: '日', value: '1'},
-          {label: '周', value: '2'},
-          {label: '月', value: '3'},
+          {label: '日', value: '1'},
+          {label: '周', value: '2'},
+          {label: '月', value: '3'},
       ]" padding="3px 12px" v-model:active="dateType"/>
       ]" padding="3px 12px" v-model:active="dateType"/>
     <div class="statistic">
     <div class="statistic">
       sadasdsd
       sadasdsd

+ 1 - 1
src/views/staging/zby/left/research-com.vue

@@ -1,7 +1,7 @@
 <template>
 <template>
   <BaseBlockCom title="研判报告">
   <BaseBlockCom title="研判报告">
     <template #title>
     <template #title>
-      <div class="more">查看更多》</div>
+<!--      <div class="more">查看更多》</div>-->
     </template>
     </template>
     <div class="list">
     <div class="list">
       <template v-for="(item, index) in list">
       <template v-for="(item, index) in list">

+ 6 - 3
src/views/staging/zby/right/daily-weekly-com.vue

@@ -1,11 +1,14 @@
 <template>
 <template>
-  <BaseBlockCom title="日周报">
+  <BaseBlockCom title="日周报">
     <template #title>
     <template #title>
       <ButtonSwitchCom style="margin-right: 14px" :options="[
       <ButtonSwitchCom style="margin-right: 14px" :options="[
-          {label: '日', value: '1'},
+          {label: '日', value: '1'},
           {label: '周报', value: '2'},
           {label: '周报', value: '2'},
       ]" padding="6px 16px" type="type2" v-model:active="sourceType"/>
       ]" padding="6px 16px" type="type2" v-model:active="sourceType"/>
-      <div class="more">查看更多》</div>
+      <div class="more __hover" @click="
+        sourceType === '1' ?
+         $router.push({name: '271b733b-f08c-4628-bc98-eae5a40887da'}) :
+         $router.push({name: '258df2a8-c2db-4fc6-9f9e-3845b58b9dd3'})">查看更多》</div>
     </template>
     </template>
     <div class="list">
     <div class="list">
       <template v-for="item in list">
       <template v-for="item in list">

+ 1 - 1
src/views/staging/zby/right/notice-com.vue

@@ -1,7 +1,7 @@
 <template>
 <template>
   <BaseBlockCom title="通知公告">
   <BaseBlockCom title="通知公告">
     <template #title>
     <template #title>
-      <div class="more">查看更多》</div>
+      <div class="more __hover" @click="$router.push({name: 'fc9664b6-69f3-4dc8-bedb-a391fdc3a0db'})">查看更多》</div>
     </template>
     </template>
     <div class="list">
     <div class="list">
       <template v-for="item in list">
       <template v-for="item in list">