|
@@ -442,17 +442,16 @@
|
|
|
icon="el-icon-delete"
|
|
|
:disabled="scope.row.actId != '1090' ? true : false || disabled"
|
|
|
@click.native.prevent="deleteRow(scope.$index)"
|
|
|
- >删除</el-button
|
|
|
- >
|
|
|
+ >删除</el-button>
|
|
|
</template>
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
</span>
|
|
|
<span slot="footer" class="dialog-footer">
|
|
|
- <el-button type="primary" @click="submitForm">提交</el-button>
|
|
|
+ <el-button type="primary" :disabled="disabled" @click="submitForm">提交</el-button>
|
|
|
<el-button type="success" @click="submitAllowChanges">修改</el-button>
|
|
|
- <el-button type="info" @click="submitSave">保 存</el-button>
|
|
|
- <el-button type="warning" @click="submitRetreat">撤 回</el-button>
|
|
|
+ <el-button type="info" :disabled="disabled" @click="submitSave">保 存</el-button>
|
|
|
+ <el-button type="warning" :disabled="disabled" @click="submitRetreat">撤 回</el-button>
|
|
|
<el-button @click="showDialog = false">取 消</el-button>
|
|
|
</span>
|
|
|
</el-dialog>
|