|
|
|
@ -5,12 +5,6 @@ |
|
|
|
<el-col :span="15"> |
|
|
|
<div class="grid-content bg-purple"> |
|
|
|
<el-form-item :label="' '"> |
|
|
|
{{!ifDisableFlag}} |
|
|
|
{{isAuth('103002:bmSave')}} |
|
|
|
{{spForm}} |
|
|
|
{{searchData.username}} |
|
|
|
{{dataForm.status}} |
|
|
|
{{superAdmin}} |
|
|
|
<el-button type="primary" @click="refresh()">刷新数据</el-button> |
|
|
|
<template v-if="(!ifDisableFlag && isAuth('103002:bmSave') && spForm.sp.includes(searchData.username) && dataForm.status === 'spz') || dataForm.status === 'cg' || (superAdmin)"> |
|
|
|
<el-button type="primary" @click="saveData()">保存数据 </el-button> |
|
|
|
|