| | |
| | | <div class="template-icon weilong-icon">伟</div> |
| | | <div class="template-name">伟龙模板</div> |
| | | </div> |
| | | <!-- <div class="template-item" @click="handleTemplateExport('baishi')"> |
| | | <div class="template-item" @click="handleTemplateExport('baishi')"> |
| | | <div class="template-icon baishi-icon">百</div> |
| | | <div class="template-name">百事模板</div> |
| | | </div> --> |
| | | </div> |
| | | <div class="template-item" @click="handleTemplateExport('dali')"> |
| | | <div class="template-icon dali-icon">达</div> |
| | | <div class="template-name">达利模板</div> |
| | |
| | | }, |
| | | }, |
| | | { |
| | | label: "检验规则", |
| | | prop: "inspectRule", |
| | | width: 100, |
| | | formatData: (val) => val === 0 ? "全检" : val === 1 ? "抽检" : "" |
| | | }, |
| | | { |
| | | label: "抽检比例(%)", |
| | | prop: "sampleRatio", |
| | | width: 120, |
| | | }, |
| | | { |
| | | label: "抽检数量", |
| | | prop: "sampleQuantity", |
| | | width: 100, |
| | | }, |
| | | { |
| | | dataType: "action", |
| | | label: "操作", |
| | | align: "center", |