|
|
@ -283,7 +283,7 @@ export default { |
|
|
</template> |
|
|
</template> |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
</el-table> |
|
|
</el-table> |
|
|
<el-dialog title="模板列表" append-to-body v-drag :visible.sync="attributeDialog" @open="openAttributeDialog" @close="closeAttributeDialog" width="40%"> |
|
|
|
|
|
|
|
|
<el-dialog :close-on-click-modal="false" title="模板列表" append-to-body v-drag :visible.sync="attributeDialog" @open="openAttributeDialog" @close="closeAttributeDialog" width="40%"> |
|
|
<el-form :inline="true" label-position="top" ref="searchTemplateForm" :model="templateSearchData"> |
|
|
<el-form :inline="true" label-position="top" ref="searchTemplateForm" :model="templateSearchData"> |
|
|
<el-form-item label="模板编码"> |
|
|
<el-form-item label="模板编码"> |
|
|
<el-input v-model="templateSearchData.codeNo" clearable></el-input> |
|
|
<el-input v-model="templateSearchData.codeNo" clearable></el-input> |
|
|
@ -323,7 +323,7 @@ export default { |
|
|
</el-table-column> |
|
|
</el-table-column> |
|
|
</el-table> |
|
|
</el-table> |
|
|
</el-dialog> |
|
|
</el-dialog> |
|
|
<el-dialog title="属性列表" append-to-body top="17vh" v-drag :visible.sync="propertiesDialog" width="40%"> |
|
|
|
|
|
|
|
|
<el-dialog title="属性列表" :close-on-click-modal="false" append-to-body top="17vh" v-drag :visible.sync="propertiesDialog" width="40%"> |
|
|
<el-table |
|
|
<el-table |
|
|
height="400" |
|
|
height="400" |
|
|
:data="propertiesList" |
|
|
:data="propertiesList" |
|
|
|