|
|
@@ -43,7 +43,9 @@
|
|
|
|
|
|
<div class="mt-10 flex lex-align-start flex-justify-start">
|
|
|
<span class="mr-10 title flex flex-justify-start">标签:</span>
|
|
|
- <div><wt-label @submit="handleTags" /></div>
|
|
|
+ <div>
|
|
|
+ <wt-label @submit="handleTags" />
|
|
|
+ </div>
|
|
|
</div>
|
|
|
<div class="mt-10 flex lex-align-start flex-justify-start">
|
|
|
<span class="mr-10 title flex flex-justify-start">执行者:</span>
|
|
|
@@ -91,8 +93,8 @@
|
|
|
</div>
|
|
|
<div class="flex flex-justify-end full-width">
|
|
|
<el-button type="primary" plain @click="showDialog = false"
|
|
|
- >取 消</el-button
|
|
|
- >
|
|
|
+ >取 消
|
|
|
+ </el-button>
|
|
|
<el-button type="primary" @click="submit">确 定</el-button>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -144,7 +146,15 @@ export default {
|
|
|
showDialog: false,
|
|
|
fileList: [],
|
|
|
form: {
|
|
|
- title: ''
|
|
|
+ title: '',
|
|
|
+ taskStatus: '',
|
|
|
+ level: '',
|
|
|
+ remark: '',
|
|
|
+ startTime: '',
|
|
|
+ endTime: '',
|
|
|
+ executeUser: '',
|
|
|
+ tags: '',
|
|
|
+ taskProcess: ''
|
|
|
},
|
|
|
data: [
|
|
|
{
|