上传
This commit is contained in:
@@ -30,6 +30,9 @@
|
||||
<el-tab-pane label="额外支出项" :name="36" v-if="checkPermi(['clue:setting:extra-fee'])">
|
||||
<ExtraFeeType v-if="tabIndex == 36" />
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="其他费用项" :name="37" v-if="checkPermi(['clue:setting:other-pay'])">
|
||||
<OtherPayType v-if="tabIndex == 37" />
|
||||
</el-tab-pane>
|
||||
<el-tab-pane label="常规设置" :name="40" v-if="checkPermi(['clue:setting:general-setting'])">
|
||||
<GeneralSet v-if="tabIndex == 40" />
|
||||
</el-tab-pane>
|
||||
@@ -49,6 +52,7 @@ import ClueSend from './Comp/ClueSend.vue'
|
||||
// import MsgSend from './Comp/MsgSend.vue'
|
||||
import IntentionStatus from './Comp/IntentionStatus.vue'
|
||||
import ExtraFeeType from './Comp/ExtraFeeType.vue'
|
||||
import OtherPayType from './Comp/OtherPayType.vue'
|
||||
import GeneralSet from './Comp/GeneralSet.vue'
|
||||
import { checkPermi } from '@/utils/permission'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user