@@ -5,7 +5,7 @@ | |||
<link rel="icon" type="image/svg+xml" href="/logo_1.jpg" /> | |||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |||
<title>菊城人才市场后台管理</title> | |||
<script type="module" crossorigin src="/assets/index-xxu5-fUS.js"></script> | |||
<script type="module" crossorigin src="/assets/index-gBT6rC7U.js"></script> | |||
<link rel="stylesheet" crossorigin href="/assets/index-DSahY579.css"> | |||
</head> | |||
<body> |
@@ -66,6 +66,11 @@ | |||
createForm.value.open_date = dayjsRef.value(val[0]).format('YYYY-MM-DD HH:mm:ss'); | |||
createForm.value.close_date = dayjsRef.value(val[1]).format('YYYY-MM-DD HH:mm:ss'); | |||
} | |||
// 富文本 | |||
const onEditorUpdate = (data) => { | |||
createForm.value.content = data | |||
} | |||