diff --git a/src/views/business/comps/template/comps/sp/SP0021.vue b/src/views/business/comps/template/comps/sp/SP0021.vue index 45ca8e2..3d557c3 100644 --- a/src/views/business/comps/template/comps/sp/SP0021.vue +++ b/src/views/business/comps/template/comps/sp/SP0021.vue @@ -14,10 +14,15 @@ label="template.common.storageCondition" :ref="refConfig.storageConditionRef" :formConfig="storageFormConfig" :formData="formData" /> + 新增
- - +
+ {{ $t('template.common.deleteBtn') + }} +
+ 导入动物 + - - @@ -108,13 +112,19 @@ export default { data() { return { refConfig, - formData: {} + formData: {}, }; }, mounted() { }, methods: { + //删除样本说明 + deleteConfig(){}, + //新增样本说明 + onAdd(){ + + }, onLoadExcelData(excelData) { const data = excelData.splice(1); console.log(data,"ddd") @@ -191,4 +201,22 @@ export default { .print-btn { margin-bottom: 20px; } +.config-header { + display: flex; + justify-content: space-between; + align-items: center; + margin-bottom: 15px; + font-weight: bold; + font-size: 16px; + color: #303133; +} + +.config-header .el-button { + color: #f56c6c; + font-size: 14px; +} + +.config-header .el-button:hover { + color: #f78989; +} \ No newline at end of file