Commit 7b66a60d7449022148c92aaa0922d77b0c269682
1 parent
f73c0838
m
Showing
1 changed file
with
13 additions
and
13 deletions
trash-ui/src/views/activiti/task/index.vue
| 1 | <template> | 1 | <template> |
| 2 | <div class="app-container"> | 2 | <div class="app-container"> |
| 3 | - <!-- <el-select v-model="queryParams.dept" filterable reserve-keyword @change="getList"> | ||
| 4 | - <el-option v-for="item in depts" :label="item.name" | ||
| 5 | - :value="item.code" :key="item.code"> | ||
| 6 | - </el-option> | ||
| 7 | - </el-select> | ||
| 8 | - <el-select v-model="queryParams.role" filterable reserve-keyword @change="getList"> | ||
| 9 | - <el-option v-for="item in roles" :label="item.name" | ||
| 10 | - :value="item.code" :key="item.code"> | ||
| 11 | - </el-option> | ||
| 12 | - </el-select> --> | 3 | +<!-- <el-select v-model="queryParams.dept" filterable reserve-keyword @change="getList">--> |
| 4 | +<!-- <el-option v-for="item in depts" :label="item.name"--> | ||
| 5 | +<!-- :value="item.code" :key="item.code">--> | ||
| 6 | +<!-- </el-option>--> | ||
| 7 | +<!-- </el-select>--> | ||
| 8 | +<!-- <el-select v-model="queryParams.role" filterable reserve-keyword @change="getList">--> | ||
| 9 | +<!-- <el-option v-for="item in roles" :label="item.name"--> | ||
| 10 | +<!-- :value="item.code" :key="item.code">--> | ||
| 11 | +<!-- </el-option>--> | ||
| 12 | +<!-- </el-select>--> | ||
| 13 | 13 | ||
| 14 | 14 | ||
| 15 | <taskCard :task="task" v-for="task in taskList" @sendToParent="showTask"/> | 15 | <taskCard :task="task" v-for="task in taskList" @sendToParent="showTask"/> |
| @@ -17,7 +17,7 @@ | @@ -17,7 +17,7 @@ | ||
| 17 | <pagination :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize" | 17 | <pagination :total="total" :page.sync="queryParams.pageNum" :limit.sync="queryParams.pageSize" |
| 18 | @pagination="getList"/> | 18 | @pagination="getList"/> |
| 19 | 19 | ||
| 20 | - <!-- 审批对话框 | 20 | + <!-- 审批对话框 --> |
| 21 | <el-dialog :title="title" :visible.sync="open" v-if="open" width="500px" append-to-body> | 21 | <el-dialog :title="title" :visible.sync="open" v-if="open" width="500px" append-to-body> |
| 22 | 22 | ||
| 23 | <div slot="footer" class="dialog-footer"> | 23 | <div slot="footer" class="dialog-footer"> |
| @@ -175,7 +175,7 @@ | @@ -175,7 +175,7 @@ | ||
| 175 | <img src="../../../assets/logo/logo.jpg" width="100%" height="800px"/> | 175 | <img src="../../../assets/logo/logo.jpg" width="100%" height="800px"/> |
| 176 | </el-dialog> | 176 | </el-dialog> |
| 177 | 177 | ||
| 178 | - <!-- 会议管理 | 178 | + <!-- 会议管理 --> |
| 179 | <el-dialog :title="title" :visible.sync="conferenceOpen" width="850px" append-to-body :close-on-click-modal="false"> | 179 | <el-dialog :title="title" :visible.sync="conferenceOpen" width="850px" append-to-body :close-on-click-modal="false"> |
| 180 | <conferenceInfo :idInfo="idInfo" v-if="conferenceOpen"/> | 180 | <conferenceInfo :idInfo="idInfo" v-if="conferenceOpen"/> |
| 181 | <div slot="footer" class="dialog-footer"> | 181 | <div slot="footer" class="dialog-footer"> |
| @@ -184,7 +184,7 @@ | @@ -184,7 +184,7 @@ | ||
| 184 | </div> | 184 | </div> |
| 185 | </el-dialog> | 185 | </el-dialog> |
| 186 | 186 | ||
| 187 | - <!-- 请假申请 | 187 | + <!-- 请假申请 --> |
| 188 | <el-dialog :title="title" :visible.sync="leaveApplicationOpen" width="500px" append-to-body | 188 | <el-dialog :title="title" :visible.sync="leaveApplicationOpen" width="500px" append-to-body |
| 189 | :close-on-click-modal="false"> | 189 | :close-on-click-modal="false"> |
| 190 | <leaveApplicationInfo :idInfo="idInfo" v-if="leaveApplicationOpen"/> | 190 | <leaveApplicationInfo :idInfo="idInfo" v-if="leaveApplicationOpen"/> |