Browse Source

补充茂名应急专家修改数据

zhangyihao 6 months ago
parent
commit
b54498711e

+ 12 - 12
src/views/comprehensiveGuarantee/emergencySpecialistManagement/edit.vue

@@ -58,18 +58,18 @@ const props = defineProps<{
   eventId: string | number;
 }>();
 const formData = ref({
-  name: '',
-  county: '',
-  expert_type: '',
-  position: '',
-  unit: '',
-  phone: '',
-  address: '',
-  status: '',
-  accident_type: '',
-  rescue_experience: '',
-  birthdate: '',
-  work_date: ''
+  name: '张xx',
+  county: '茂南',
+  expert_type: '安全工程',
+  position: '高级工程师',
+  unit: '茂名市应急管理局',
+  phone: '13800138000',
+  address: '茂名市茂南XX路XX号',
+  status: '在职',
+  accident_type: '火灾、爆炸',
+  rescue_experience: '参与过多次重大事故救援,经验丰富。',
+  birthdate: '1975-05-20',
+  work_date: '2000-01-01'
 });
 const closeDialog = () => {
   emits('close');

+ 4 - 4
src/views/comprehensiveGuarantee/emergencySpecialistManagement/view.vue

@@ -61,13 +61,13 @@ const props = defineProps<{
 
 // 模拟的数据
 const formData = ref({
-  name: '张',
-  county: '朝阳区',
+  name: '张xx',
+  county: '茂南',
   expert_type: '安全工程',
   position: '高级工程师',
-  unit: '北京市应急管理局',
+  unit: '茂名市应急管理局',
   phone: '13800138000',
-  address: '北京市朝阳区XX路XX号',
+  address: '茂名市茂南XX路XX号',
   status: '在职',
   accident_type: '火灾、爆炸',
   rescue_experience: '参与过多次重大事故救援,经验丰富。',