Commit dbffc7ee authored by renjintao's avatar renjintao

orderlist

parent d4140284
......@@ -82,7 +82,6 @@ export default {
per: 0,
vshowPro: false,
Photo: true,
showList: true,
isactive: 0
};
},
......
<template>
<div class="aps-r">
<!-- <Button @click="toExecute">工单执行</Button> -->
<DataGrid
:columns="columns"
ref="grid"
......@@ -12,7 +11,6 @@
:lazy="true"
:conditions="easySearch"
:action="action"
:set="set"
:gutter="40"
>
<template slot="easySearch">
......@@ -192,7 +190,6 @@ export default {
}
}
],
set: false,
typeInfo: "card",
iconInfo: "md-apps",
titleInfo: "卡片模式",
......@@ -202,10 +199,6 @@ export default {
created() {
let oldStr = localStorage.getItem("admin");
let userlist = this.$store.getters.getUser(2);
// console.info(userlist)
// console.warn(localStorage)
// console.warn("02",sessionStorage)
// console.log("user",oldStr)
},
async fetch({ store, params }) {
await store.dispatch("loadDictionary"); // 加载数据字典
......@@ -240,12 +233,10 @@ export default {
changeShwo() {
//显示模式切换
if (this.typeInfo == "card") {
this.set = true;
this.typeInfo = "table";
this.iconInfo = "md-list";
this.titleInfo = "列表模式";
} else {
this.set = false;
this.typeInfo = "card";
this.iconInfo = "md-apps";
this.titleInfo = "卡片模式";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment