|
|
@@ -1,8 +1,8 @@
|
|
|
<template>
|
|
|
<view class="work-container">
|
|
|
<!-- 宫格组件 -->
|
|
|
- <view>
|
|
|
- <uni-section :title="processList.ftypeList[0].typeName" type="line"></uni-section>
|
|
|
+ <view v-if="processList.fList.length != 0">
|
|
|
+ <uni-section :title="processList.ftypeList[0].typeName" titleFontSize="1.3rem" type="line"></uni-section>
|
|
|
<view class="grid-body">
|
|
|
<uni-grid :column="4" :showBorder="false" @change="changeProcessGrid">
|
|
|
<uni-grid-item v-for="(item, index) in processList.fList" :index="index" :key="index">
|
|
|
@@ -51,7 +51,7 @@
|
|
|
</uni-grid>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <uni-section title="考勤管理" type="line"></uni-section>
|
|
|
+ <uni-section title="考勤管理" titleFontSize="1.3rem" type="line"></uni-section>
|
|
|
<view class="grid-body">
|
|
|
<uni-grid :column="4" :showBorder="false" @change="changeAttendanceGrid">
|
|
|
<uni-grid-item :index="1">
|
|
|
@@ -68,7 +68,7 @@
|
|
|
</uni-grid-item>
|
|
|
</uni-grid>
|
|
|
</view>
|
|
|
- <uni-section title="日报周报" type="line"></uni-section>
|
|
|
+ <uni-section title="日报周报" titleFontSize="1.3rem" type="line"></uni-section>
|
|
|
<view class="grid-body">
|
|
|
<uni-grid :column="4" :showBorder="false" @change="changeDiaryGrid">
|
|
|
<uni-grid-item :index="1">
|
|
|
@@ -86,7 +86,7 @@
|
|
|
</uni-grid>
|
|
|
</view>
|
|
|
|
|
|
- <uni-section title="系统工具" type="line"></uni-section>
|
|
|
+ <uni-section title="系统工具" titleFontSize="1.3rem" type="line"></uni-section>
|
|
|
<view class="grid-body">
|
|
|
<uni-grid :column="4" :showBorder="false" @change="changeToolsGrid">
|
|
|
<uni-grid-item :index="1">
|