|
@@ -63,7 +63,7 @@
|
|
|
|
|
|
<el-table v-loading="loading" :data="tempList" @selection-change="handleSelectionChange">
|
|
<el-table v-loading="loading" :data="tempList" @selection-change="handleSelectionChange">
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
<el-table-column type="selection" width="55" align="center" />
|
|
- <!-- <el-table-column label="${comment}" align="center" prop="id" /> -->
|
|
|
|
|
|
+ <el-table-column label="证书编码" align="center" prop="id" />
|
|
<el-table-column label="模板名称" align="center" prop="name" />
|
|
<el-table-column label="模板名称" align="center" prop="name" />
|
|
<el-table-column label="模板地址" align="center" prop="url" width="100">
|
|
<el-table-column label="模板地址" align="center" prop="url" width="100">
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
@@ -105,7 +105,7 @@
|
|
<el-input v-model="form.name" placeholder="请输入模板名称" />
|
|
<el-input v-model="form.name" placeholder="请输入模板名称" />
|
|
</el-form-item>
|
|
</el-form-item>
|
|
<el-form-item label="模板地址">
|
|
<el-form-item label="模板地址">
|
|
- <image-upload v-model="form.url"/>
|
|
|
|
|
|
+ <image-upload v-model="form.url" :limit="1"/>
|
|
</el-form-item>
|
|
</el-form-item>
|
|
</el-form>
|
|
</el-form>
|
|
<div slot="footer" class="dialog-footer">
|
|
<div slot="footer" class="dialog-footer">
|