|
|
@ -6,8 +6,8 @@ |
|
|
|
<div>{{ viewTitle }}</div> |
|
|
|
<!--start 添加修改按钮--> |
|
|
|
<div> |
|
|
|
<el-button type="primary" size="small" :disabled="submitdisabled" @click="handleSave()">保存 |
|
|
|
</el-button> |
|
|
|
<!-- <el-button type="primary" size="small" :disabled="submitdisabled" @click="handleSave()">保存--> |
|
|
|
<!-- </el-button>--> |
|
|
|
<el-button type="primary" size="small" :disabled="submitdisabled" @click="handleSubmit()">确认 |
|
|
|
</el-button> |
|
|
|
<el-button type="info" size="small" @click="handleReturn()">关闭</el-button> |
|
|
|