mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-06 07:21:24 +08:00
update work card
This commit is contained in:
@@ -1,4 +1,21 @@
|
||||
<template><div>Home</div></template>
|
||||
<template>
|
||||
<el-row style="width: 100%" :gutter="20">
|
||||
<el-col :span="12">
|
||||
<work-card />
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<work-card />
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row style="width: 100%" :gutter="20">
|
||||
<el-col :span="12">
|
||||
<work-card />
|
||||
</el-col>
|
||||
<el-col :span="12">
|
||||
<work-card />
|
||||
</el-col>
|
||||
</el-row>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
@@ -6,4 +23,8 @@ export default {
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped></style>
|
||||
<style scoped>
|
||||
.el-row {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
</style>
|
||||
|
||||
@@ -35,7 +35,6 @@
|
||||
width="220"
|
||||
confirm-button-text="是"
|
||||
cancel-button-text="否"
|
||||
:icon="InfoFilled"
|
||||
icon-color="#00d4ff"
|
||||
title="是否修改为未完成?"
|
||||
@confirm="todoConfirmEvent(scope.row)"
|
||||
|
||||
@@ -23,7 +23,6 @@
|
||||
width="220"
|
||||
confirm-button-text="是"
|
||||
cancel-button-text="否"
|
||||
:icon="InfoFilled"
|
||||
icon-color="#00d4ff"
|
||||
title="是否确认完成?"
|
||||
@confirm="completeConfirmEvent(scope.row)"
|
||||
|
||||
Reference in New Issue
Block a user