xiabin
This commit is contained in:
		
							parent
							
								
									1c1b1369b3
								
							
						
					
					
						commit
						4075b1bf83
					
				| @ -6,7 +6,7 @@ | |||||||
|       v-model:search="state.query" |       v-model:search="state.query" | ||||||
|       v-model:page="state.pageData" |       v-model:page="state.pageData" | ||||||
|       :table-loading="state.loading" |       :table-loading="state.loading" | ||||||
|       :data="state.data" |       :data="data" | ||||||
|       :option="state.options" |       :option="state.options" | ||||||
|       @refresh-change="refreshChange" |       @refresh-change="refreshChange" | ||||||
|       @search-reset="searchChange" |       @search-reset="searchChange" | ||||||
| @ -95,6 +95,83 @@ const bTypeOptions = reactive([ | |||||||
| let timeVal = ref([]); | let timeVal = ref([]); | ||||||
| const licenseImg = ref(''); | const licenseImg = ref(''); | ||||||
| const permitImg = ref(''); | const permitImg = ref(''); | ||||||
|  | const data = reactive([ | ||||||
|  |   { | ||||||
|  |     crop1: '100001', | ||||||
|  |     crop2: '耿马佑氏种植专业合作社', | ||||||
|  |     crop3: '蔬菜', | ||||||
|  |     crop4: '>20人', | ||||||
|  |     crop5: '云南省临沧市耿马县耿马镇城区甘东村允楞芒抗山', | ||||||
|  |     crop6: '何仙义', | ||||||
|  |     crop7: '18008834114', | ||||||
|  |     crop8: '93530926MA6K3M3K5U', | ||||||
|  |     crop9: '图片', | ||||||
|  |     crop10: '无固定期限', | ||||||
|  |     crop11: '已通过', | ||||||
|  |     crop12: '暂无', | ||||||
|  |     crop13: '2025-03-01', | ||||||
|  |   }, | ||||||
|  |   { | ||||||
|  |     crop1: '100002', | ||||||
|  |     crop2: '耿马金田园种植专业合作社', | ||||||
|  |     crop3: '蔬菜', | ||||||
|  |     crop4: '>20人', | ||||||
|  |     crop5: '云南省临沧市耿马县四排山公路6公里处', | ||||||
|  |     crop6: '董福良', | ||||||
|  |     crop7: '13578302599', | ||||||
|  |     crop8: '93530926MA6N6C4N8U', | ||||||
|  |     crop9: '图片', | ||||||
|  |     crop10: '无固定期限', | ||||||
|  |     crop11: '已通过', | ||||||
|  |     crop12: '暂无', | ||||||
|  |     crop13: '2025-01-01', | ||||||
|  |   }, | ||||||
|  |   { | ||||||
|  |     crop1: '100003', | ||||||
|  |     crop2: '耿马原生茶叶种植专业合作社', | ||||||
|  |     crop3: '蔬菜', | ||||||
|  |     crop4: '>20人', | ||||||
|  |     crop5: '云南省临沧市耿马县四排山公路20公里处', | ||||||
|  |     crop6: '李伟荣', | ||||||
|  |     crop7: '13529623147', | ||||||
|  |     crop8: '935309260752901376', | ||||||
|  |     crop9: '图片', | ||||||
|  |     crop10: '无固定期限', | ||||||
|  |     crop11: '已通过', | ||||||
|  |     crop12: '暂无', | ||||||
|  |     crop13: '2025-02-11', | ||||||
|  |   }, | ||||||
|  |   { | ||||||
|  |     crop1: '100004', | ||||||
|  |     crop2: '耿马华侨金果源农业专业合作社', | ||||||
|  |     crop3: '蔬菜', | ||||||
|  |     crop4: '>20人', | ||||||
|  |     crop5: '云南省临沧市耿马县华侨管理区第五居民小组', | ||||||
|  |     crop6: '严共洪', | ||||||
|  |     crop7: '13987011022', | ||||||
|  |     crop8: '93530926MA6L3A7F8T', | ||||||
|  |     crop9: '图片', | ||||||
|  |     crop10: '无固定期限', | ||||||
|  |     crop11: '已通过', | ||||||
|  |     crop12: '暂无', | ||||||
|  |     crop13: '2025-03-01', | ||||||
|  |   }, | ||||||
|  |   { | ||||||
|  |     crop1: '100005', | ||||||
|  |     crop2: '耿马尖山沿边魔芋种植农民专业合作社', | ||||||
|  |     crop3: '蔬菜', | ||||||
|  |     crop4: '>20人', | ||||||
|  |     crop5: '云南省临沧市耿马傣族佤族自治县孟定镇尖山村沿线9公里处', | ||||||
|  |     crop6: '商德伟', | ||||||
|  |     crop7: '13888526321', | ||||||
|  |     crop8: '93530926MA6KR6E41C', | ||||||
|  |     crop9: '图片', | ||||||
|  |     crop10: '无固定期限', | ||||||
|  |     crop11: '已通过', | ||||||
|  |     crop12: '暂无', | ||||||
|  |     crop13: '2025-04-25', | ||||||
|  |   }, | ||||||
|  | ]); | ||||||
| 
 | 
 | ||||||
| const state = reactive({ | const state = reactive({ | ||||||
|   loading: false, |   loading: false, | ||||||
| @ -114,7 +191,7 @@ const state = reactive({ | |||||||
|     column: [ |     column: [ | ||||||
|       { |       { | ||||||
|         label: '主体代码', |         label: '主体代码', | ||||||
|         prop: 'executor', |         prop: 'crop1', | ||||||
|         addDisplay: false, |         addDisplay: false, | ||||||
|         editDisplay: false, |         editDisplay: false, | ||||||
|         search: true, |         search: true, | ||||||
| @ -126,7 +203,7 @@ const state = reactive({ | |||||||
|       }, |       }, | ||||||
|       { |       { | ||||||
|         label: '主体名称', |         label: '主体名称', | ||||||
|         prop: 'executor', |         prop: 'crop2', | ||||||
|         search: true, |         search: true, | ||||||
|         addDisplay: false, |         addDisplay: false, | ||||||
|         editDisplay: false, |         editDisplay: false, | ||||||
| @ -138,7 +215,7 @@ const state = reactive({ | |||||||
|       }, |       }, | ||||||
|       { |       { | ||||||
|         label: '经营产品种类', |         label: '经营产品种类', | ||||||
|         prop: 'landId', |         prop: 'crop3', | ||||||
|         type: 'select', |         type: 'select', | ||||||
|         remote: false, |         remote: false, | ||||||
|         search: true, |         search: true, | ||||||
| @ -162,21 +239,21 @@ const state = reactive({ | |||||||
|         ], |         ], | ||||||
|         change: handleLandChange, |         change: handleLandChange, | ||||||
|       }, |       }, | ||||||
|       { |       // { | ||||||
|         label: '主要经营产品', |       //   label: '主要经营产品', | ||||||
|         showOverflowTooltip: true, |       //   showOverflowTooltip: true, | ||||||
|         search: false, |       //   search: false, | ||||||
|         addDisplay: false, |       //   addDisplay: false, | ||||||
|         editDisplay: false, |       //   editDisplay: false, | ||||||
|         rules: { |       //   rules: { | ||||||
|           required: true, |       //     required: true, | ||||||
|           message: '请输入', |       //     message: '请输入', | ||||||
|           trigger: 'blur', |       //     trigger: 'blur', | ||||||
|         }, |       //   }, | ||||||
|       }, |       // }, | ||||||
|       { |       { | ||||||
|         label: '合作社规模', |         label: '合作社规模', | ||||||
|         prop: 'crop', |         prop: 'crop4', | ||||||
|         search: false, |         search: false, | ||||||
|         addDisplay: false, |         addDisplay: false, | ||||||
|         editDisplay: false, |         editDisplay: false, | ||||||
| @ -217,7 +294,7 @@ const state = reactive({ | |||||||
|       // }, |       // }, | ||||||
|       { |       { | ||||||
|         label: '合作社地址', |         label: '合作社地址', | ||||||
|         prop: 'villageCode', |         prop: 'crop5', | ||||||
|         type: 'cascader', |         type: 'cascader', | ||||||
|         addDisplay: false, |         addDisplay: false, | ||||||
|         editDisplay: false, |         editDisplay: false, | ||||||
| @ -243,7 +320,7 @@ const state = reactive({ | |||||||
|       }, |       }, | ||||||
|       { |       { | ||||||
|         label: '负责人', |         label: '负责人', | ||||||
|         prop: 'crop', |         prop: 'crop6', | ||||||
|         search: false, |         search: false, | ||||||
|         addDisplay: false, |         addDisplay: false, | ||||||
|         editDisplay: false, |         editDisplay: false, | ||||||
| @ -255,7 +332,7 @@ const state = reactive({ | |||||||
|       }, |       }, | ||||||
|       { |       { | ||||||
|         label: '负责人电话', |         label: '负责人电话', | ||||||
|         prop: 'crop', |         prop: 'crop7', | ||||||
|         search: false, |         search: false, | ||||||
|         addDisplay: false, |         addDisplay: false, | ||||||
|         editDisplay: false, |         editDisplay: false, | ||||||
| @ -267,19 +344,7 @@ const state = reactive({ | |||||||
|       }, |       }, | ||||||
|       { |       { | ||||||
|         label: '企业信用代码', |         label: '企业信用代码', | ||||||
|         prop: 'crop', |         prop: 'crop8', | ||||||
|         search: false, |  | ||||||
|         addDisplay: false, |  | ||||||
|         editDisplay: false, |  | ||||||
|         rules: { |  | ||||||
|           required: true, |  | ||||||
|           message: '请输入', |  | ||||||
|           trigger: 'blur', |  | ||||||
|         }, |  | ||||||
|       }, |  | ||||||
|       { |  | ||||||
|         label: '经营许可证', |  | ||||||
|         prop: 'crop', |  | ||||||
|         search: false, |         search: false, | ||||||
|         addDisplay: false, |         addDisplay: false, | ||||||
|         editDisplay: false, |         editDisplay: false, | ||||||
| @ -289,9 +354,21 @@ const state = reactive({ | |||||||
|           trigger: 'blur', |           trigger: 'blur', | ||||||
|         }, |         }, | ||||||
|       }, |       }, | ||||||
|  |       // { | ||||||
|  |       //   label: '经营许可证', | ||||||
|  |       //   prop: 'crop9', | ||||||
|  |       //   search: false, | ||||||
|  |       //   addDisplay: false, | ||||||
|  |       //   editDisplay: false, | ||||||
|  |       //   rules: { | ||||||
|  |       //     required: true, | ||||||
|  |       //     message: '请输入', | ||||||
|  |       //     trigger: 'blur', | ||||||
|  |       //   }, | ||||||
|  |       // }, | ||||||
|       { |       { | ||||||
|         label: '经营有效期', |         label: '经营有效期', | ||||||
|         prop: 'crop', |         prop: 'crop10', | ||||||
|         search: false, |         search: false, | ||||||
|         addDisplay: false, |         addDisplay: false, | ||||||
|         editDisplay: false, |         editDisplay: false, | ||||||
| @ -303,7 +380,7 @@ const state = reactive({ | |||||||
|       }, |       }, | ||||||
|       { |       { | ||||||
|         label: '审核状态', |         label: '审核状态', | ||||||
|         prop: 'crop', |         prop: 'crop11', | ||||||
|         addDisplay: false, |         addDisplay: false, | ||||||
|         editDisplay: false, |         editDisplay: false, | ||||||
|         search: false, |         search: false, | ||||||
| @ -315,7 +392,7 @@ const state = reactive({ | |||||||
|       }, |       }, | ||||||
|       { |       { | ||||||
|         label: '审核意见', |         label: '审核意见', | ||||||
|         prop: 'crop', |         prop: 'crop12', | ||||||
|         addDisplay: false, |         addDisplay: false, | ||||||
|         editDisplay: false, |         editDisplay: false, | ||||||
|         rules: { |         rules: { | ||||||
| @ -324,7 +401,7 @@ const state = reactive({ | |||||||
|           trigger: 'blur', |           trigger: 'blur', | ||||||
|         }, |         }, | ||||||
|       }, |       }, | ||||||
|       { label: '创建时间', prop: 'crop', addDisplay: false, editDisplay: false, search: false }, |       { label: '创建时间', prop: 'crop13', addDisplay: false, editDisplay: false, search: false }, | ||||||
|     ], |     ], | ||||||
|     group: [ |     group: [ | ||||||
|       { |       { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user