|
|
@@ -36,9 +36,9 @@
|
|
|
</el-row>
|
|
|
<el-row :gutter="16">
|
|
|
<el-col :xs="24" :sm="12" :md="12" :lg="12" :xl="12">
|
|
|
- <el-form-item label="年月" prop="yearMonth">
|
|
|
+ <el-form-item label="年月" prop="yearMonths">
|
|
|
<el-date-picker
|
|
|
- v-model="reportInfo.yearMonth"
|
|
|
+ v-model="reportInfo.yearMonths"
|
|
|
type="month"
|
|
|
placeholder="选择年月"
|
|
|
format="YYYY-MM"
|
|
|
@@ -485,7 +485,7 @@ const submitLoading = ref(false)
|
|
|
// 表单数据
|
|
|
let reportInfo = reactive({
|
|
|
title: '',
|
|
|
- yearMonth: '',
|
|
|
+ yearMonths: '',
|
|
|
deptId: 0,
|
|
|
employee: '0',
|
|
|
subcontractors: '0',
|