2024年1月19日V01.00.51
zhaoyu 2024-01-11 17:36:26 +08:00
parent 81b15934d8
commit 193a1d1d17
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<el-row> <el-row>
<el-col :span="4"> <el-col :span="4">
<el-form-item label="作业编号"> <el-form-item label="作业编号">
<el-input v-model="search.keyjobnumber" placeholder="作业编号..." /> <el-input v-model="search.keyJobNumber" placeholder="作业编号..." />
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4"> <el-col :span="4">
@ -103,7 +103,7 @@ export default {
search: { search: {
STATE: '99', STATE: '99',
applicantName: '', applicantName: '',
keyjobnumber: '' keyJobNumber: ''
}, },
varList: [], varList: [],
corpinfoAllList: [], corpinfoAllList: [],