fix: 指挥

This commit is contained in:
李沐阳 2024-03-25 18:10:24 +08:00
parent c58c6684ae
commit 10537acdb9

View File

@ -94,7 +94,6 @@
icon="el-icon-plus"
size="mini"
@click="handleAdd"
v-hasPermi="['qcfgjManage:dock:add']"
>新增</el-button>
</el-col>
<el-col :span="1.5">
@ -105,7 +104,6 @@
size="mini"
:disabled="single"
@click="handleUpdate"
v-hasPermi="['qcfgjManage:dock:edit']"
>修改</el-button>
</el-col>
<el-col :span="1.5">
@ -116,7 +114,6 @@
size="mini"
:disabled="multiple"
@click="handleDelete"
v-hasPermi="['qcfgjManage:dock:remove']"
>删除</el-button>
</el-col>
<el-col :span="1.5">
@ -126,7 +123,6 @@
icon="el-icon-download"
size="mini"
@click="handleExport"
v-hasPermi="['qcfgjManage:dock:export']"
>导出</el-button>
</el-col>
<right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
@ -172,14 +168,12 @@
type="text"
icon="el-icon-edit"
@click="handleUpdate(scope.row)"
v-hasPermi="['qcfgjManage:dock:edit']"
>修改</el-button>
<el-button
size="mini"
type="text"
icon="el-icon-delete"
@click="handleDelete(scope.row)"
v-hasPermi="['qcfgjManage:dock:remove']"
>删除</el-button>
</template>
</el-table-column>