Commit f2e83258 by wjj

wjj

parent ae2c9058
<template> <template>
<div class="eibs-tab"> <c-row>
<!-- =================顶部====================== -->
<c-col :span="12"> <c-col :span="12">
<el-form-item label="Collection Instructions" prop="bcdgrp.blk.colins"> <el-form-item label="Collection Instructions" prop="bcdgrp.blk.colins">
<c-input type="textarea" v-model="model.bcdgrp.blk.colins" maxlength="65" show-word-limit placeholder="请输入Collection Instructions" ></c-input> <c-input type="textarea" v-model="model.bcdgrp.blk.colins" maxlength="65" show-word-limit placeholder="请输入Collection Instructions" ></c-input>
...@@ -88,7 +88,7 @@ ...@@ -88,7 +88,7 @@
</c-select> </c-select>
</el-form-item> </el-form-item>
</c-col> </c-col>
</div> </c-row>
</template> </template>
<script> <script>
import Api from "~/service/Api" import Api from "~/service/Api"
......
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