fix:工艺路线隐藏复制功能
This commit is contained in:
parent
6ed3fc5e7f
commit
8dc4726df1
|
|
@ -93,14 +93,14 @@
|
||||||
@click="table_show(scope.row, scope.$index)"
|
@click="table_show(scope.row, scope.$index)"
|
||||||
>查看
|
>查看
|
||||||
</el-button>
|
</el-button>
|
||||||
<el-button
|
<!-- <el-button
|
||||||
link
|
link
|
||||||
type="success"
|
type="success"
|
||||||
size="small"
|
size="small"
|
||||||
v-if="scope.row.state == 30"
|
v-if="scope.row.state == 30"
|
||||||
@click="table_copy(scope.row)"
|
@click="table_copy(scope.row)"
|
||||||
>复制
|
>复制
|
||||||
</el-button>
|
</el-button> -->
|
||||||
<el-button
|
<el-button
|
||||||
link
|
link
|
||||||
type="success"
|
type="success"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue