|
|
+(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d0d3d8e"],{"5f07":function(t,e,l){"use strict";l.r(e);var a=function(){var t=this,e=t._self._c;return e("el-dialog",{attrs:{title:t.title,visible:t.showDtail,top:"1vh",width:"40%"},on:{"update:visible":function(e){t.showDtail=e}}},[e("el-table",{attrs:{data:t.staffList}},[e("el-table-column",{attrs:{property:"id",label:"ID",width:"120",align:"center"}}),e("el-table-column",{attrs:{property:"name",label:"姓名",width:"190",align:"center"}}),e("el-table-column",{attrs:{property:"mobile",label:"手机号",width:"130",align:"center"}}),e("el-table-column",{attrs:{prop:"cover",label:"操作",align:"center"},scopedSlots:t._u([{key:"default",fn:function(l){return[e("el-button",{attrs:{type:"primary"},on:{click:function(e){return t.getStaff(l.row)}}},[t._v("选择")])]}}])})],1),e("div",{staticClass:"dialog-footer",attrs:{slot:"footer"},slot:"footer"},[e("el-button",{on:{click:function(e){t.showDtail=!1}}},[t._v("关 闭")])],1)],1)},i=[],s={name:"select-staff",props:{staffData:{type:Object,default:()=>{}}},data(){return{showDtail:!1,staffList:[],title:"请选择"}},computed:{},methods:{init(){this.staffData.title&&(this.title=this.staffData.title),this.staffList=[],this.showDtail=!0,this.$service.shopAdmin.getAllStaff().then(t=>{this.staffList=t.list})},closeFn(){this.showDtail=!1},getStaff(t){this.$emit("getStaff",t),this.closeFn()}}},o=s,n=l("1805"),r=Object(n["a"])(o,a,i,!1,null,null,null);e["default"]=r.exports}}]);
|