|
@@ -27,10 +27,18 @@
|
|
|
></template
|
|
|
>
|
|
|
<template #menu="{ row, index, type }">
|
|
|
- <el-button @click="binding(row)" icon="el-icon-money" text type="primary"
|
|
|
+ <el-button
|
|
|
+ @click="binding(row)"
|
|
|
+ icon="el-icon-money"
|
|
|
+ text
|
|
|
+ type="primary"
|
|
|
>BOM</el-button
|
|
|
>
|
|
|
- <el-button @click="drawing(row)" icon="el-icon-notebook" text type="primary"
|
|
|
+ <el-button
|
|
|
+ @click="drawing(row)"
|
|
|
+ icon="el-icon-notebook"
|
|
|
+ text
|
|
|
+ type="primary"
|
|
|
>图纸</el-button
|
|
|
>
|
|
|
</template>
|
|
@@ -199,6 +207,7 @@ option.value = Object.assign(option.value, {
|
|
|
prop: "spec",
|
|
|
width: 100,
|
|
|
overHidden: true,
|
|
|
+ search: true,
|
|
|
rules: [
|
|
|
{
|
|
|
required: true,
|