1 |
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-56fa987a"],{"3bf0":function(t,e,a){"use strict";a.r(e);var s=function(){var t=this,e=t._self._c;return e("div",[e("van-nav-bar",{staticClass:"shadow mb-4",staticStyle:{"font-weight":"bold"},attrs:{title:"工程队长","left-text":"返回","left-arrow":""},on:{"click-left":function(e){return t.$router.back(-1)}}}),e("van-form",{staticClass:"w-11/12 mx-auto"},[e("van-empty",{directives:[{name:"show",rawName:"v-show",value:t.showEmpty,expression:"showEmpty"}],attrs:{description:"暂无订单"}}),e("van-list",{staticClass:"mt-4",attrs:{finished:t.finished,error:t.error,"error-text":"请求失败,点击重新加载","finished-text":""},on:{"update:error":function(e){t.error=e},load:t.loadLeaderList},model:{value:t.loading,callback:function(e){t.loading=e},expression:"loading"}},t._l(t.leaderList,(function(a,s){return e("div",{key:s,staticClass:"flex items-center justify-between bg-white shadow px-4 h-32 mb-4 rounded",staticStyle:{height:"auto","padding-top":"2%","padding-bottom":"2%","min-height":"8rem"}},[e("div",{staticClass:"flex flex-col justify-between",staticStyle:{width:"87%"}},[e("div",[e("span",{staticClass:"font-bold"},[t._v("姓名:")]),t._v(t._s(a.username)+" ")]),e("div",[e("span",{staticClass:"font-bold"},[t._v("电话:")]),t._v(t._s(a.phone)+" ")]),e("div",[e("span",{staticClass:"font-bold"},[t._v("角色:")]),t._v(t._s(a.role_names)+" ")])]),e("div",{staticClass:"flex flex-col items-center justify-between h-20"},[e("span",{staticClass:"flex-grow"},[t._v("正常")])])])})),0)],1)],1)},i=[],n=(a("7bb1"),a("c690")),r={data:function(){return{id:0,page:1,leaderList:[],showEmpty:!1,orderList:[],loading:!1,error:!1,submitLoading:!1,finished:!1}},created:function(){this.$route.params&&this.$route.params.id>=0&&(this.id=this.$route.params.id)},methods:{loadLeaderList:function(){var t=this;this.loading=!0,Object(n["a"])({page:this.page++}).then((function(e){for(var a in t.loading=!1,e.data.length<t.$store.getters.setting.page_size&&(t.finished=!0),e.data)t.leaderList.push(e.data[a]);0===t.leaderList.length?t.showEmpty=!0:t.showEmpty=!1})).catch((function(){t.loading=!1,t.error=!0}))}}},o=r,l=a("e607"),d=Object(l["a"])(o,s,i,!1,null,null,null);e["default"]=d.exports},c690:function(t,e,a){"use strict";a.d(e,"a",(function(){return i}));var s=a("9550");function i(t){return Object(s["a"])({url:"leaders",method:"get",params:t})}}}]);
|