Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcjg-web
Showing
3 changed files
with
11 additions
and
5 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="datetime" | 14 | type="datetime" |
15 | class="width100" | ||
15 | placeholder="开始日期" | 16 | placeholder="开始日期" |
16 | :picker-options="pickerOptionsStart" | 17 | :picker-options="pickerOptionsStart" |
17 | v-model="form.startTime" | 18 | v-model="form.startTime" |
... | @@ -22,6 +23,7 @@ | ... | @@ -22,6 +23,7 @@ |
22 | <el-col :span="4"> | 23 | <el-col :span="4"> |
23 | <el-form-item label="结束日期" prop="endTime"> | 24 | <el-form-item label="结束日期" prop="endTime"> |
24 | <el-date-picker | 25 | <el-date-picker |
26 | class="width100" | ||
25 | type="datetime" | 27 | type="datetime" |
26 | placeholder="结束日期" | 28 | placeholder="结束日期" |
27 | :picker-options="pickerOptionsEnd" | 29 | :picker-options="pickerOptionsEnd" |
... | @@ -31,7 +33,7 @@ | ... | @@ -31,7 +33,7 @@ |
31 | </el-form-item> | 33 | </el-form-item> |
32 | </el-col> | 34 | </el-col> |
33 | <!-- 操作按钮 --> | 35 | <!-- 操作按钮 --> |
34 | <el-col :span="3" class="btnColRight"> | 36 | <el-col :span="4" class="btnColRight"> |
35 | <btn nativeType="cz" @click="resetForm">重置</btn> | 37 | <btn nativeType="cz" @click="resetForm">重置</btn> |
36 | <btn nativeType="cx" @click="getProcessCounts">查询</btn> | 38 | <btn nativeType="cx" @click="getProcessCounts">查询</btn> |
37 | </el-col> | 39 | </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="datetime" | 32 | type="datetime" |
33 | class="width100" | ||
33 | placeholder="开始日期" | 34 | placeholder="开始日期" |
34 | :picker-options="pickerOptionsStart" | 35 | :picker-options="pickerOptionsStart" |
35 | v-model="form.startTime" | 36 | v-model="form.startTime" |
... | @@ -41,6 +42,7 @@ | ... | @@ -41,6 +42,7 @@ |
41 | <el-form-item label="结束日期" prop="endTime"> | 42 | <el-form-item label="结束日期" prop="endTime"> |
42 | <el-date-picker | 43 | <el-date-picker |
43 | type="datetime" | 44 | type="datetime" |
45 | class="width100" | ||
44 | placeholder="结束日期" | 46 | placeholder="结束日期" |
45 | :picker-options="pickerOptionsEnd" | 47 | :picker-options="pickerOptionsEnd" |
46 | v-model="form.endTime" | 48 | v-model="form.endTime" |
... | @@ -49,7 +51,7 @@ | ... | @@ -49,7 +51,7 @@ |
49 | </el-form-item> | 51 | </el-form-item> |
50 | </el-col> | 52 | </el-col> |
51 | <!-- 操作按钮 --> | 53 | <!-- 操作按钮 --> |
52 | <el-col :span="3" class="btnColRight"> | 54 | <el-col :span="4" class="btnColRight"> |
53 | <btn nativeType="cz" @click="resetForm">重置</btn> | 55 | <btn nativeType="cz" @click="resetForm">重置</btn> |
54 | <btn nativeType="cx" @click="getSuucessRate">查询</btn> | 56 | <btn nativeType="cx" @click="getSuucessRate">查询</btn> |
55 | </el-col> | 57 | </el-col> | ... | ... |
... | @@ -27,8 +27,9 @@ | ... | @@ -27,8 +27,9 @@ |
27 | </el-form-item> | 27 | </el-form-item> |
28 | </el-col> | 28 | </el-col> |
29 | <el-col :span="4"> | 29 | <el-col :span="4"> |
30 | <el-form-item label="开始日期" prop="startTime"> | 30 | <el-form-item label="开始日期"> |
31 | <el-date-picker | 31 | <el-date-picker |
32 | class="width100" | ||
32 | type="datetime" | 33 | type="datetime" |
33 | placeholder="开始日期" | 34 | placeholder="开始日期" |
34 | :picker-options="pickerOptionsStart" | 35 | :picker-options="pickerOptionsStart" |
... | @@ -38,8 +39,9 @@ | ... | @@ -38,8 +39,9 @@ |
38 | </el-form-item> | 39 | </el-form-item> |
39 | </el-col> | 40 | </el-col> |
40 | <el-col :span="4"> | 41 | <el-col :span="4"> |
41 | <el-form-item label="结束日期" prop="endTime"> | 42 | <el-form-item label="结束日期"> |
42 | <el-date-picker | 43 | <el-date-picker |
44 | class="width100" | ||
43 | type="datetime" | 45 | type="datetime" |
44 | placeholder="结束日期" | 46 | placeholder="结束日期" |
45 | :picker-options="pickerOptionsEnd" | 47 | :picker-options="pickerOptionsEnd" |
... | @@ -49,7 +51,7 @@ | ... | @@ -49,7 +51,7 @@ |
49 | </el-form-item> | 51 | </el-form-item> |
50 | </el-col> | 52 | </el-col> |
51 | <!-- 操作按钮 --> | 53 | <!-- 操作按钮 --> |
52 | <el-col :span="3" class="btnColRight"> | 54 | <el-col :span="4" class="btnColRight"> |
53 | <btn nativeType="cz" @click="resetForm">重置</btn> | 55 | <btn nativeType="cz" @click="resetForm">重置</btn> |
54 | <btn nativeType="cx" @click="getProcessCounts">查询</btn> | 56 | <btn nativeType="cx" @click="getProcessCounts">查询</btn> |
55 | </el-col> | 57 | </el-col> | ... | ... |
-
Please register or sign in to post a comment