@ -792,6 +792,7 @@ export default {
} else {
// this.$message.error(res.message)
this.$refs.inputRef.focus();
}
}).catch(() => {
this.loading = false
@ -270,7 +270,7 @@ export default {
rowBackground.color = '#f60303';
rowBackground.height = "32px"
rowBackground.height = "38px"
return rowBackground;
},
@ -1,6 +1,6 @@
<template>
<div>
<el-table v-loading="codeLoading" :data="codeDetailList" style="width: 100%" :row-style="{height:'32px'}" border>
<el-table v-loading="codeLoading" :data="codeDetailList" style="width: 100%" :row-style="{height:'38px'}" border>
<template v-for="(item, index) in tableHeader2">
<el-table-column
v-if="item.columnType == 'id' && executeEval(row,item.expression,true)"
@ -301,7 +301,7 @@ export default {