Commit d43b7a61 by lianyang

公共页面报文及面函Docpan.vue中check字段加<el-form-item>标签包起来

parent 5532231b
......@@ -4,6 +4,10 @@
<c-istream-table-docpan :list="stmData.data" :columns="stmData.columns">
<el-table-column label="Medium">
<template slot-scope="scope">
<el-form-item
label-width="0"
:prop="'trnmod.trndoc.doceot.' + scope.$index + '.cortyp'"
>
<c-select
v-model="
scope.row.cortyp
......@@ -20,6 +24,7 @@
>
</el-option>
</c-select>
</el-form-item>
</template>
</el-table-column>
<el-table-column label="报文格式">
......@@ -63,6 +68,10 @@
</el-table-column>
<el-table-column label="传送方式">
<template slot-scope="scope">
<el-form-item
label-width="0"
:prop="'trnmod.trndoc.doceot.' + scope.$index + '.apf'"
>
<c-select
v-model="
scope.row.apf
......@@ -79,6 +88,7 @@
>
</el-option>
</c-select>
</el-form-item>
</template>
</el-table-column>
<el-table-column label="Or." width="65%">
......@@ -109,6 +119,10 @@
</el-table-column>
<el-table-column label="">
<template slot-scope="scope">
<el-form-item
label-width="0"
:prop="'trnmod.trndoc.doceot.' + scope.$index + '.staflg'"
>
<c-select
v-model="
scope.row.staflg
......@@ -124,6 +138,7 @@
>
</el-option>
</c-select>
</el-form-item>
</template>
</el-table-column>
<el-table-column label="操作" width="115px" fixed="right">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment