|
|
@ -1,7 +1,7 @@
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<BasicTable class="ds-table" @register="registerTable" @row-dbClick="handleEdit">
|
|
|
|
<BasicTable class="ds-table" @register="registerTable" @row-dbClick="handleEdit">
|
|
|
|
<template #toolbar>
|
|
|
|
<template #tableTitle>
|
|
|
|
<a-button type="link" @click="handleCreate">
|
|
|
|
<a-button type="link" @click="handleCreate">
|
|
|
|
<span class="iconfont icon-new_document"></span>
|
|
|
|
<span class="iconfont icon-new_document"></span>
|
|
|
|
添加
|
|
|
|
添加
|
|
|
@ -46,7 +46,7 @@
|
|
|
|
const { notification } = useMessage()
|
|
|
|
const { notification } = useMessage()
|
|
|
|
const [registerModal, { openModal }] = useModal()
|
|
|
|
const [registerModal, { openModal }] = useModal()
|
|
|
|
const [registerTable, { reload, getForm, getPaginationRef }] = useTable({
|
|
|
|
const [registerTable, { reload, getForm, getPaginationRef }] = useTable({
|
|
|
|
title: '付费方式映射信息表',
|
|
|
|
title: '',
|
|
|
|
// api: getSysDictTypeList,
|
|
|
|
// api: getSysDictTypeList,
|
|
|
|
api: async (p) => {
|
|
|
|
api: async (p) => {
|
|
|
|
const res: API.DataResult = await GetMappingPackageList(p)
|
|
|
|
const res: API.DataResult = await GetMappingPackageList(p)
|
|
|
|