页面优化
This commit is contained in:
@@ -256,6 +256,14 @@
|
||||
<el-form-item label="优先级" prop="weight">
|
||||
<el-input v-model="form.weight" placeholder="请输入优先级" />
|
||||
</el-form-item>
|
||||
<el-form-item label="任务状态" prop="status">
|
||||
<el-radio-group v-model="form.status">
|
||||
<el-radio :label="0">计划中</el-radio>
|
||||
<el-radio :label="1">准备中 </el-radio>
|
||||
<el-radio :label="2">已开始</el-radio>
|
||||
<el-radio :label="4">完成</el-radio>
|
||||
</el-radio-group>
|
||||
</el-form-item>
|
||||
</el-form>
|
||||
<div slot="footer" class="dialog-footer">
|
||||
<el-button type="primary" @click="submitForm">确 定</el-button>
|
||||
@@ -372,6 +380,7 @@ export default {
|
||||
this.getProjectList();
|
||||
this.getResource();
|
||||
this.getCpUserList();
|
||||
// this.twoRescoure();
|
||||
},
|
||||
methods: {
|
||||
startMethod(){
|
||||
@@ -382,7 +391,7 @@ export default {
|
||||
this.getCropList();
|
||||
this.getTaskCateList();
|
||||
this.getAreasList();
|
||||
this.twoRescoure();
|
||||
// this.twoRescoure();
|
||||
},
|
||||
executorPersonConvert(executorPerson){
|
||||
let executorPersonName = "";
|
||||
@@ -476,7 +485,9 @@ export default {
|
||||
pageNo: 1,
|
||||
pageSize: 10,
|
||||
}).then(res => {
|
||||
console.log(111111111, res.data.list);
|
||||
this.resourceList = res.data.list;
|
||||
this.twoRescoure();
|
||||
this.getList();
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user