78451 体系搜索-标准状态修改
This commit is contained in:
@@ -129,21 +129,21 @@
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="standState"
|
||||
width="120"
|
||||
width="80"
|
||||
label="标准状态">
|
||||
<template slot-scope="scope">
|
||||
<span v-if="dict.commonState">{{ this.dict.commonState.find(item => item.value === scope.row.standState).label }}</span>
|
||||
</template>
|
||||
<!--<template slot-scope="scope">-->
|
||||
<!--<span v-if="dict.commonState">{{ this.dict.commonState.find(item => item.value === scope.row.standState).label }}</span>-->
|
||||
<!--</template>-->
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="releaseDate"
|
||||
width="120"
|
||||
width="110"
|
||||
sortable
|
||||
label="发布日期">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="implementDate"
|
||||
width="120"
|
||||
width="110"
|
||||
sortable="custom"
|
||||
label="实施日期">
|
||||
</el-table-column>
|
||||
@@ -154,15 +154,17 @@
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="dept"
|
||||
width="120"
|
||||
width="150"
|
||||
label="编制单位">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="draftUserName"
|
||||
width="200"
|
||||
label="起草人">
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="dataSource"
|
||||
width="100"
|
||||
label="数据来源">
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
|
||||
Reference in New Issue
Block a user