av一区二区在线观看_亚洲男人的天堂网站_日韩亚洲视频_在线成人免费_欧美日韩精品免费观看视频_久草视

您的位置:首頁技術文章
文章詳情頁

vue實現圖書管理系統

瀏覽:59日期:2022-10-14 18:07:02

本文實例為大家分享了vue實現圖書管理系統的具體代碼,供大家參考,具體內容如下

組件代碼

<template> <div id='app'> <div class='grid'> <div> <h1>圖書管理</h1> <div class='book'> <div> <label for='id' v-focus> 編號: </label> <input type='text' v-model='id' :disabled='flag'> <label for='name'> 名稱: </label> <input type='text' v-model='name'> <button @click='add(addOrUpdate)' :disabled='subFlag'>提交</button> </div> </div> </div> <div class='total'> <span>圖書總數:</span> <span>{{ totalNum }}</span> </div> <table> <thead> <tr> <th>編號</th> <th>名稱</th> <th>時間</th> <th>操作</th> </tr> </thead> <tbody> <tr v-for='book in books'> <td> {{ book.id }} </td> <td> {{ book.name }} </td> <td> {{ book.date | date-format }} </td> <td> <a href='http://m.4tl426be.cn/bcjs/10460.html' @click.prevent=' rel='external nofollow' updateBook(book.id)'>修改</a> <span>|</span> <a href='http://m.4tl426be.cn/bcjs/10460.html' @click.prevent = ’deleteBook(book.id)’>刪除</a> </td> </tr> </tbody> </table> </div> </div></template><script> export default { data(){ return{ books:[ { id: 1, name: ’三國演義’, date: 2525609975000 }, { id: 2, name: ’水滸傳’, date: 2525609975000 }, { id: 3, name: ’紅樓夢’, date: 2525609975000 }, { id: 4, name: ’西游記’, date: 2525609975000 } ], id:’’, name:’’, flag:false, // id輸入框是否可修改標識 addOrUpdate: 0, // 0代表添加 1代表修改 subFlag:false, // 提交按鈕是否禁用(圖書存在時禁用) } }, methods:{ // 添加圖書的方法 add() { if(this.addOrUpdate===0){ // 添加圖書 this.books.push({ id: this.id, name: this.name, date: new Date() }); }else{ const book = this.books.filter((book)=>{ return book.id === this.id; }); book[0].name = this.name } // 添加之后清空input框 this.id = ’’; this.name = ’’; this.flag = false }, // 更新圖書的方法 updateBook(id){this.addOrUpdate = 1; // 需要修改的當前圖書信息 const book = this.books.filter((book)=>{ return book.id === id; }); // 讓input框顯示相應內容 this.id = book[0].id; this.name = book[0].name; this.flag = true; }, deleteBook(id){ // 獲取當前圖書的索引 const index = this.books.findIndex((book)=>{ return book.id === id }); this.books.splice(index, 1) } }, computed:{ totalNum(){return this.books.length } }, // 自定義局部指令 directives:{ focus:{ inserted(el){ // 自動聚焦 el.focus() } } }, // 監視圖書是否存在 watch:{ name:{ deep:true, handler(val){ const book = this.books.find((book)=>{ return book.name === val }); if(book){ this.subFlag = true }else{ this.subFlag = false } } } } }</script><style type='text/css'> .grid { margin: auto; width: 530px; text-align: center; } .grid table { border-top: 1px solid #C2D89A; width: 100%; border-collapse: collapse; } .grid th,td { padding: 10px; border: 1px dashed #F3DCAB; height: 35px; line-height: 35px; } .grid th { background-color: #F3DCAB; } .grid .book { padding-bottom: 10px; padding-top: 5px; background-color: #F3DCAB; } .grid .total { height: 30px; line-height: 30px; background-color: #F3DCAB; border-top: 1px solid #C2D89A; }</style>

過濾器文件index.js

vue實現圖書管理系統

import Vue from ’vue’import format from ’date-fns/format’// 自定義過濾器Vue.filter(’date-format’, function (value, formatStr=’yyyy-MM-dd HH:mm:ss’) { return format(value, formatStr)});

main.js引入

import ’./filters’

vue實現圖書管理系統

以上就是本文的全部內容,希望對大家的學習有所幫助,也希望大家多多支持好吧啦網。

標簽: Vue
相關文章:
主站蜘蛛池模板: 九九热九九 | 日本三级电影在线观看视频 | 一级免费看 | 日本不卡在线观看 | 99久久精品免费看国产四区 | 中文字幕在线观看第一页 | 99久久精品国产一区二区三区 | 日韩高清一区二区 | 在线观看亚 | 国产视频精品区 | 五月精品视频 | 欧美一区二区三区久久精品视 | 欧美精三区欧美精三区 | 毛片黄片免费看 | 久久久久久免费毛片精品 | 日本精品裸体写真集在线观看 | 夜夜夜操 | www国产成人免费观看视频,深夜成人网 | 国产二区av| 午夜在线影院 | 亚洲免费网站 | 9久9久9久女女女九九九一九 | 久久精品视频在线播放 | 天堂资源视频 | 免费国产视频 | 国产日韩欧美一区二区在线播放 | 国产一区二区三区四区五区加勒比 | 午夜伦理影院 | 亚洲高清av在线 | 亚洲欧美日韩一区二区 | 天天操天天干天天曰 | 国产资源在线观看 | 天堂在线www | 在线观看视频一区二区三区 | 在线观看av网站 | 久久亚洲国产 | 亚洲字幕在线观看 | 欧美日韩中文在线观看 | 久久国产一区二区三区 | 久久最新 | 一级黄色生活视频 |