From 892f15772a986a9ec6c8d18432d54035d4a8386e Mon Sep 17 00:00:00 2001 From: dingtalk_umvbsp Date: Mon, 6 Mar 2023 09:55:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=97=85=E8=99=AB=E5=AE=B3=E8=AE=B0=E5=BD=95?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=20=E7=B1=BB=E5=9E=8B=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/massif/pestRecord.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/massif/pestRecord.vue b/pages/massif/pestRecord.vue index 5249283..0be253c 100644 --- a/pages/massif/pestRecord.vue +++ b/pages/massif/pestRecord.vue @@ -32,7 +32,7 @@ export default { pestSite:{label:"病虫害部位",type:"checkBox",value:[],columns:[{label:"根",value:"根"},{label:"茎",value:"茎"},{label:"叶",value:"叶"}]}, growthProcess:{label:"作物生长过程",type:"select-tab",dictCode:"growth_process"}, symptom:{label:"显著症状",type:"select-tab",dictCode:"symptom"}, - pestType:{label:"病虫害类型",type:"select",columns:[[{label:"病害",value:"病害"},{label:"虫害",value:"虫害"}]],value:['虫害']}, + pestType:{label:"病虫害类型",type:"radio",columns:[{label:"病害",value:"病害"},{label:"虫害",value:"虫害"}],value:['虫害']}, pestName:{label:()=>`${this.formData.pestType}名称`,type:"navigate",value:"",btnFun:()=>uni.navigateTo({ url:`/pages/massif/pestType?type=${({"病害":"disease","虫害":"pestis"})[this.formData.pestType]}`, events:{type:e=>{