@ -0,0 +1,21 @@
<template>
<field title="电子文件字段" :is-type="3" permission-str="electronicFields" />
</template>
<script>
import Field from '@/views/components/field'
export default {
name: 'ArchivesList',
components: { Field }
}
</script>
<style rel="stylesheet/scss" lang="scss" scoped>
::v-deep thead .el-table-column--selection .cell {
display: none;
::v-deep div.el-dialog__footer {
text-align: center;
</style>