From ab05a23ce8919aec6532f6f67046297967944cb3 Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Fri, 10 Feb 2023 10:53:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=A7=8D=E6=A4=8D=E8=AE=A1?= =?UTF-8?q?=E5=88=92=20=20=E4=BF=AE=E6=94=B9=E7=94=9F=E6=88=90=E6=89=B9?= =?UTF-8?q?=E6=AC=A1=E5=8F=B7=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/massif/plant_plan.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/massif/plant_plan.vue b/pages/massif/plant_plan.vue index 13a1ada..6d7ae09 100644 --- a/pages/massif/plant_plan.vue +++ b/pages/massif/plant_plan.vue @@ -45,7 +45,7 @@ export default { {label:"无公害",value:'3'}, {label:"普通",value:'4'}, ]}, - plantBatch:{label:"种植批次号"}, + plantBatch:{label:"种植批次号",btnText:"生成",btnFun:()=>this.formData.plantBatch=`CS${new Date().format('yyyyMMdd')}${new Date().getTime()}`}, principal:{label:"负责人"}, principalId:{label:"负责人身份证"}, productIntroduce:{label:"产品介绍",type:"textarea"},