|
|
|
@ -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>
|
|
|
|
|