[update 标签管理] 去掉条款新增编辑的使用范围、拆分表单placeholder也去掉相关提示
This commit is contained in:
@@ -182,7 +182,7 @@ import UploadFile from '../../../../components/UploadFile.vue'
|
||||
import StandardSelection from '../../../../components/selection/StandardSelection.vue'
|
||||
import UserSelection from '../../../../components/selection/UserSelection.vue'
|
||||
import { getDocSplitEditForm, editBatchEditClause } from '../../../../api/documentToolApi'
|
||||
import { ClauseUsableRange, FieldType, YesOrNoEnum } from '../../../../enums/commonEnums'
|
||||
import { FieldType, YesOrNoEnum } from '../../../../enums/commonEnums'
|
||||
import { getFormDictTreeList } from '../../../../api/api'
|
||||
import { getAction } from '../../../../api/manage'
|
||||
import STreeSelect from '../../../../components/STreeSelect'
|
||||
@@ -463,10 +463,10 @@ export default {
|
||||
* @param field
|
||||
*/
|
||||
getPlaceholderSuffix (field) {
|
||||
const fieldUsableRange = (field.usableRange || '').split(',')
|
||||
if (fieldUsableRange.length === 1) {
|
||||
return `(${ClauseUsableRange.nameOfIndex(fieldUsableRange[0])})`
|
||||
}
|
||||
// const fieldUsableRange = (field.usableRange || '').split(',')
|
||||
// if (fieldUsableRange.length === 1) {
|
||||
// return `(${ClauseUsableRange.nameOfIndex(fieldUsableRange[0])})`
|
||||
// }
|
||||
return ''
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user