|
@@ -11,9 +11,22 @@
|
|
|
}}</div>
|
|
}}</div>
|
|
|
<div class="title-right">
|
|
<div class="title-right">
|
|
|
<el-button @click="cancel">取消</el-button>
|
|
<el-button @click="cancel">取消</el-button>
|
|
|
- <el-button type="primary" @click="toSubmit" :loading="loading">
|
|
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ type="primary"
|
|
|
|
|
+ @click="toSubmit"
|
|
|
|
|
+ :loading="loading"
|
|
|
|
|
+ v-if="$route.query.type != 'edit'"
|
|
|
|
|
+ >
|
|
|
提交计划
|
|
提交计划
|
|
|
</el-button>
|
|
</el-button>
|
|
|
|
|
+ <el-button
|
|
|
|
|
+ type="primary"
|
|
|
|
|
+ @click="toSubmit"
|
|
|
|
|
+ :loading="loading"
|
|
|
|
|
+ v-if="$route.query.type == 'edit'"
|
|
|
|
|
+ >
|
|
|
|
|
+ 保存计划
|
|
|
|
|
+ </el-button>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<el-form
|
|
<el-form
|