Browse Source

公共服务图层

shibei_master
zxc 3 years ago
parent
commit
529c5c0577
  1. 9
      src/views/modules/shequzhili/csgltc/csgl.vue

9
src/views/modules/shequzhili/csgltc/csgl.vue

@ -48,7 +48,10 @@
<el-button class="diy-button--delete"
size="small"
@click="handleAdd">新增</el-button>
<el-button class="diy-button--delete"
style="margin-left:10px"
size="small"
@click="handleExportModule('room')">下载模板</el-button>
<el-upload ref="upload"
:multiple='false'
:show-file-list='false'
@ -58,10 +61,6 @@
:limit="1"
:on-exceed="handleExceed"
:http-request="uploadFile">
<el-button class="diy-button--delete"
style="margin-left:10px"
size="small"
@click="handleExportModule('room')">下载模板</el-button>
<el-button style="margin-left:10px"
size="small"
class="diy-button--delete">导入</el-button>

Loading…
Cancel
Save