Commit 7ba6de78 authored by huangjie's avatar huangjie

*

parent 13d86181
...@@ -61,7 +61,7 @@ export default { ...@@ -61,7 +61,7 @@ export default {
// 文件类型, 例如['png', 'jpg', 'jpeg'] // 文件类型, 例如['png', 'jpg', 'jpeg']
fileType: { fileType: {
type: Array, type: Array,
default: () => ["doc", "xls", "ppt", "txt", "pdf"], default: () => ["xlsx","docx","doc", "xls", "ppt", "txt", "pdf"],
}, },
// 是否显示提示 // 是否显示提示
isShowTip: { isShowTip: {
......
...@@ -191,10 +191,12 @@ ...@@ -191,10 +191,12 @@
const _tempArray = [arr]; const _tempArray = [arr];
this.menuTreeList = _tempArray; this.menuTreeList = _tempArray;
await this.$nextTick() await this.$nextTick()
console.log(this.$refs['profitloss']) this.$refs['profitloss'].$refs['customElMenu'].open(_tempArray[0].id)
this.defaultActive = result.data[0].id
this.select(result.data[0].id)
} }
} catch (error) { } catch (error) {
console.log(error)
} }
} }
}, },
......
...@@ -27,31 +27,31 @@ ...@@ -27,31 +27,31 @@
<span>{{(pageNum - 1) *pageSize + scope.$index + 1}}</span> <span>{{(pageNum - 1) *pageSize + scope.$index + 1}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="年度" width="120" :resizable="false"> <el-table-column label="年度" width="120" prop="name1" :resizable="false">
</el-table-column> </el-table-column>
<el-table-column label="使用公司" :resizable="false"> <el-table-column label="使用公司" :resizable="false" width="250">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.legalPerson||"--"}} {{scope.row.name2||"--"}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="使用项目" :resizable="false"> <el-table-column label="使用项目" width="250" :resizable="false">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.legalPerson||"--"}} {{scope.row.name3||"--"}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="项目考评" min-width="120" :resizable="false"> <el-table-column label="项目考评" min-width="120" :resizable="false">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.legalPerson||"--"}} {{scope.row.name4||"--"}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="公司考评分" min-width="120" :resizable="false"> <el-table-column label="公司考评分" min-width="120" :resizable="false">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.legalPerson||"--"}} {{scope.row.name5||"--"}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="汇总分" min-width="120" :resizable="false"> <el-table-column label="汇总分" min-width="120" :resizable="false">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.legalPerson||"--"}} {{scope.row.name6||"--"}}
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
...@@ -78,10 +78,11 @@ ...@@ -78,10 +78,11 @@
return{ return{
encodeStr, encodeStr,
tableData:[ tableData:[
{name:'测试',legalPerson:'AAAA'} {name1:'2021年度',name2:'中建一局集团第二建筑有限公司',name3:'剧场及配套办公等2项(北京市文化中心)',name4:'-',name5:'-',name6:'-'},
{name1:'2021年度',name2:'中建一局集团第二建筑有限公司',name3:'剧场及配套办公等2项(北京市文化中心)',name4:'-',name5:'-',name6:'-'},
], ],
isSkeleton:false, isSkeleton:false,
total:100, total:2,
pageSize:50, pageSize:50,
pageNum:1, pageNum:1,
} }
......
...@@ -27,56 +27,56 @@ ...@@ -27,56 +27,56 @@
<span>{{(pageNum - 1) *pageSize + scope.$index + 1}}</span> <span>{{(pageNum - 1) *pageSize + scope.$index + 1}}</span>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="使用项目" width="320" :fixed="tableColumnFixed" :resizable="false"> <el-table-column label="使用项目" width="350" :fixed="tableColumnFixed" prop="name1" :resizable="false">
</el-table-column> </el-table-column>
<el-table-column label="使用单位" :min-width="200" :resizable="false"> <el-table-column label="使用单位" :min-width="260" :resizable="false">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.legalPerson||"--"}} {{scope.row.name2||"--"}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="公司名称" :min-width="200" :resizable="false"> <el-table-column label="公司名称" :min-width="300" :resizable="false">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.legalPerson||"--"}} {{scope.row.name3||"--"}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="处置时间" :min-width="180" :resizable="false"> <el-table-column label="处置时间" :min-width="180" :resizable="false">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.legalPerson||"--"}} {{scope.row.name4||"--"}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="年度" min-width="120" :resizable="false"> <el-table-column label="年度" min-width="120" :resizable="false">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.legalPerson||"--"}} {{scope.row.name5||"--"}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="处置前状态" :min-width="200" :resizable="false"> <el-table-column label="处置前状态" :min-width="200" :resizable="false">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.legalPerson||"--"}} {{scope.row.name6||"--"}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="处置后状态" :min-width="200" :resizable="false"> <el-table-column label="处置后状态" :min-width="200" :resizable="false">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.legalPerson||"--"}} {{scope.row.name7||"--"}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="处置前等级" :min-width="200" :resizable="false"> <el-table-column label="处置前等级" :min-width="200" :resizable="false">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.legalPerson||"--"}} {{scope.row.name8||"--"}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="处置后等级" :min-width="200" :resizable="false"> <el-table-column label="处置后等级" :min-width="200" :resizable="false">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.legalPerson||"--"}} {{scope.row.name9||"--"}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="预警原因" :min-width="200" :resizable="false"> <el-table-column label="预警原因" :min-width="200" :resizable="false">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.legalPerson||"--"}} {{scope.row.name10||"--"}}
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="不合格原因" :min-width="200" :resizable="false"> <el-table-column label="不合格原因" :min-width="200" :resizable="false">
<template slot-scope="scope"> <template slot-scope="scope">
{{scope.row.legalPerson||"--"}} {{scope.row.name11||"--"}}
</template> </template>
</el-table-column> </el-table-column>
</el-table> </el-table>
...@@ -103,10 +103,11 @@ ...@@ -103,10 +103,11 @@
return{ return{
encodeStr, encodeStr,
tableData:[ tableData:[
{name:'测试',legalPerson:'AAAA'} {name1:'河南水投分布式光伏项目(一期)工程EPC总承包',name2:'中建一局集团第二建筑有限公司',name3:'剧场及配套办公等2项(北京市文化中心)',name4:'2023年11月25日',name5:'2023',name6:'-',name7:'涉诉禁用',name8:'A',name9:'B',name10:'-',name11:'-'},
{name1:'河南水投分布式光伏项目(一期)工程EPC总承包',name2:'中建一局集团第二建筑有限公司',name3:'剧场及配套办公等2项(北京市文化中心)',name4:'-',name5:'-',name6:'-',name7:'-',name8:'-',name9:'-',name10:'-',name11:'-'}
], ],
isSkeleton:false, isSkeleton:false,
total:100, total:2,
pageSize:50, pageSize:50,
pageNum:1, pageNum:1,
// table列是否悬浮 // table列是否悬浮
......
...@@ -54,9 +54,9 @@ ...@@ -54,9 +54,9 @@
</el-date-picker> </el-date-picker>
</el-form-item> </el-form-item>
<el-form-item label="涉诉状态"> <el-form-item label="涉诉状态">
<!--<el-select multiple placeholder="请选择" :collapse-tags="true" clearable>--> <el-select multiple placeholder="请选择" :collapse-tags="true" clearable>
<!--<el-option v-for="(item,index) in litigationstatus" :label="item.dictLabel" :value="item.dictValue" :key="index"></el-option>--> <el-option v-for="(item,index) in litigationstatus" :label="item.dictLabel" :value="item.dictValue" :key="index"></el-option>
<!--</el-select>--> </el-select>
</el-form-item> </el-form-item>
</el-row> </el-row>
<el-divider></el-divider> <el-divider></el-divider>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment