|
@@ -63,7 +63,7 @@
|
|
|
</a-row>
|
|
|
<a-row class="edit-operation">
|
|
|
<a-col :span="24" style="text-align: right">
|
|
|
- <a-button type="primary" html-type="submit" @click='onAdd' functioncode="T01030102">新增</a-button>
|
|
|
+ <a-button type="primary" html-type="submit" @click='onAdd' functioncode="T010902">新增</a-button>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
</a-form>
|
|
@@ -88,9 +88,9 @@
|
|
|
</template>
|
|
|
<template v-if="column.key === 'operation'">
|
|
|
<div class="table-operation">
|
|
|
- <a-button type="link" size="small" functioncode="T01030106" @click='onDetail(record)'>查看</a-button>
|
|
|
- <a-button type="link" size="small" functioncode="T01030103" @click='onEdit(record)'>编辑</a-button>
|
|
|
- <a-button type="link" size="small" functioncode="T01030104" @click="onDel(record)">删除</a-button>
|
|
|
+ <a-button type="link" size="small" functioncode="T010901" @click='onDetail(record)'>查看</a-button>
|
|
|
+ <a-button type="link" size="small" functioncode="T010903" @click='onEdit(record)'>编辑</a-button>
|
|
|
+ <a-button type="link" size="small" functioncode="T010904" @click="onDel(record)">删除</a-button>
|
|
|
</div>
|
|
|
</template>
|
|
|
</template>
|