szh_zidingyibiaoti
张同海 2 years ago
parent 25bce7c633
commit f5cccf3994

@ -57,7 +57,9 @@
</vxe-column>
<vxe-column title="操作" fixed="right" width="200" align="center">
<template #default="{ row }">
<vxe-button type="text" @click="$refs.editForm.edit(row)"><a-icon type="form"/></vxe-button>
<vxe-button type="text" @click="$refs.editForm.edit(row)">
<a-icon type="form" :style="{ color: '#13c2c2' }" />
</vxe-button>
<a-popconfirm
title="请确认删除?"
ok-text="是"
@ -68,7 +70,9 @@
}
"
>
<vxe-button type="text"><a-icon type="delete"/></vxe-button>
<vxe-button type="text">
<a-icon type="delete" :style="{ color: '#13c2c2' }" />
</vxe-button>
</a-popconfirm>
</template>
</vxe-column>

@ -96,8 +96,12 @@
<vxe-button type="text" class="CsButText CsButTextSu" @click="FnDjyEdiSettingSetEnable(row)" v-else>
启用
</vxe-button>
<vxe-button type="text" @click="$refs.addForm.copy(row)"><a-icon type="copy"/></vxe-button>
<vxe-button type="text" @click="$refs.editForm.edit(row)"><a-icon type="form"/></vxe-button>
<vxe-button type="text" @click="$refs.addForm.copy(row)">
<a-icon type="copy" :style="{ color: '#13c2c2' }" />
</vxe-button>
<vxe-button type="text" @click="$refs.editForm.edit(row)">
<a-icon type="form" :style="{ color: '#13c2c2' }" />
</vxe-button>
<a-popconfirm
title="请确认删除?"
ok-text="是"
@ -108,7 +112,9 @@
}
"
>
<vxe-button type="text"><a-icon type="delete"/></vxe-button>
<vxe-button type="text">
<a-icon type="delete" :style="{ color: '#13c2c2' }" />
</vxe-button>
</a-popconfirm>
</template>
</vxe-column>

@ -137,7 +137,9 @@
<vxe-column title="操作" fixed="right" width="150" align="center">
<template #default="{ row }">
<vxe-button type="text" v-if="row.type == 'ExcelTemplate'" @click="FnExcel(row)"></vxe-button>
<vxe-button type="text" @click="$refs.editForm.edit(row)"><a-icon type="form"/></vxe-button>
<vxe-button type="text" @click="$refs.editForm.edit(row)">
<a-icon type="form" :style="{ color: '#13c2c2' }" />
</vxe-button>
<a-popconfirm
title="请确认删除?"
ok-text="是"
@ -148,7 +150,9 @@
}
"
>
<vxe-button type="text"><a-icon type="delete"/></vxe-button>
<vxe-button type="text">
<a-icon type="delete" :style="{ color: '#13c2c2' }" />
</vxe-button>
</a-popconfirm>
</template>
</vxe-column>

Loading…
Cancel
Save