bug 文档拆分编辑
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<a-drawer
|
||||
:title="formTitle"
|
||||
:title="title"
|
||||
placement="right"
|
||||
:visible="visible"
|
||||
@close="handleCancel"
|
||||
@@ -239,7 +239,7 @@ export default {
|
||||
disabledFieldList: [], // 禁用的字段
|
||||
specialPlaceholder: {}, // 特殊的placeholder
|
||||
optionsData: {}, // 通过接口获取的下拉数据
|
||||
formTitle: this.$t('newlyAdded'),
|
||||
title: this.$t('newlyAdded'),
|
||||
contentList: [], // 条款内容数据
|
||||
visible: false,
|
||||
addIndex: 0, // 新增条款的index
|
||||
|
||||
Reference in New Issue
Block a user