|
|
@@ -95,6 +95,16 @@
|
|
|
</div>
|
|
|
</el-form-item>
|
|
|
|
|
|
+ <el-form-item label-width="0" prop="is_need_manager">
|
|
|
+ <div class="form-label">
|
|
|
+ <span style="margin-right:10px">Ai Vibe Coding项目</span>
|
|
|
+ <el-switch v-model="modalFormData.is_vibe_coding"></el-switch>
|
|
|
+
|
|
|
+ <a href="/b/vibecoding" target="_blank">什么是Vibe Coding?</a>
|
|
|
+
|
|
|
+ </div>
|
|
|
+ </el-form-item>
|
|
|
+
|
|
|
<el-form-item size="large">
|
|
|
<div class="form-submit-area">
|
|
|
<el-button type="primary" @click="submitForm">确定</el-button>
|
|
|
@@ -410,8 +420,8 @@ export default {
|
|
|
city_id: form.city_id,
|
|
|
is_appoint_freelance:form.full,
|
|
|
publish_present_hire:form.is_incompany,
|
|
|
- is_need_manager: form.is_need_manager ? 1 : 0
|
|
|
-
|
|
|
+ is_need_manager: form.is_need_manager ? 1 : 0,
|
|
|
+ is_vibe_coding: form.is_vibe_coding ? 1 : 0
|
|
|
};
|
|
|
if (this.field104fileList.length > 0) {
|
|
|
let arr = this.field104fileList.map(item => {
|