|
|
|
@ -29,7 +29,7 @@
|
|
|
|
|
<el-button type="primary" icon="el-icon-refresh" @click="onReset"></el-button>
|
|
|
|
|
<el-button type="primary" icon="search" @click="search">查询</el-button>
|
|
|
|
|
<el-button type="primary" icon="search" @click="handleAddClick"
|
|
|
|
|
:disabled="!configParms.typeBus"
|
|
|
|
|
:disabled="!configParms.typeThird"
|
|
|
|
|
>新增
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
@ -58,7 +58,7 @@
|
|
|
|
|
<el-button
|
|
|
|
|
type="text"
|
|
|
|
|
size="small"
|
|
|
|
|
:disabled="!configParms.typeBus"
|
|
|
|
|
:disabled="!configParms.typeThird"
|
|
|
|
|
@click.native.stop="handleDeleteClick(scope.row)"
|
|
|
|
|
>删除
|
|
|
|
|
</el-button
|
|
|
|
@ -78,7 +78,7 @@
|
|
|
|
|
<modifyDialog :inputQuery="inputQuery"></modifyDialog>
|
|
|
|
|
<div style="text-align: center">
|
|
|
|
|
<el-button type="primary" size="small" icon="search" @click="onAddSubmit"
|
|
|
|
|
:disabled="!configParms.typeBus"
|
|
|
|
|
:disabled="!configParms.typeThird"
|
|
|
|
|
>提交
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
@ -100,7 +100,7 @@
|
|
|
|
|
<modifyDialog :inputQuery="inputQuery"></modifyDialog>
|
|
|
|
|
<div style="text-align: center">
|
|
|
|
|
<el-button type="primary" size="small" icon="search" @click="onModifySubmit"
|
|
|
|
|
:disabled="!configParms.typeBus"
|
|
|
|
|
:disabled="!configParms.typeThird"
|
|
|
|
|
>提交
|
|
|
|
|
</el-button
|
|
|
|
|
>
|
|
|
|
|