Browse Source

康复管理 文字修改

zhangyanfang 6 years ago
parent
commit
f47ba9f787

+ 1 - 1
app/rehabilitation/html/health_control.html

@ -66,7 +66,7 @@
                <label class="checkbox all-checkbox">
                    <input type="checkbox" name="tags" class="c-hide" value="1" id="c" @click="daiban()">
                    <i class="icon-chkbox"></i>
                    今日待办
                    今日
                </label>
            </div>
            

+ 1 - 1
app/rehabilitation/html/moreplan.html

@ -128,7 +128,7 @@
                                <span class="cgre">{{data.allCount}}</span>
                            </div>
                            <div class="detailc flex-box">
                                <p class="cred">今日项目:
                                <p class="cred">今日:
                                    <span>{{data.todayBacklogCount}}</span>
                                </p>
                                <p class="cgre">已完成:

+ 0 - 5
app/rehabilitation/js/health_control.js

@ -1,5 +1,4 @@
layui.use('element', function () {
    // var $ = layui.jquery
    element = layui.element//Tab的切换功能,切换事件监听等,需要依赖element模块
    function Progress(dom, num) {
        window.setTimeout(function () {
@ -241,10 +240,6 @@ layui.use('element', function () {
                })
            },
            gettypes: function () {
                var vm = this