shj
2022-09-06 7f4afacd085aa2a3807c9560077caa3cd30522c3
修改
2 files modified
6 ■■■■ changed files
src/views/goalManagement/TargetBook/component/DailogSearch.vue 2 ●●● patch | view | raw | blame | history
src/views/goalManagement/targetStatistics/index.vue 4 ●●●● patch | view | raw | blame | history
src/views/goalManagement/TargetBook/component/DailogSearch.vue
@@ -43,7 +43,7 @@
                    :disabled="disabled"
                    :background="background"
                    layout="total, sizes, prev, pager, next, jumper"
                    :total="400"
                    :total="1"
                    @size-change="handleSizeChange"
                    @current-change="handleCurrentChange"
                />
src/views/goalManagement/targetStatistics/index.vue
@@ -37,11 +37,11 @@
                    let arr = [];
                    arr.push({
                        value: res.data.data.noComplete,
                        name: '未完成',
                        name: `未完成 ${res.data.data.noComplete}`,
                    });
                    arr.push({
                        value: res.data.data.complete,
                        name: '已完成',
                        name: `已完成 ${res.data.data.complete}`,
                    });
                    init(arr);
                });