|
|
|
@ -124,11 +124,11 @@ |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item :label="inputSearch5"> |
|
|
|
<el-input type="textarea" :rows="4" style="width: 238px;" v-model="saveAuditTypeData.remark"></el-input> |
|
|
|
<el-input type="textarea" :rows="3" style="width: 238px;" v-model="saveAuditTypeData.remark"></el-input> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<span slot="footer" class="dialog-footer"> |
|
|
|
<el-button @click="setUp.reviewFlag = false">取消</el-button> |
|
|
|
<span slot="footer" class="dialog-footer" > |
|
|
|
<el-button @click="setUp.reviewFlag = false" style="margin-top: 40px;">取消</el-button> |
|
|
|
<el-button type="primary" :disabled="setUp.saveButton" @click="saveAuditType()">确定</el-button> |
|
|
|
</span> |
|
|
|
</el-dialog> |
|
|
|
|