| | |
| | | </site> |
| | | <site name="Api.Operater" id="2"> |
| | | <application path="/" applicationPool="Api.Operater AppPool"> |
| | | <virtualDirectory path="/" physicalPath="E:\OPProject\operateApi\Api.Operater" /> |
| | | <virtualDirectory path="/" physicalPath="E:\OPProject\短信项目\api\Api.Operater" /> |
| | | </application> |
| | | <bindings> |
| | | <binding protocol="http" bindingInformation="*:24147:localhost" /> |
| | |
| | | <div> |
| | | <a-button style="margin-bottom: 10px;" type="primary" @click="handleShow">新建充值包</a-button> |
| | | </div> |
| | | <a-table rowKey="id" ref="table" size="default" :columns="columns" :data-source="data" :loading="loading"> |
| | | <a-table rowKey="id" ref="table" size="default" :columns="columns" :pagination="false" :data-source="data" :loading="loading"> |
| | | <span slot="action" slot-scope="text, record"> |
| | | <a @click="updatePackage(record)">修改</a> |
| | | | |
| | |
| | | this.mdl= JSON.parse(JSON.stringify(record)); |
| | | this.visible = true; |
| | | }, |
| | | onPageChange (current, size) { |
| | | this.pagination.current = current |
| | | this.pagination.pageSize = size |
| | | this.onSearch() |
| | | }, |
| | | editTmplateType() { |
| | | const form = this.$refs.templatetypeform.form |
| | | const data = this.$refs.templatetypeform.model |