允许状态修改
This commit is contained in:
parent
2c9626ba56
commit
cf16fa9630
|
|
@ -242,15 +242,15 @@
|
||||||
>
|
>
|
||||||
编辑
|
编辑
|
||||||
</el-button>
|
</el-button>
|
||||||
<!-- <el-button-->
|
<el-button
|
||||||
<!-- size="mini"-->
|
size="mini"
|
||||||
<!-- type="text"-->
|
type="text"
|
||||||
<!-- icon="el-icon-edit"-->
|
icon="el-icon-edit"
|
||||||
<!-- @click="handleUpdateStatus(scope.row)"-->
|
@click="handleUpdateStatus(scope.row)"
|
||||||
<!-- v-hasPermi="['ma:machine:change']"-->
|
v-hasPermi="['ma:machine:change']"
|
||||||
<!-- >-->
|
>
|
||||||
<!-- 修改状态-->
|
修改状态
|
||||||
<!-- </el-button>-->
|
</el-button>
|
||||||
<!-- <el-button
|
<!-- <el-button
|
||||||
size="mini"
|
size="mini"
|
||||||
type="text"
|
type="text"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue