代码优化
This commit is contained in:
parent
8852031f72
commit
5f0f633adb
|
|
@ -72,6 +72,13 @@
|
|||
class="app-content"
|
||||
>
|
||||
<el-table-column type="selection" min-width="55" align="center" />
|
||||
<el-table-column
|
||||
label="模板ID"
|
||||
align="center"
|
||||
prop="id"
|
||||
width="180"
|
||||
:show-overflow-tooltip="true"
|
||||
/>
|
||||
<el-table-column
|
||||
label="模板名称"
|
||||
align="center"
|
||||
|
|
|
|||
Loading…
Reference in New Issue