@@ -2215,6 +2215,15 @@
</el-switch>
</el-form-item>
+ <el-form-item label="是否三方入驻" prop="isThreePartyEntry">
+ <el-switch
+ v-model="form27.isThreePartyEntry"
+ active-color="#13ce66"
+ inactive-color="#ff4949"
+ >
+ </el-switch>
+ </el-form-item>
+
<div class="footer">
<el-button type="primary" @click="submitForm27">提 交</el-button>
</div>