File was renamed from north-glass-erp/northglass-erp/src/components/mm/TagStyle.vue |
| | |
| | | cancelButtonText: '取消', |
| | | inputPattern:/^.{1,20}$/, |
| | | inputErrorMessage: '请输入20个字符以内的且不为空的字符', |
| | | inputValue:tag.value.name |
| | | }).then(({ value }) => { |
| | | tag.value.name = value |
| | | tag.value.value = JSON.stringify(list.value) |
| | |
| | | } |
| | | }) |
| | | }) |
| | | |
| | | } |
| | | |
| | | const changeType = () => { |
| | |
| | | import {useI18n} from 'vue-i18n' |
| | | import {changeFilterEvent, filterChanged} from "@/hook" |
| | | import footSum from "@/hook/footSum" |
| | | import TagStyle from "@/components/mm/TagStyle.vue" |
| | | import TagStyle from "@/components/pp/TagStyle.vue" |
| | | //语言获取 |
| | | const {t} = useI18n() |
| | | |