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

dd

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