Merge pull request '更新' (#37) from zwq into develop
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			Reviewed-on: #37
This commit is contained in:
		@@ -2,6 +2,6 @@
 | 
			
		||||
ENV = 'production'
 | 
			
		||||
 | 
			
		||||
# base api
 | 
			
		||||
VUE_APP_BASE_API = '/api'
 | 
			
		||||
VUE_APP_BASE_API = ''
 | 
			
		||||
VUE_APP_REPORT_DESIGN_URL = '/ureport/designer'
 | 
			
		||||
VUE_APP_REPORT_VIEW_URL = '/ureport/preview'
 | 
			
		||||
 
 | 
			
		||||
@@ -1,7 +1,7 @@
 | 
			
		||||
<!--
 | 
			
		||||
 * @Date: 2021-01-07 20:09:37
 | 
			
		||||
 * @LastEditors: zwq
 | 
			
		||||
 * @LastEditTime: 2022-01-17 15:16:29
 | 
			
		||||
 * @LastEditTime: 2022-03-07 09:25:31
 | 
			
		||||
 * @FilePath: \basic-admin\src\components\BaseTable\subcomponents\CheckDetail.vue
 | 
			
		||||
 * @Description:
 | 
			
		||||
-->
 | 
			
		||||
@@ -44,10 +44,10 @@ export default {
 | 
			
		||||
      visible: false,
 | 
			
		||||
      options: [{
 | 
			
		||||
        value: '选项1',
 | 
			
		||||
        label: '黄金糕'
 | 
			
		||||
        label: '工艺1'
 | 
			
		||||
      }, {
 | 
			
		||||
        value: '选项2',
 | 
			
		||||
        label: '双皮奶'
 | 
			
		||||
        label: '工艺2'
 | 
			
		||||
      }
 | 
			
		||||
      ],
 | 
			
		||||
      value: ''
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user