国内外政策的文本状态改为标准状态
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
</el-table-column>
|
||||
<el-table-column
|
||||
prop="standStatusShow"
|
||||
label="文本状态"
|
||||
label="标准状态"
|
||||
width="130">
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
@@ -137,6 +137,8 @@
|
||||
<!--分页-->
|
||||
<pagination
|
||||
style="position: relative;"
|
||||
:auto-size="true"
|
||||
:page-size="replaceLawsNumForm.pageSize"
|
||||
:page="replacePage"
|
||||
:total="replaceTotal"
|
||||
@pageChange="pageChangeReplace"
|
||||
@@ -186,7 +188,7 @@ export default {
|
||||
lawsNo: '',
|
||||
lawsName: '', // 政策名称
|
||||
page: 1,
|
||||
pageSize: this.$store.getters.userInfo.configContent,
|
||||
pageSize: 20,
|
||||
total: 0,
|
||||
},
|
||||
replaceLawsNumRow: [], // 代替政策号 数组内容
|
||||
|
||||
Reference in New Issue
Block a user