| | |
| | | <basic-container> |
| | | <avue-tabs :option="Taboption" @change="handleChange"></avue-tabs> |
| | | <span v-if="type.prop==='tab1'"> |
| | | <attrCrud :ProData="ProData" :crudOid="crudOid" :crudLCStatus="crudLCStatus" :crudArray="crudArray" :Formlist="Formlist" :codeClassifyOid="codeClassifyOid"></attrCrud> |
| | | <attrCrud :ProData="ProData" :crudOid="crudOid" :checkStatus="checkStatus" :crudLCStatus="crudLCStatus" :crudArray="crudArray" :Formlist="Formlist" :codeClassifyOid="codeClassifyOid"></attrCrud> |
| | | </span> |
| | | <span v-else-if="type.prop==='tab2'"> |
| | | <FlowPath :code="this.crudOid" :crudLCStatus="crudLCStatus"></FlowPath> |
| | | <FlowPath :code="this.crudOid" :checkStatus="checkStatus" :crudLCStatus="crudLCStatus"></FlowPath> |
| | | |
| | | </span> |
| | | <span v-else-if="type.prop==='tab3'"> |
| | |
| | | prop: 'tab3', |
| | | }] |
| | | }, |
| | | |
| | | checkStatus:false //是否需要验证模板状态 |
| | | } |
| | | }, |
| | | created() { |
| | | // 进入页面默认是模板属性 |
| | | this.type = this.Taboption.column[0]; |
| | | this.type.prop = "tab1" |
| | | this.type.prop = "tab1"; |
| | | }, |
| | | methods: { |
| | | // Tab栏切换 |