bug 2796
Showing
3 changed files
with
9 additions
and
3 deletions
... | @@ -12,6 +12,7 @@ | ... | @@ -12,6 +12,7 @@ |
12 | <el-form-item label="开始日期" prop="startTime"> | 12 | <el-form-item label="开始日期" prop="startTime"> |
13 | <el-date-picker | 13 | <el-date-picker |
14 | type="date" | 14 | type="date" |
15 | :clearable="false" | ||
15 | class="width100" | 16 | class="width100" |
16 | placeholder="开始日期" | 17 | placeholder="开始日期" |
17 | :picker-options="pickerOptionsStart" | 18 | :picker-options="pickerOptionsStart" |
... | @@ -24,6 +25,7 @@ | ... | @@ -24,6 +25,7 @@ |
24 | <el-form-item label="结束日期" prop="endTime"> | 25 | <el-form-item label="结束日期" prop="endTime"> |
25 | <el-date-picker | 26 | <el-date-picker |
26 | class="width100" | 27 | class="width100" |
28 | :clearable="false" | ||
27 | type="date" | 29 | type="date" |
28 | placeholder="结束日期" | 30 | placeholder="结束日期" |
29 | :picker-options="pickerOptionsEnd" | 31 | :picker-options="pickerOptionsEnd" |
... | @@ -34,7 +36,7 @@ | ... | @@ -34,7 +36,7 @@ |
34 | </el-form-item> | 36 | </el-form-item> |
35 | </el-col> | 37 | </el-col> |
36 | <!-- 操作按钮 --> | 38 | <!-- 操作按钮 --> |
37 | <el-col :span="4" class="btnColRight"> | 39 | <el-col :span="16" class="btnColRight"> |
38 | <btn nativeType="cz" @click="resetForm">重置</btn> | 40 | <btn nativeType="cz" @click="resetForm">重置</btn> |
39 | <btn nativeType="cx" @click="getProcessCounts">查询</btn> | 41 | <btn nativeType="cx" @click="getProcessCounts">查询</btn> |
40 | </el-col> | 42 | </el-col> | ... | ... |
... | @@ -30,6 +30,7 @@ | ... | @@ -30,6 +30,7 @@ |
30 | <el-form-item label="开始日期" prop="startTime"> | 30 | <el-form-item label="开始日期" prop="startTime"> |
31 | <el-date-picker | 31 | <el-date-picker |
32 | type="date" | 32 | type="date" |
33 | :clearable="false" | ||
33 | class="width100" | 34 | class="width100" |
34 | placeholder="开始日期" | 35 | placeholder="开始日期" |
35 | :picker-options="pickerOptionsStart" | 36 | :picker-options="pickerOptionsStart" |
... | @@ -42,6 +43,7 @@ | ... | @@ -42,6 +43,7 @@ |
42 | <el-form-item label="结束日期" prop="endTime"> | 43 | <el-form-item label="结束日期" prop="endTime"> |
43 | <el-date-picker | 44 | <el-date-picker |
44 | type="date" | 45 | type="date" |
46 | :clearable="false" | ||
45 | class="width100" | 47 | class="width100" |
46 | placeholder="结束日期" | 48 | placeholder="结束日期" |
47 | :picker-options="pickerOptionsEnd" | 49 | :picker-options="pickerOptionsEnd" |
... | @@ -52,7 +54,7 @@ | ... | @@ -52,7 +54,7 @@ |
52 | </el-form-item> | 54 | </el-form-item> |
53 | </el-col> | 55 | </el-col> |
54 | <!-- 操作按钮 --> | 56 | <!-- 操作按钮 --> |
55 | <el-col :span="4" class="btnColRight"> | 57 | <el-col :span="12" class="btnColRight"> |
56 | <btn nativeType="cz" @click="resetForm">重置</btn> | 58 | <btn nativeType="cz" @click="resetForm">重置</btn> |
57 | <btn nativeType="cx" @click="getSuucessRate">查询</btn> | 59 | <btn nativeType="cx" @click="getSuucessRate">查询</btn> |
58 | </el-col> | 60 | </el-col> | ... | ... |
... | @@ -30,6 +30,7 @@ | ... | @@ -30,6 +30,7 @@ |
30 | <el-form-item label="开始日期"> | 30 | <el-form-item label="开始日期"> |
31 | <el-date-picker | 31 | <el-date-picker |
32 | class="width100" | 32 | class="width100" |
33 | :clearable="false" | ||
33 | type="date" | 34 | type="date" |
34 | placeholder="开始日期" | 35 | placeholder="开始日期" |
35 | :picker-options="pickerOptionsStart" | 36 | :picker-options="pickerOptionsStart" |
... | @@ -42,6 +43,7 @@ | ... | @@ -42,6 +43,7 @@ |
42 | <el-form-item label="结束日期"> | 43 | <el-form-item label="结束日期"> |
43 | <el-date-picker | 44 | <el-date-picker |
44 | class="width100" | 45 | class="width100" |
46 | :clearable="false" | ||
45 | type="date" | 47 | type="date" |
46 | placeholder="结束日期" | 48 | placeholder="结束日期" |
47 | :picker-options="pickerOptionsEnd" | 49 | :picker-options="pickerOptionsEnd" |
... | @@ -52,7 +54,7 @@ | ... | @@ -52,7 +54,7 @@ |
52 | </el-form-item> | 54 | </el-form-item> |
53 | </el-col> | 55 | </el-col> |
54 | <!-- 操作按钮 --> | 56 | <!-- 操作按钮 --> |
55 | <el-col :span="4" class="btnColRight"> | 57 | <el-col :span="12" class="btnColRight"> |
56 | <btn nativeType="cz" @click="resetForm">重置</btn> | 58 | <btn nativeType="cz" @click="resetForm">重置</btn> |
57 | <btn nativeType="cx" @click="getProcessCounts">查询</btn> | 59 | <btn nativeType="cx" @click="getProcessCounts">查询</btn> |
58 | </el-col> | 60 | </el-col> | ... | ... |
-
Please register or sign in to post a comment