萬能vue-element-admin+Elementui實現(xiàn)增刪改查模板_第1頁
萬能vue-element-admin+Elementui實現(xiàn)增刪改查模板_第2頁
萬能vue-element-admin+Elementui實現(xiàn)增刪改查模板_第3頁
免費預覽已結束,剩余1頁可下載查看

下載本文檔

版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領

文檔簡介

1、vue-element-admin+Elementui實現(xiàn)增刪改查模板頁基本元素(展以及增刪改查的按鈕) row.vname row.startTime | dateFilter row.endTime | dateFilter el-button v-if=row.status = 0 | row.status=1 | row.status=2關閉確認定義data數(shù)據(jù)和過濾function dateIfAddZero(time) / 過濾時間的法return time 10 ? 0 + time : timeexport default filters: dateFilter(date) /

2、 定義時間過濾var date = new Date(new Date(date).getTime() / 中國標準時間const year = date.getFullYear()const month = dateIfAddZero(date.getMonth() + 1)const day = dateIfAddZero(date.getDate()const hours = dateIfAddZero(date.getHours()const minutes = dateIfAddZero(date.getMinutes()const seconds = dateIfAddZero(d

3、ate.getSeconds()return year + - + month + - + day + + hours + : + minutes + : + seconds,statusFilter(status) / 定義樣式過濾const statusMap = 0: success,1: danger,2:inforeturn statusMapstatus,data() return groupList: type: 0,name: , / 定義下拉框type: 1, name: ,datalist: null, /listuserList:, /list接收后臺集合,做下拉框tot

4、al: 0, /0條記錄listLoading: true, /默認加載listQuery: /定義分頁查詢的條件pageNum: 1,total: 0,uname: /條件查詢的條件字段,dialogStatus: , /定義添加和修改create or updatedialogStatus: , /定義添加和修改create or updateuid: required: true, message: , trigger: change ,vid: required: true, message: , trigger: blur ,textMap: /添加和編輯的標題temp: id: ,

5、name: ,type: 基本的增刪改查法methods: getList() getVoucherBagList(this.listQuery.pageNum,this.listQuery.pageSize,this.listQuery.uname).then(response = this.datalist = response.data.voucherBagListthis.listQuery.total = response.data.totalthis.userList=response.data.userListthis.voucherList=response.data.vouc

6、herListsetTimeout() = / Just to simulate the time of the requestthis.listLoading = false, 0.5 * 1000),handleSizeChange(newSize) / 每頁條數(shù)改變時觸發(fā)console.log(newSize)this.listQuery.pageSize = newSizethis.getList(),handleCurrentChange(newPage) / 頁碼改變時觸發(fā)console.log(newPage)this.listQuery.pageNum = newPagethi

7、s.getList(),resetTemp() / 清空數(shù)據(jù),定義內容this.temp = name: ,this.$refsdataForm.clearValidate()handleUpdate(row) / 點擊編輯this.temp = Object.assign(, row) / tempthis.dialogStatus = updatethis.dialogFormVisible = truethis.$nextTick() = this.$refsdataForm.clearValidate()type: success)this.getList() else this.$notify.error(title: ),updateData() / 修改this.$refsdataForm.validate(valid) = if (valid) updateVoucherBag(this.temp).then(response = if (response.code = 200) this.dialogFormVisible = falsethis.$notify(title: ,type: success)this.getList() else this.dialogFormVisible = falsethis.$notify

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
  • 4. 未經權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
  • 5. 人人文庫網僅提供信息存儲空間,僅對用戶上傳內容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
  • 6. 下載文件中如有侵權或不適當內容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

最新文檔

評論

0/150

提交評論