|
@@ -17,7 +17,7 @@
|
|
|
:height="tableHeight"
|
|
|
v-loading="isLoading"
|
|
|
>
|
|
|
- <el-table-column prop="title" label="模板标题" min-width="25"></el-table-column>
|
|
|
+ <el-table-column prop="title" label="项目模板标题" min-width="25"></el-table-column>
|
|
|
<el-table-column prop="time" label="创建时间" min-width="10"></el-table-column>
|
|
|
<el-table-column label="操作" min-width="10">
|
|
|
<template slot-scope="scope">
|