打卡調資料

2022-07-26 20:30:13 字數 2942 閱讀 8468

<

view

class

="ctn"

>

<

view

class

="itm"

@click

="clockin(1, breakfast_time, a)"

>//形參

<

text

>今日早餐

text

>

<

image

src="../../static/icon/icon_punch2.png"

>

image

>

<

text

>打卡時間 }

text

>

<

text

v-if

="a"

class

="unsign"

>已打卡

text

>

<

text

v-else class

="sign"

>去打卡

text

>

view

>

<

view

class

="itm"

@click

="clockin(2, lunch_time, b)"

>

<

text

>今日午餐

text

>

<

image

src="../../static/icon/icon_punch3.png"

>

image

>

<

text

>打卡時間 }

text

>

<

text

v-if

="b"

class

="unsign"

>已打卡

text

>

<

text

v-else class

="sign"

>去打卡

text

>

view

>

<

view

class

="itm"

@click

="clockin(3, dinner_time,c)"

>

<

text

>今日晚餐

text

>

<

image

src="../../static/icon/icon_punch4.png"

>

image

>

<

text

>打卡時間 }

text

>

<

text

v-if

="c"

class

="unsign"

>已打卡

text

>

<

text

v-else class

="sign"

>去打卡

text

>

view

>

view

>

//獲取打卡列表

getrecord(date:any)

if (data.code == 1)  

if (el.meal_type == 2) 

if (el.meal_type == 3) 

});}

this.a = a;

this.b = b;

this.c = c;}})

.catch((error:any)=>)

},

1, '', a)">//三個入參

今日早餐

打卡時間 }

已打卡去打卡

今日午餐

打卡時間 }

已打卡去打卡

今日晚餐

打卡時間 }

已打卡去打卡

//

獲取設定 呼叫方法

getremind()

this.requesttodaydata(this

.date);

//執行完上面設定的介面呼叫 緊接著執行已打卡的介面呼叫 保持頁面順序正確 先是設定的時間點選載入上已打卡的當前時間}).

catch((error:any)=>)

},

requesttodaydata(dt:any))

.catch((error:any)=>)

},

//點選打卡 進餐打卡

clockin(meal_type:any,time:any,num:any)$:$$`

//點選後立即已打卡 時間從設定時間變更為打卡的時間

資料分析打卡03

1 資料的合併 1 concat方法 將資料橫向合併在一起 resul up text left up.join text right up 將left和right拼接在一起,列拼接 3 merge方法 df.merge left,right,how inner on none,left on no...

資料庫調優之主機調優

學習資料庫需要對很多東西要理解,包括主機,儲存,資料庫,開發。特別調優。因此,資料庫設計的知識還是比較廣的,這篇文章主要是講解一下主機調優。我遇到過一些關於主機引起的資料庫問題,比如資料庫開啟後,資料庫的效能還可以,但是隨著時間增長,主機的記憶體就會耗得很多,資料庫就會變慢 還有就是io繁忙程度10...

資料結構日常打卡

define maxsize 50 typedef int elemtype 宣告線性表的順序儲存型別 typedef struct sqlist 建立順序表 void createlist sqlist l elemtype a int n l length k 初始化線性表 void initl...