+
+
@@ -122,11 +122,25 @@ export default {
* 获取条文标签字段
*/
initClauseFieldList () {
- getDocSplitEditForm({ type: 1 }).then(res => {
- if (res.success) {
- this.clauseField = res.result || []
+ this.clauseField = [
+ {
+ dbFieldEnName: 'Item No.',
+ dbFieldName: 'item_num',
+ dbFieldNameOld: 'item_num',
+ dbFieldTxt: this.$t('docTool.split.clauseNo')
+ },
+ {
+ dbFieldEnName: 'Item Title',
+ dbFieldName: 'item_title',
+ dbFieldNameOld: 'item_title',
+ dbFieldTxt: this.$t('docTool.split.clauseName')
}
- })
+ ]
+ // getDocSplitEditForm({ type: 1 }).then(res => {
+ // if (res.success) {
+ // this.clauseField = res.result || []
+ // }
+ // })
},
initDetailInfo () {
this.loading = true