/
home
/
maktab
/
admin
/
js
/
File Upload :
llllll
Current File: /home/maktab/admin/js/chunk-2d22fdda.f986d045.js.map
{"version":3,"sources":["webpack:///./src/views/attendance/report_list.vue","webpack:///./src/table/attendanceReport.js","webpack:///src/views/attendance/report_list.vue","webpack:///./src/views/attendance/report_list.vue?f67e","webpack:///./src/views/attendance/report_list.vue?c10e"],"names":["render","_vm","this","_c","_self","attrs","title","ref","cols","staticRenderFns","report","url","tbl","XTbl","add","Xtc","filterText","filterNumber","renderSlot","name","components","XTable","data","$route","query","created","console","log","TableCol","component"],"mappings":"uHAAA,IAAIA,EAAS,WAAkB,IAAIC,EAAIC,KAAKC,EAAGF,EAAIG,MAAMD,GAAG,OAAOA,EAAG,UAAU,CAACE,MAAM,CAAC,MAAQJ,EAAIK,QAAQ,CAACH,EAAG,SAAS,CAACI,IAAI,MAAMF,MAAM,CAAC,MAAQJ,EAAIO,SAAS,IAE5JC,EAAkB,G,wBCef,SAASC,EAAQC,EAAIL,GAC1B,IAAMM,EAAM,IAAIC,OAAKF,EAAKL,GAO1B,OANAM,EAAIE,IAAI,IAAIC,OAAI,KAAM,SAASC,cAC/BJ,EAAIE,IAAI,IAAIC,OAAI,QAAS,SAASC,cAClCJ,EAAIE,IAAI,IAAIC,OAAI,eAAgB,QAAQC,cACxCJ,EAAIE,IAAI,IAAIC,OAAI,MAAO,SAASE,gBAChCL,EAAIE,IAAI,IAAIC,OAAI,WAAY,UAAUG,WAAW,aAE1CN,ECbM,OACfO,KAAA,mBACAC,WAAA,CACAC,eAEAC,KAAA,WACA,OACAd,KAAA,KACAF,MAAA,KAAAiB,OAAAC,MAAAlB,MACAK,IAAA,KAAAY,OAAAC,MAAAb,MAOAc,QAAA,WACAC,QAAAC,IAAA,KAAAJ,OAAAC,OACA,KAAAhB,KAAAoB,EAAA,KAAAjB,IAAA,KAAAL,SC9BmW,I,YCO/VuB,EAAY,eACd,EACA7B,EACAS,GACA,EACA,KACA,WACA,MAIa,aAAAoB,E","file":"js/chunk-2d22fdda.f986d045.js","sourcesContent":["var render = function render(){var _vm=this,_c=_vm._self._c;return _c('vx-card',{attrs:{\"title\":_vm.title}},[_c('XTable',{ref:\"tbl\",attrs:{\"model\":_vm.cols}})],1)\n}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","/*\r\nimport ColCreator from \"./index\";\r\n\r\nclass Table {\r\n cols = [\r\n new ColCreator('id', 'کد').export(),\r\n new ColCreator('ProductImage', 'تصویر محصول').renderSlot('image').export(),\r\n new ColCreator('title', 'نام محصول').export(),\r\n new ColCreator('product_code', 'کد محصول ').export(),\r\n new ColCreator('action', 'عملیات').renderSlot('op').export(),\r\n ];\r\n}\r\n\r\nexport default new Table().cols;\r\n*/\r\nimport XTbl, {Xtc} from '@/components/x-table/index';\r\n\r\nexport function report (url,title) {\r\n const tbl = new XTbl(url, title)\r\n tbl.add(new Xtc('id', 'شناسه').filterText())\r\n tbl.add(new Xtc('title', 'عنوان').filterText())\r\n tbl.add(new Xtc('maktab.title', 'مکتب').filterText())\r\n tbl.add(new Xtc('daj', 'تاریخ').filterNumber())\r\n tbl.add(new Xtc('operator', 'عملیات').renderSlot('operator'))\r\n\r\n return tbl;\r\n}\r\n\r\n\r\n\r\n\r\n","<template>\r\n <vx-card :title=\"title\">\r\n <XTable :model=\"cols\" ref=\"tbl\">\r\n\r\n </XTable>\r\n </vx-card>\r\n</template>\r\n\r\n<script>\r\nimport XTable from '@/components/x-table/XTable'\r\nimport * as TableCol from '@/table/attendanceReport'\r\n\r\nexport default {\r\n name: 'AttendanceReport',\r\n components: {\r\n XTable\r\n },\r\n data () {\r\n return {\r\n cols: null,\r\n title: this.$route.query.title,\r\n url: this.$route.query.url\r\n }\r\n },\r\n /* props:{\r\n url: {required: true},\r\n title: {required: true}\r\n },*/\r\n created () {\r\n console.log(this.$route.query)\r\n this.cols = TableCol.report(this.url, this.title)\r\n }\r\n}\r\n</script>\r\n\r\n<style scoped>\r\n\r\n</style>\r\n","import mod from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./report_list.vue?vue&type=script&lang=js\"; export default mod; export * from \"-!../../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../../node_modules/thread-loader/dist/cjs.js!../../../node_modules/babel-loader/lib/index.js!../../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../../node_modules/vue-loader/lib/index.js??vue-loader-options!./report_list.vue?vue&type=script&lang=js\"","import { render, staticRenderFns } from \"./report_list.vue?vue&type=template&id=026a67c8&scoped=true\"\nimport script from \"./report_list.vue?vue&type=script&lang=js\"\nexport * from \"./report_list.vue?vue&type=script&lang=js\"\n\n\n/* normalize component */\nimport normalizer from \"!../../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"026a67c8\",\n null\n \n)\n\nexport default component.exports"],"sourceRoot":""}
Copyright ©2k19 -
Hexid
|
Tex7ure