guoyuji
2024-06-13 f12beb628d6c63b33dcefcf7e28b3312f79ef5d5
改动标签样式页面位置以及修改标签样式时带出名字
1个文件已修改
1 文件已重命名
4 ■■■■ 已修改文件
north-glass-erp/northglass-erp/src/components/pp/TagStyle.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/views/pp/processCard/SelectPrintFlowCard.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
north-glass-erp/northglass-erp/src/components/pp/TagStyle.vue
File was renamed from north-glass-erp/northglass-erp/src/components/mm/TagStyle.vue
@@ -66,6 +66,7 @@
    cancelButtonText: '取消',
    inputPattern:/^.{1,20}$/,
    inputErrorMessage: '请输入20个字符以内的且不为空的字符',
    inputValue:tag.value.name
  }).then(({ value }) => {
      tag.value.name = value
      tag.value.value = JSON.stringify(list.value)
@@ -77,7 +78,6 @@
        }
      })
  })
}
const changeType = () => {
north-glass-erp/northglass-erp/src/views/pp/processCard/SelectPrintFlowCard.vue
@@ -8,7 +8,7 @@
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()