col=1
This commit is contained in:
parent
a868e16d89
commit
936a186eee
|
@ -30,7 +30,7 @@
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="上报说明">
|
<el-form-item label="上报说明">
|
||||||
<span v-if="data.action != 'up'">{{ record.noteb }}</span>
|
<span v-if="data.action != 'up'">{{ record.noteb }}</span>
|
||||||
<el-input v-model="record.noteb" placeholder="" type="textarea" v-else :rows="1">
|
<el-input v-model="record.noteb" placeholder="" type="textarea" v-else >
|
||||||
</el-input>
|
</el-input>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item label="是否适用">
|
<el-form-item label="是否适用">
|
||||||
|
|
Loading…
Reference in New Issue