Commit 542ac3fb authored by 康振飞's avatar 康振飞

Merge branch 'product' of git.mes123.com:zhouyx/mes-ui into product

parents 9a1beae8 3d361f72
<template>
<div class="record">
<DataGrid :columns="columns" ref="grid" :action="action" :tool="false"></DataGrid>
<DataGrid :columns="columns" ref="grid" :action="action" :tool="false" :height="820"></DataGrid>
<Modal v-model="detailModal" title="详情" width="800">
<Detail :eid="curId" />
</Modal>
......
<template>
<div class="record">
<DataGrid :columns="columns" :data="result" border :tool='false'></DataGrid>
<DataGrid :columns="columns" :data="result" border :tool='false' :height="820"></DataGrid>
</div>
</template>
<script>
......
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