兴安优化-人员下发记录
This commit is contained in:
@@ -19,6 +19,13 @@
|
||||
/>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item label="下发状态" prop="downResult">
|
||||
<el-select filterable v-model="queryParams.downResult" placeholder="请选择" clearable @keyup.enter.native="handleQuery" >
|
||||
<el-option key=0 label="成功" value=0></el-option>
|
||||
<el-option key=1 label="失败" value=1></el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
<el-form-item>
|
||||
<el-button type="primary" icon="el-icon-search" size="mini" @click="handleQuery">搜索</el-button>
|
||||
<el-button icon="el-icon-refresh" size="mini" @click="resetQuery">重置</el-button>
|
||||
@@ -88,6 +95,9 @@
|
||||
<template v-if="scope.row.operType===1">
|
||||
修改
|
||||
</template>
|
||||
<template v-if="scope.row.operType===2">
|
||||
重新下发
|
||||
</template>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column label="下发回执" align="center" prop="msg" width="180">
|
||||
@@ -167,6 +177,7 @@ export default {
|
||||
pageSize: 10,
|
||||
peopleName: null,
|
||||
equipmentId: null,
|
||||
downResult: null,
|
||||
},
|
||||
// 表单参数
|
||||
form: {},
|
||||
|
||||
Reference in New Issue
Block a user