This commit is contained in:
liuye
2022-04-07 18:35:43 +08:00
parent d5acaec0ba
commit aea786945f
9 changed files with 494 additions and 16 deletions

View File

@@ -700,9 +700,11 @@ export default {
background: #F7F7F7;
border: 1px solid #DDDDDD;
padding: 20px;
text-align: center;
width: 100%;
.el-image {
width: 100%;
width: 100%!important;
height: 100%;
background: #fff;
border: 1px solid #EEEEEE;
@@ -1157,6 +1159,7 @@ export default {
justify-content: flex-end;
}
}
}
</style>

View File

@@ -44,7 +44,7 @@ export default {
tabs() {
return [
{label: "网上办事", name: "configList", value: "0", comp: configList, detail: addConfig, permission: ""},
{label: "办事指南", name: "configList", value: "2", comp: configList, detail: guidance, permission: ""},
// {label: "办事指南", name: "configList", value: "2", comp: configList, detail: guidance, permission: ""},
]
},
currentTab() {

View File

@@ -39,7 +39,7 @@
<template slot-scope="scope">
<el-switch
v-model="scope.row.mustFill"
active-value="0" inactive-value="1"
active-value="1" inactive-value="0"
active-color="#D0D4DC"
inactive-color="#5088FF">
</el-switch>

View File

@@ -41,7 +41,7 @@
<el-switch
v-model="form.processDefStatus"
active-color="#D0D4DC"
inactive-color="#5088FF" active-value="0" inactive-value="1">
inactive-color="#5088FF" active-value="1" inactive-value="0">
</el-switch>
</el-form-item>
</el-form>