|
|
@ -34,7 +34,7 @@ |
|
|
</el-form> |
|
|
</el-form> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
<div class="div_btn"> |
|
|
<div class="div_btn" v-if="!title.includes('详情')"> |
|
|
<el-button size="small" @click="handleCancel" :loading="btnDisable">取 消</el-button> |
|
|
<el-button size="small" @click="handleCancel" :loading="btnDisable">取 消</el-button> |
|
|
<el-button size="small" type="primary" :loading="btnDisable" @click="handleConfirm">确 定</el-button> |
|
|
<el-button size="small" type="primary" :loading="btnDisable" @click="handleConfirm">确 定</el-button> |
|
|
</div> |
|
|
</div> |
|
|
|