|
@@ -1,15 +1,18 @@
|
|
|
<template>
|
|
|
<div class="createPost-container">
|
|
|
- <el-form ref="postForm" :label-position="labelPosition" :model="postForm" :rules="rules" class="form-container" label-width="120px">
|
|
|
+ <el-form ref="postForm" :label-position="labelPosition" :model="postForm" :rules="rules" class="form-container" label-width="130px">
|
|
|
<div class="createPost-main-container">
|
|
|
<el-form-item prop="site_id" style="" label="siteId">
|
|
|
<el-input v-model="postForm.site_id" placeholder="" style="width: 200px;" />
|
|
|
+ <span style="margin-left: 10px;color: fuchsia;">(需乙方设置)</span>
|
|
|
</el-form-item>
|
|
|
<el-form-item prop="unique_key" style="" label="uniqueKey">
|
|
|
<el-input v-model="postForm.unique_key" placeholder="" style="width: 200px;" />
|
|
|
+ <span style="margin-left: 10px;color: fuchsia;">(需乙方设置)</span>
|
|
|
</el-form-item>
|
|
|
<el-form-item prop="domain" style="" label="域名">
|
|
|
<el-input v-model="postForm.domain" placeholder="" style="width: 300px;" />
|
|
|
+ <span style="margin-left: 10px;color: fuchsia;">(需乙方设置)</span>
|
|
|
</el-form-item>
|
|
|
<el-form-item prop="channel_name" style="" label="频道名称">
|
|
|
<el-input v-model="postForm.channel_name" placeholder="" style="width: 300px;" />
|