From 0d23e17b9f8855eef09509b358fd12038098e378 Mon Sep 17 00:00:00 2001 From: luojie <125330818@qq.com> Date: Thu, 5 Mar 2026 10:54:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][?= =?UTF-8?q?=E6=9A=82=E5=AD=98]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../business/comps/template/comps/sp/SP0021.vue | 40 ++++++++++++++++++---- 1 file changed, 34 insertions(+), 6 deletions(-) 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