|
@@ -582,7 +582,7 @@ const setTableFormMenu = (info) => {
|
|
|
|
|
|
if (isStatus.value !== 3) {
|
|
|
newArr.push({ label: '清除所有数据', key: 'clear' }),
|
|
|
- newArr.push({ label: '清除当前数据', key: 'clearcur' })
|
|
|
+ newArr.push({ label: '清除字段数据', key: 'clearcur' })
|
|
|
}
|
|
|
console.log(treenodeDataInfo.value, 'treenodeDataInfo')
|
|
|
|