| | |
| | | width="100" |
| | | /> |
| | | <el-table-column |
| | | label="规格型号" |
| | | label="图纸编号" |
| | | prop="specificationModel" |
| | | show-overflow-tooltip |
| | | width="200" |
| | |
| | | width="100" |
| | | /> |
| | | <el-table-column |
| | | label="规格型号" |
| | | label="图纸编号" |
| | | prop="specificationModel" |
| | | show-overflow-tooltip |
| | | width="200" |
| | |
| | | const getStatusTagType = (statusName = '') => { |
| | | const normalized = statusName.trim(); |
| | | if (!normalized) return 'info'; |
| | | return normalized === '未完成回款' ? 'danger' : 'success'; |
| | | return normalized === '未完成付款' ? 'danger' : 'success'; |
| | | }; |
| | | // 查询列表 |
| | | /** 搜索按钮操作 */ |
| | |
| | | .table_list { |
| | | margin-top: unset; |
| | | } |
| | | ::v-deep(.el-checkbox__label) { |
| | | :deep(.el-checkbox__label) { |
| | | font-weight: bold; |
| | | } |
| | | .actions { |