| | |
| | | <el-table :data="tableData" border v-loading="loading" @selection-change="handleSelectionChange"> |
| | | <el-table-column type="selection" width="55" align="center" /> |
| | | <el-table-column label="商品名称" prop="productName" /> |
| | | <el-table-column label="规格型号" prop="specification" /> |
| | | <el-table-column label="图纸编号" prop="specification" /> |
| | | <el-table-column label="供应商名称" prop="supplierName" /> |
| | | <el-table-column label="原价格" prop="oldPrice" width="120"> |
| | | <template #default="{ row }">¥{{ row.oldPrice.toFixed(2) }}</template> |
| | |
| | | <el-option label="商品C" value="商品C" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="规格型号"> |
| | | <el-form-item label="图纸编号"> |
| | | <el-input v-model="formData.specification" placeholder="请输入规格型号" /> |
| | | </el-form-item> |
| | | <el-form-item label="供应商名称"> |