|
@@ -113,8 +113,10 @@
|
|
|
</a-table>
|
|
|
</div>
|
|
|
|
|
|
- <tpm-tag-modal ref="modalForm" @ok="modalFormOk"></tpm-tag-modal>
|
|
|
- <TpmTagModalPL ref="modalFormPL" @ok="modalFormOk"></TpmTagModalPL>
|
|
|
+ <!-- <tpm-tag-modal ref="modalForm" @ok="modalFormOk"></tpm-tag-modal> -->
|
|
|
+ <tag-modal ref="modalForm" @ok="modalFormOk"></tag-modal>
|
|
|
+ <tag-modal-pl ref="modalFormPL" @ok="modalFormOk"></tag-modal-pl>
|
|
|
+ <!-- <TpmTagModalPL ref="modalFormPL" @ok="modalFormOk"></TpmTagModalPL> -->
|
|
|
</a-card>
|
|
|
</template>
|
|
|
|
|
@@ -123,16 +125,16 @@
|
|
|
import '@/assets/less/TableExpand.less'
|
|
|
import { mixinDevice } from '@/utils/mixin'
|
|
|
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
|
|
|
- import TpmTagModal from './modules/TpmTagModal'
|
|
|
import {filterMultiDictText} from '@/components/dict/JDictSelectUtil'
|
|
|
-import TpmTagModalPL from './modulesPL/TpmTagModalPL.vue'
|
|
|
+import TagModal from './modules/TagModal.vue'
|
|
|
+import TagModalPL from './modulesPL/TagModalPL.vue'
|
|
|
|
|
|
export default {
|
|
|
- name: 'TpmTagList',
|
|
|
+ name: 'TagList',
|
|
|
mixins:[JeecgListMixin, mixinDevice],
|
|
|
components: {
|
|
|
- TpmTagModal,
|
|
|
- TpmTagModalPL
|
|
|
+ TagModal,
|
|
|
+ TagModalPL
|
|
|
},
|
|
|
data () {
|
|
|
return {
|