|
@@ -354,7 +354,12 @@
|
|
|
<el-form-item label="msgDataFormat" prop="msgDataFormat">
|
|
<el-form-item label="msgDataFormat" prop="msgDataFormat">
|
|
|
<el-input v-model="form.msgDataFormat" placeholder="请输入msgDataFormat" />
|
|
<el-input v-model="form.msgDataFormat" placeholder="请输入msgDataFormat" />
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
-
|
|
|
|
|
|
|
+ <el-form-item label="客服电话" prop="customerNum">
|
|
|
|
|
+ <el-input v-model="form.customerNum" placeholder="请输入客服电话" />
|
|
|
|
|
+ </el-form-item>
|
|
|
|
|
+ <el-form-item label="备案号" prop="recordNumber">
|
|
|
|
|
+ <el-input v-model="form.recordNumber" placeholder="请输入备案号" />
|
|
|
|
|
+ </el-form-item>
|
|
|
</el-form>
|
|
</el-form>
|
|
|
<div slot="footer" class="dialog-footer">
|
|
<div slot="footer" class="dialog-footer">
|
|
|
<el-button type="primary" @click="showOpenPlatformWarning">确 定</el-button>
|
|
<el-button type="primary" @click="showOpenPlatformWarning">确 定</el-button>
|