Commit a55ba264 authored by zhengke's avatar zhengke

模版管理中心

parent af929ab8
...@@ -169,12 +169,12 @@ ...@@ -169,12 +169,12 @@
size="small">广告</el-tag> size="small">广告</el-tag>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column label="创建人/时间" width="150"> <!-- <el-table-column label="创建人/时间" width="150">
<template #default="scope"> <template #default="scope">
{{scope.row.CreateByName}}<br/> {{scope.row.CreateByName}}<br/>
<span class="text-info">{{scope.row.CreateTime}}</span> <span class="text-info">{{scope.row.CreateTime}}</span>
</template> </template>
</el-table-column> </el-table-column> -->
<el-table-column label="操作" width="120"> <el-table-column label="操作" width="120">
<template #default="scope"> <template #default="scope">
<el-button type="default" link :icon="Edit" size="small" @click="goToTemplate(scope.row)">编辑</el-button> <el-button type="default" link :icon="Edit" size="small" @click="goToTemplate(scope.row)">编辑</el-button>
......
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
DictKey: 'Trip_Template_Color', DictKey: 'Trip_Template_Color',
Name: '', Name: '',
Content: '', Content: '',
Code: 0, Code: '',
SNO: 0, SNO: 0,
}, },
paramsParent: { paramsParent: {
......
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