feat: 去掉流程定义表单中导入按钮
parent
c74a1c8fc2
commit
08a43e8f4a
|
|
@ -25,15 +25,15 @@
|
||||||
</el-form>
|
</el-form>
|
||||||
|
|
||||||
<el-row :gutter="10" class="mb8">
|
<el-row :gutter="10" class="mb8">
|
||||||
<el-col :span="1.5">
|
<!-- <el-col :span="1.5">-->
|
||||||
<el-button
|
<!-- <el-button-->
|
||||||
type="primary"
|
<!-- type="primary"-->
|
||||||
plain
|
<!-- plain-->
|
||||||
icon="el-icon-upload"
|
<!-- icon="el-icon-upload"-->
|
||||||
size="mini"
|
<!-- size="mini"-->
|
||||||
@click="handleImport"
|
<!-- @click="handleImport"-->
|
||||||
>导入</el-button>
|
<!-- >导入</el-button>-->
|
||||||
</el-col>
|
<!-- </el-col>-->
|
||||||
<el-col :span="1.5">
|
<el-col :span="1.5">
|
||||||
<el-button
|
<el-button
|
||||||
type="success"
|
type="success"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue