Commit 440e1f1f authored by 仇晓婷's avatar 仇晓婷

dd

parent 22ece119
...@@ -64,18 +64,7 @@ ...@@ -64,18 +64,7 @@
</Col> </Col>
</Row> </Row>
</div> </div>
<!-- <DataGrid
v-else
:columns="cols"
ref="grid"
:conditions="easySearch"
:action="action"
:initsearch="sets"
:tool="false"
:page="false"
:height="300"
:format="formatFun"
/> -->
<DataGrid <DataGrid
v-else v-else
:height="300" :height="300"
...@@ -152,11 +141,11 @@ export default { ...@@ -152,11 +141,11 @@ export default {
operatorIdList: [], //操作员id operatorIdList: [], //操作员id
}, //确定后返回 }, //确定后返回
columns: [ columns: [
{ // {
type: "selection", // type: "selection",
width: 70, // width: 70,
align: "center", // align: "center",
}, // },
{ {
key: "id", key: "id",
title: this.$t("id"), title: this.$t("id"),
......
...@@ -88,10 +88,7 @@ ...@@ -88,10 +88,7 @@
>&nbsp; >&nbsp;
<a @click="view(row.id)"> <Icon type="md-document" />详情 </a> <a @click="view(row.id)"> <Icon type="md-document" />详情 </a>
&nbsp; &nbsp;
<a <a @click="sub(row.id)" v-if="row.status == 1 && row.schemaId">
@click="sub(row.id)"
v-if="row.status == 1 && row.schemaId"
>
<Icon type="md-color-wand" />送审 <Icon type="md-color-wand" />送审
</a> </a>
</div> </div>
...@@ -236,9 +233,9 @@ export default { ...@@ -236,9 +233,9 @@ export default {
}, },
}, },
], ],
typeInfo: "card", typeInfo: "table",
iconInfo: "md-apps", iconInfo: "md-list",
titleInfo: "卡片模式", titleInfo: "列表模式",
ModalIm: false, ModalIm: false,
temTitle: "文档管理", temTitle: "文档管理",
selectRows: [], selectRows: [],
......
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