Commit 1d2006e0 by lianyang

单据表格字段docnam在check时有提示信息,用el-form-item标签包起来

parent 6c8acc93
......@@ -41,6 +41,8 @@
</template>
<template slot-scope="scope">
<el-form-item :prop="`${argadr.grp}.${rol}.docgrd.`+ scope.$index +'.docnam'">
<!-- check时有提示信息,需用el-form-item标签包起来,且有prop= -->
<!-- {{scope.row.docnam}} -->
<c-select style="width: 100%" placeholder="请选择" v-model="scope.row.docnam"
:disabled="disabledDocnam">
......@@ -48,6 +50,7 @@
@change="docpre" :value="item.value">
</el-option>
</c-select>
</el-form-item>
</template>
</el-table-column>
</el-table-column>
......
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