Browse Source

前端修改

yuansh 2 years ago
parent
commit
862e964eca
2 changed files with 7 additions and 7 deletions
  1. 5 5
      src/views/dashboard/MyToDo.vue
  2. 2 2
      src/views/system/modules/AddressListRight.vue

+ 5 - 5
src/views/dashboard/MyToDo.vue

@@ -78,8 +78,8 @@
         <a-col :xs="24" :sm="24" :md="24" :lg="24" :xl="7" :style="{ marginBottom: '8px' }">
           <a-row :gutter="24">
             <!-- 我的计划 -->
-            <a-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24" :style="{ marginBottom: '8px', paddingRight: 0 }">
-              <a-card title="我的计划" :bordered="false" style="width:100%;height:176px">
+            <!-- <a-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24" :style="{ marginBottom: '8px', paddingRight: 0 }"> -->
+              <!-- <a-card title="我的计划" :bordered="false" style="width:100%;height:176px">
                 <a-col :xs="24" :sm="24" :md="24" :lg="24" :xl="12" :style="{ marginBottom: '8px', paddingRight: 0 }">
                   <p>
                     上月我的计划:
@@ -105,11 +105,11 @@
                     >份
                   </p>
                 </a-col>
-              </a-card>
-            </a-col>
+              </a-card> -->
+            <!-- </a-col> -->
             <!-- 友情链接 -->
             <a-col :xs="24" :sm="24" :md="24" :lg="24" :xl="24" :style="{ marginBottom: '8px', paddingRight: 0 }">
-              <a-card title="友情链接" :bordered="false" style="width:100%;height:216px">
+              <a-card title="友情链接" :bordered="false" style="width:100%;height:400px">
                 <template #extra><a href="javascript:void(0);"  @click="()=>modal1.visible=true">更多</a></template>
                 <!-- <template #extra><a href="javascript:void(0);" @click="openMyLinks">更多</a></template> -->
                 <div v-for="item in linksList.slice(0, 8)" :key="item.id" class="links">

+ 2 - 2
src/views/system/modules/AddressListRight.vue

@@ -19,8 +19,8 @@
 
           <a-col :md="6" :sm="12">
             <a-form-item label="部门" style="margin-left:8px">
-               <j-search-select-tag v-model="queryParam.deptName" placeholder="请选择用户名称" 
-                   dict="sys_depart,depart_name,depart_name"/>
+               <j-search-select-tag v-model="queryParam.deptName" placeholder="请选择部门" 
+                   dict="sys_depart,depart_name,depart_name,org_type='3' or org_code='TBD' order by org_code"/>
             </a-form-item>
           </a-col>