阅行客电子档案
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

21 lines
443 B

<template>
<field title="电子文件字段" :is-type="3" permission-str="electronicFields" />
</template>
<script>
import Field from '../field/index'
export default {
name: 'ElectronicFields',
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>