| | |
| | | import {changeFilterEvent, filterChanged} from "@/hook" |
| | | import footSum from "@/hook/footSum" |
| | | import TagStyle from "@/components/pp/TagStyle.vue" |
| | | import TagStyleDesigner from "@/components/pp/TagStyleDesigner.vue" |
| | | import OrderSortDetail from '@/components/pp/OrderSortDetail.vue' |
| | | import companyInfo from "@/stores/sd/companyInfo" |
| | | //语言获取 |
| | |
| | | <el-dialog |
| | | id="titleStyle" |
| | | :title="$t('processCard.labelStyle')" |
| | | style="width: 70%;height:70% " |
| | | style="width: 90%;height:90%;margin-top: 3vh " |
| | | :close-on-click-modal="false" |
| | | :close-on-press-escape="false" |
| | | v-model="titleStyleVisible"> |
| | | <tag-style style="width: 100%;height: 100%"/> |
| | | <!-- <tag-style-designer style="width: 100%;height: 100%"/>--> |
| | | </el-dialog> |
| | | |
| | | <el-dialog |