Commit 654021fe by liangzhen

复核

1 parent 01722f0f
......@@ -372,9 +372,11 @@
label="复核情况说明"
prop="zgqkFileId"
width="200"
>
<template slot-scope="scope">
<el-input v-model="scope.row.zgqkFileId"></el-input>
<el-input v-model="scope.row.zgqkFileId" type="textarea"
:rows="2"></el-input>
</template>
</el-table-column>
<el-table-column
......@@ -1228,7 +1230,7 @@ export default {
.dialog {
.eltable {
height: 650px;
overflow-y: auto;
overflow-y:hidden;
}
}
/deep/.el-switch__core {
......
......@@ -372,9 +372,11 @@
label="复核情况说明"
prop="zgqkFileId"
width="200"
>
<template slot-scope="scope">
<el-input v-model="scope.row.zgqkFileId"></el-input>
<el-input v-model="scope.row.zgqkFileId" type="textarea"
:rows="2"></el-input>
</template>
</el-table-column>
<el-table-column
......@@ -1228,7 +1230,7 @@ export default {
.dialog {
.eltable {
height: 650px;
overflow-y: auto;
overflow-y: hidden;
}
}
/deep/.el-switch__core {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!