fix: 修改

20240912_adapter_z
chenhc 10 months ago
parent cbb58dcbf6
commit 9569c8e54a

@ -792,6 +792,7 @@ export default {
} else { } else {
// this.$message.error(res.message) // this.$message.error(res.message)
this.$refs.inputRef.focus();
} }
}).catch(() => { }).catch(() => {
this.loading = false this.loading = false

@ -792,6 +792,7 @@ export default {
} else { } else {
// this.$message.error(res.message) // this.$message.error(res.message)
this.$refs.inputRef.focus();
} }
}).catch(() => { }).catch(() => {
this.loading = false this.loading = false

@ -270,7 +270,7 @@ export default {
rowBackground.color = '#f60303'; rowBackground.color = '#f60303';
} }
rowBackground.height = "32px" rowBackground.height = "38px"
return rowBackground; return rowBackground;
}, },

@ -1,6 +1,6 @@
<template> <template>
<div> <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"> <template v-for="(item, index) in tableHeader2">
<el-table-column <el-table-column
v-if="item.columnType == 'id' && executeEval(row,item.expression,true)" v-if="item.columnType == 'id' && executeEval(row,item.expression,true)"

@ -301,7 +301,7 @@ export default {
rowBackground.color = '#f60303'; rowBackground.color = '#f60303';
} }
rowBackground.height = "32px" rowBackground.height = "38px"
return rowBackground; return rowBackground;
}, },

Loading…
Cancel
Save