完成 谐波监测 稳态统计报表 联调 全局对话框添加可移动属性
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
></vxe-table-column>
|
||||
</vxe-table>
|
||||
</div>
|
||||
<el-dialog v-model="dialogVisible" title="年限设置" width="500" :before-close="handleClose">
|
||||
<el-dialog draggable v-model="dialogVisible" title="年限设置" width="500" :before-close="handleClose">
|
||||
<el-input-number v-model="num" :min="0" :max="1000" />
|
||||
<template #footer>
|
||||
<div class="dialog-footer">
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
</TableHeader>
|
||||
<Table ref="tableRef" />
|
||||
<!-- 上传弹窗 -->
|
||||
<el-dialog title="上传" v-model="addUpload" width="500px">
|
||||
<el-dialog draggable title="上传" v-model="addUpload" width="500px">
|
||||
<el-upload
|
||||
multiple
|
||||
action=""
|
||||
@@ -35,7 +35,7 @@
|
||||
</template>
|
||||
</el-dialog>
|
||||
<!-- 文件查看 -->
|
||||
<el-dialog title="文件查看" v-model="dataShow" width="600px">
|
||||
<el-dialog draggable title="文件查看" v-model="dataShow" width="600px">
|
||||
<vxe-table height="400" auto-resize :data="uploadList" v-bind="defaultAttribute">
|
||||
<vxe-column field="minFileName" title="文件名称"></vxe-column>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
.
|
||||
<template>
|
||||
<el-dialog :title="title" v-model="planAddition" width="950px" :before-close="cancelFn">
|
||||
<el-dialog draggable :title="title" v-model="planAddition" width="950px" :before-close="cancelFn">
|
||||
<el-row :gutter="20">
|
||||
<el-col :span="10">
|
||||
<el-divider content-position="left">基本信息</el-divider>
|
||||
|
||||
Reference in New Issue
Block a user