bug
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user