|
|
|
@ -110,9 +110,9 @@
|
|
|
|
|
<el-input style="width: 90%" size="small" splaceholder="请输入审核意见" v-model="remark"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
<el-col :span="12" class="el-col" style="margin-top: 12px">
|
|
|
|
|
<el-col :span="12" class="el-col" >
|
|
|
|
|
<el-form-item label="产品描述:">
|
|
|
|
|
<el-input style="width: 90%" :disabled="true" type="textarea" size="mini" rows="1" placeholder="请输入内容" v-model.trim="data.cpms"></el-input>
|
|
|
|
|
<el-input style="width: 90%" :disabled="true" type="textarea" size="small" rows="1" placeholder="请输入内容" v-model.trim="data.cpms"></el-input>
|
|
|
|
|
</el-form-item>
|
|
|
|
|
</el-col>
|
|
|
|
|
</el-row>
|
|
|
|
|