【前端】智能库房综合管理系统前端项目
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
412 B

<template>
<field title="常用字段" :is-type="2" permission-str="commonFields" />
</template>
<script>
import Field from '@/components/Field'
export default {
name: 'CommonFields',
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>