|
|
|
@ -46,7 +46,7 @@ |
|
|
|
}}</el-tag> |
|
|
|
}}</el-tag> |
|
|
|
</template> |
|
|
|
</template> |
|
|
|
<template #menu="{ row }"> |
|
|
|
<template #menu="{ row }"> |
|
|
|
<el-button text @click="editData(row)">修改</el-button> |
|
|
|
<el-button type="primary" text @click="editData(row)">修改</el-button> |
|
|
|
<el-button text @click="editData1(row)">修改1</el-button> |
|
|
|
<el-button text @click="editData1(row)">修改1</el-button> |
|
|
|
<!-- <el-button type="primary" text plain style="border: 0; background-color: transparent !important" |
|
|
|
<!-- <el-button type="primary" text plain style="border: 0; background-color: transparent !important" |
|
|
|
@click="lookProcessRoute(row)">查看工艺路线 |
|
|
|
@click="lookProcessRoute(row)">查看工艺路线 |
|
|
|
|