|
@@ -0,0 +1,22 @@
|
|
|
|
+<template>
|
|
|
|
+ <div class="app-container">
|
|
|
|
+ <!-- 搜索 -->
|
|
|
|
+ <el-form>
|
|
|
|
+ <el-form-item label="升级标题:">
|
|
|
|
+ <el-input placeholder="请输入升级标题" />
|
|
|
|
+ </el-form-item>
|
|
|
|
+ <el-form-item></el-form-item>
|
|
|
|
+ <el-form-item></el-form-item>
|
|
|
|
+ </el-form>
|
|
|
|
+ </div>
|
|
|
|
+</template>
|
|
|
|
+
|
|
|
|
+<script>
|
|
|
|
+export default {
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+</script>
|
|
|
|
+
|
|
|
|
+<style>
|
|
|
|
+
|
|
|
|
+</style>
|