bug
This commit is contained in:
@@ -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