You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2 lines
7.1 KiB
2 lines
7.1 KiB
3 years ago
|
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1fd412cf"],{"04d1":function(e,t,r){var i=r("342f"),l=i.match(/firefox\/(\d+)/i);e.exports=!!l&&+l[1]},"0c97":function(e,t,r){"use strict";r.r(t);var i=function(){var e=this,t=e.$createElement,r=e._self._c||t;return r("div",[r("el-pagination",{attrs:{"page-sizes":[10,20,30,40],"page-size":10,total:100,layout:"total, sizes, prev, pager, next, jumper"}}),r("el-table",{ref:"list",staticStyle:{width:"100%"},attrs:{data:e.tableData,border:"",stripe:"","highlight-current-row":"","default-sort":{prop:"date",order:"descending"}},on:{"row-click":e.handleRowClick,"select-all":e.handleCheckedAllAndCheckedNone,select:e.handleCheckedAllAndCheckedNone}},[r("el-table-column",{attrs:{type:"selection",width:"45",align:"center"}}),r("el-table-column",{attrs:{type:"index",label:"序号",width:"50"}}),r("el-table-column",{attrs:{property:"date",label:"日期",width:"180",sortable:""},scopedSlots:e._u([{key:"default",fn:function(t){return[r("i",{staticClass:"el-icon-time"}),r("span",{staticStyle:{"margin-left":"5px"}},[e._v(e._s(t.row.date))])]}}])}),r("el-table-column",{attrs:{property:"name",label:"姓名",width:"180"}}),r("el-table-column",{attrs:{property:"address",label:"地址"}}),r("el-table-column",{attrs:{label:"操作",width:"130",align:"center"},scopedSlots:e._u([{key:"default",fn:function(t){return[r("el-button",{attrs:{circle:"",icon:"el-icon-edit-outline",type:"primary",title:"编辑",size:"small"},on:{click:function(r){return e.rowEdit(t.$index,t.row)}}}),r("el-button",{attrs:{circle:"",icon:"el-icon-delete",type:"danger",title:"删除",size:"small"},on:{click:function(r){return e.rowDel(t.$index,t.row,r)}}})]}}])})],1),r("el-dialog",{attrs:{title:"编辑",visible:e.isShowEditDialog,width:"430px"},on:{"update:visible":function(t){e.isShowEditDialog=t},close:e.dialogClose}},[r("el-form",{ref:"editForm",attrs:{model:e.formFileds,"label-width":"55px",rules:e.rules}},[r("el-form-item",{attrs:{label:"日期"}},[r("el-date-picker",{attrs:{"value-format":"yyyy-MM-dd",editable:!1,clearable:!1},model:{value:e.formFileds.date,callback:function(t){e.$set(e.formFileds,"date",t)},expression:"formFileds.date"}})],1),r("el-form-item",{attrs:{label:"姓名",prop:"name"}},[r("el-input",{model:{value:e.formFileds.name,callback:function(t){e.$set(e.formFileds,"name",t)},expression:"formFileds.name"}})],1),r("el-form-item",{attrs:{label:"地址",prop:"address"}},[r("el-input",{model:{value:e.formFileds.address,callback:function(t){e.$set(e.formFileds,"address",t)},expression:"formFileds.address"}})],1),r("el-form-item",[r("el-button",{staticClass:"pull-right margin-l-25",attrs:{type:"primary"},on:{click:function(t){return e.handleEdit(e.formFileds.id)}}},[e._v("确定")]),r("el-button",{staticClass:"pull-right",on:{click:function(t){e.isShowEditDialog=!1}}},[e._v("取消")])],1)],1)],1)],1)},l=[],n=(r("4e82"),r("a434"),{name:"Table",data:function(){return{formFileds:{date:"",name:"",address:"",id:""},rules:{name:[{required:!0,message:"姓名不能为空",trigger:"blur, change"}],address:[{required:!0,message:"地址不能为空",trigger:"blur, change"}]},tableData:[{id:0,date:"2016-05-02",name:"王小虎",address:"上海市普陀区金沙江路 1518 弄"},{id:1,date:"2016-05-04",name:"王小虎",address:"上海市普陀区金沙江路 1517 弄"},{id:2,date:"2016-05-01",name:"王小虎",address:"上海市普陀区金沙江路 1519 弄"},{id:3,date:"2016-05-03",name:"王小虎",address:"上海市普陀区金沙江路 1516 弄"}],isShowEditDialog:!1}},methods:{handleRowClick:function(e,t,r){this.setCurRowChecked(e)},handleCheckedAllAndCheckedNone:function(e){1!=e.length&&this.$refs.list.setCurrentRow()},dialogClose:function(){this.$refs.editForm.resetFields()},rowEdit:function(e,t){for(var r in this.setCurRowChecked(t),this.formFileds)this.formFileds[r]=t[r];this.isShowEditDialog=!0},handleEdit:function(e){var t=this;this.$refs.editForm.validate((function(r){r&&(Object.assign(t.tableData[e],t.formFileds),t.isShowEditDialog=!1,t.$refs.list.sort("date","descending"),t.$message.success("
|
||
|
//# sourceMappingURL=chunk-1fd412cf.b389dc43.js.map
|