/
home
/
maktab
/
admin
/
js
/
File Upload :
llllll
Current File: /home/maktab/admin/js/chunk-2d22fdda.5c8ecf5e.js.map
{"version":3,"sources":["webpack:///./src/views/attendance/report_list.vue?4ce1","webpack:///./src/table/attendanceReport.js","webpack:///src/views/attendance/report_list.vue","webpack:///./src/views/attendance/report_list.vue?56e5","webpack:///./src/views/attendance/report_list.vue"],"names":["render","_vm","this","_h","$createElement","_c","_self","attrs","title","ref","cols","staticRenderFns","report","url","tbl","XTbl","add","Xtc","filterText","filterNumber","renderSlot","name","components","XTable","data","created","console","component"],"mappings":"uHAAA,IAAIA,EAAS,WAAa,IAAIC,EAAIC,KAASC,EAAGF,EAAIG,eAAmBC,EAAGJ,EAAIK,MAAMD,IAAIF,EAAG,OAAOE,EAAG,UAAU,CAACE,MAAM,CAAC,MAAQN,EAAIO,QAAQ,CAACH,EAAG,SAAS,CAACI,IAAI,MAAMF,MAAM,CAAC,MAAQN,EAAIS,SAAS,IACzLC,EAAkB,G,wBCgBf,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,wBACAC,YACAC,eAEAC,gBACA,OACAd,UACAF,8BACAK,4BAOAY,mBACAC,+BACA,mCC9BoW,I,YCOhWC,EAAY,eACd,EACA3B,EACAW,GACA,EACA,KACA,WACA,MAIa,aAAAgB,E","file":"js/chunk-2d22fdda.5c8ecf5e.js","sourcesContent":["var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('vx-card',{attrs:{\"title\":_vm.title}},[_c('XTable',{ref:\"tbl\",attrs:{\"model\":_vm.cols}})],1)}\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