| | |
| | | @select="handleSelect"> |
| | | <el-menu-item index="processDesign" @click="to('processDesign')">审批流程 |
| | | </el-menu-item> |
| | | <!-- <el-menu-item index="proSetting" @click="to('proSetting')">扩展设置</el-menu-item>--> |
| | | </el-menu> |
| | | <div class="publish"> |
| | | |
| | |
| | | </div> |
| | | </div> |
| | | |
| | | <el-dialog title="请使用手机扫码预览" :visible.sync="viewCode" width="300px" :close-on-click-modal="false" center> |
| | | <img src="../../assets/image/code.png" width="250" height="250"> |
| | | </el-dialog> |
| | | |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | this.$emit('input', path) |
| | | }, |
| | | handleSelect(key, keyPath) { |
| | | console.log(key, keyPath); |
| | | }, |
| | | listener() { |
| | | window.onunload = this.closeBefore() |