feat : 文件预览,项目详情文件表格展示
This commit is contained in:
@@ -46,7 +46,7 @@ const shortcuts = [
|
||||
|
||||
const searchConfig = ref([
|
||||
{
|
||||
label: '子公司名称',
|
||||
label: '公司名称',
|
||||
prop: 'subCompanyId',
|
||||
component: 'el-tree-select',
|
||||
props: {
|
||||
|
||||
@@ -36,7 +36,7 @@ const localData = reactive({
|
||||
const schame = computed(()=>{
|
||||
let arr = [
|
||||
{
|
||||
label: '子公司',
|
||||
label: '公司',
|
||||
prop: 'subCompanyId',
|
||||
component: 'el-tree-select',
|
||||
props: {
|
||||
|
||||
@@ -17,7 +17,7 @@ const router = useRouter()
|
||||
|
||||
const searchConfig = ref([
|
||||
{
|
||||
label: '子公司名称',
|
||||
label: '公司名称',
|
||||
prop: 'subCompanyId',
|
||||
component: 'el-tree-select',
|
||||
props: {
|
||||
@@ -101,7 +101,7 @@ const tableConfig = reactive({
|
||||
},
|
||||
{
|
||||
prop: 'subCompanyName',
|
||||
label: '子公司名称',
|
||||
label: '公司名称',
|
||||
align: 'center',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user