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.
1 lines
4.9 KiB
1 lines
4.9 KiB
(window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1a1efcbe"],{1336:function(t,e,a){"use strict";a.d(e,"h",(function(){return i})),a.d(e,"b",(function(){return r})),a.d(e,"c",(function(){return c})),a.d(e,"l",(function(){return s})),a.d(e,"e",(function(){return o})),a.d(e,"k",(function(){return l})),a.d(e,"i",(function(){return u})),a.d(e,"f",(function(){return d})),a.d(e,"a",(function(){return f})),a.d(e,"g",(function(){return m})),a.d(e,"d",(function(){return g})),a.d(e,"j",(function(){return h}));var n=a("0c6d");function i(){return n["a"].get("system/article/category/lst")}function r(){return n["a"].get("system/article/category/select")}function c(){return n["a"].get("system/article/category/create/form")}function s(t){return n["a"].get("system/article/category/update/form/".concat(t))}function o(t){return n["a"].delete("system/article/category/delete/".concat(t))}function l(t,e){return n["a"].post("system/article/category/status/".concat(t),{status:e})}function u(t){return n["a"].get("system/article/article/lst",t)}function d(t){return n["a"].get("system/article/article/detail/".concat(t))}function f(t){return n["a"].post("system/article/article/create",t)}function m(t,e){return n["a"].post("system/article/article/update/".concat(e),t)}function g(t){return n["a"].delete("system/article/article/delete/".concat(t))}function h(t,e){return n["a"].post("system/article/article/status/".concat(t),{status:e})}},fe8f:function(t,e,a){"use strict";a.r(e);var n=function(){var t=this,e=t.$createElement,a=t._self._c||e;return a("div",{staticClass:"divBox"},[a("el-card",{staticClass:"box-card"},[a("div",{staticClass:"clearfix",attrs:{slot:"header"},slot:"header"},[a("el-button",{attrs:{size:"small",type:"primary"},on:{click:function(e){return t.onAdd(0)}}},[t._v("添加文章分类")])],1),t._v(" "),a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:t.listLoading,expression:"listLoading"}],staticStyle:{width:"100%"},attrs:{data:t.tableData.data,size:"small","row-key":"article_category_id","default-expand-all":!1}},[a("el-table-column",{attrs:{label:"分类名称","min-width":"150","tree-props":{children:"children",hasChildren:"hasChildren"}},scopedSlots:t._u([{key:"default",fn:function(e){return[a("span",[t._v(t._s(e.row.title+" [ "+e.row.article_category_id+" ]"))])]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"info",label:"配置分类说明","min-width":"150"}}),t._v(" "),a("el-table-column",{attrs:{label:"分类图片","min-width":"100",prop:"image"},scopedSlots:t._u([{key:"default",fn:function(t){return[a("div",{staticClass:"demo-image__preview"},[a("el-image",{staticStyle:{width:"36px",height:"36px"},attrs:{src:t.row.image,"preview-src-list":[t.row.image]}})],1)]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"status",label:"是否显示","min-width":"100"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("el-switch",{attrs:{"active-value":1,"inactive-value":0,"active-text":"显示","inactive-text":"隐藏"},on:{change:function(a){return t.onchangeIsShow(e.row)}},model:{value:e.row.status,callback:function(a){t.$set(e.row,"status",a)},expression:"scope.row.status"}})]}}])}),t._v(" "),a("el-table-column",{attrs:{prop:"create_time",label:"创建时间","min-width":"150"}}),t._v(" "),a("el-table-column",{attrs:{label:"操作","min-width":"150",fixed:"right"},scopedSlots:t._u([{key:"default",fn:function(e){return[a("el-button",{attrs:{type:"text",size:"small"},on:{click:function(a){return t.onEdit(e.row.article_category_id)}}},[t._v("编辑")]),t._v(" "),a("el-button",{attrs:{type:"text",size:"small"},on:{click:function(a){return t.handleDelete(e.row.article_category_id,e.$index)}}},[t._v("删除")])]}}])})],1)],1)],1)},i=[],r=(a("c5f6"),a("1336")),c={name:"ArticleCategory",data:function(){return{tableData:{data:[],loading:!1,indexNum:0},listLoading:!0,previewSrcList:[]}},mounted:function(){this.getList()},methods:{getList:function(){var t=this;this.listLoading=!0,Object(r["h"])().then((function(e){t.tableData.data=e.data,t.listLoading=!1})).catch((function(e){t.listLoading=!1,t.$message.error(e.message)}))},pageChange:function(t){this.tableData.page=t,this.getList()},handleSizeChange:function(t){this.tableData.limit=t,this.getList()},onchangeIsShow:function(t){var e=this;Object(r["k"])(t.article_category_id,t.status).then((function(t){var a=t.message;e.$message.success(a)})).catch((function(t){var a=t.message;e.$message.error(a)}))},onAdd:function(t){var e=this,a={};Number(t)>0&&(a.formData={pid:t}),this.$modalForm(Object(r["c"])(),a).then((function(){return e.getList()}))},onEdit:function(t){var e=this;this.$modalForm(Object(r["l"])(t)).then((function(){return e.getList()}))},handleDelete:function(t,e){var a=this;this.$modalSure().then((function(){Object(r["e"])(t).then((function(t){var e=t.message;a.$message.success(e),a.getList()})).catch((function(t){var e=t.message;a.$message.error(e)}))}))}}},s=c,o=a("2877"),l=Object(o["a"])(s,n,i,!1,null,"04123a6e",null);e["default"]=l.exports}}]); |