@@ -71,7 +71,7 @@
{{ `${spec.length} * ${spec.width} * ${spec.height}(cm³)` }}
</div>
<div style="width: 60px; text-align: center" v-if="props.selectStatus && !props.priceSystemId">
- <el-button type="text" @click="selectBOM(spec)" :disabled="selectBtnStatus">选择</el-button>
+ <el-button type="primary" text @click="selectBOM(spec)" :disabled="selectBtnStatus">选择</el-button>
<div style="width: 140px; padding: 0 12px" v-if="props.priceSystemId">
<el-input-number
@@ -48,7 +48,7 @@
<!-- <div style="width: 60px; text-align: center" v-if="selectStatus">
- <el-button type="text" @click="handleSelect(scope.row, index)">选择</el-button>
+ <el-button type="primary" text @click="handleSelect(scope.row, index)">选择</el-button>
</div> -->
@@ -51,7 +51,7 @@
<div style="width: 60px; text-align: center" v-if="props.selectStatus">
- <el-button type="text" @click="selectProduct(spec, item)" :disabled="selectBtnStatus">选择</el-button>
+ <el-button type="primary" text @click="selectProduct(spec, item)" :disabled="selectBtnStatus">选择</el-button>
@@ -22,7 +22,6 @@
<script setup>
import byTable from "@/components/byTable/index";
-import { ElMessage, ElMessageBox } from "element-plus";
const { proxy } = getCurrentInstance();
const sourceList = ref({