|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
<template>
|
|
|
- <el-dialog :visible.sync="visible" title="物品信息" width="80vw">
|
|
|
|
|
|
|
+ <ele-modal :visible.sync="visible" title="物品信息" width="80vw" :maxable="true">
|
|
|
<el-form :model="searchForm" label-width="100px">
|
|
<el-form :model="searchForm" label-width="100px">
|
|
|
<el-row :gutter="20">
|
|
<el-row :gutter="20">
|
|
|
<el-col :span="6">
|
|
<el-col :span="6">
|
|
@@ -356,7 +356,7 @@
|
|
|
<el-button type="primary" @click="confirm">确定</el-button>
|
|
<el-button type="primary" @click="confirm">确定</el-button>
|
|
|
<el-button @click="cancel">关闭</el-button>
|
|
<el-button @click="cancel">关闭</el-button>
|
|
|
</div>
|
|
</div>
|
|
|
- </el-dialog>
|
|
|
|
|
|
|
+ </ele-modal>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
<script>
|