Browse Source

档案分类加文案

master
xuhuajiao 1 year ago
parent
commit
3f71c1931b
  1. 4
      src/views/system/archivesClassify/module/tableList.vue

4
src/views/system/archivesClassify/module/tableList.vue

@ -23,6 +23,7 @@
<i class="iconfont icon-daochu" /> <i class="iconfont icon-daochu" />
导出 导出
</el-button> </el-button>
<span class="tip">注意门类节点下才可新增档案分类</span>
</template> </template>
</crudOperation> </crudOperation>
</div> </div>
@ -452,4 +453,7 @@ export default {
</script> </script>
<style lang="scss" scoped> <style lang="scss" scoped>
.tip{
line-height: 28px;
}
</style> </style>
Loading…
Cancel
Save