mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-30 09:48:43 +08:00 
			
		
		
		
	fix
This commit is contained in:
		| @@ -73,7 +73,7 @@ | |||||||
|     </template> |     </template> | ||||||
|   </XModal> |   </XModal> | ||||||
|   <XModal id="sendTest" v-model="sendVisible" title="测试"> |   <XModal id="sendTest" v-model="sendVisible" title="测试"> | ||||||
|     <el-form :model="sendSmsForm" :rules="sendSmsRules" label-width="140px"> |     <el-form :model="sendSmsForm" :rules="sendSmsRules" label-width="200px" label-position="top"> | ||||||
|       <el-form-item label="模板内容" prop="content"> |       <el-form-item label="模板内容" prop="content"> | ||||||
|         <el-input |         <el-input | ||||||
|           v-model="sendSmsForm.content" |           v-model="sendSmsForm.content" | ||||||
| @@ -118,6 +118,7 @@ import { useMessage } from '@/hooks/web/useMessage' | |||||||
| import { useVxeGrid } from '@/hooks/web/useVxeGrid' | import { useVxeGrid } from '@/hooks/web/useVxeGrid' | ||||||
| import { VxeGridInstance } from 'vxe-table' | import { VxeGridInstance } from 'vxe-table' | ||||||
| import { FormExpose } from '@/components/Form' | import { FormExpose } from '@/components/Form' | ||||||
|  | import { ElForm, ElFormItem, ElInput } from 'element-plus' | ||||||
| // 业务相关的 import | // 业务相关的 import | ||||||
| import * as SmsTemplateApi from '@/api/system/sms/smsTemplate' | import * as SmsTemplateApi from '@/api/system/sms/smsTemplate' | ||||||
| import { rules, allSchemas } from './sms.template.data' | import { rules, allSchemas } from './sms.template.data' | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 xingyu
					xingyu