@egova/egova-api 1.0.161 → 1.0.162
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.common.js +46 -46
- package/dist/index.umd.js +46 -46
- package/dist/index.umd.min.js +2 -2
- package/package.json +2 -2
package/dist/index.common.js
CHANGED
|
@@ -26692,7 +26692,7 @@ fixRegExpWellKnownSymbolLogic('match', function (MATCH, nativeMatch, maybeCallNa
|
|
|
26692
26692
|
/***/ "46d3":
|
|
26693
26693
|
/***/ (function(module, exports) {
|
|
26694
26694
|
|
|
26695
|
-
module.exports = "<article class=\"u-common-tree u-type-tree\">\n <slot name=\"header\">\n <header slot=\"header\" class=\"tree-header\">\n <span>合并模型列表</span>\n <i-upload\n class=\"action-item\"\n :action=\"uploadAction\"\n accept=\".json\"\n :headers=\"headers\"\n :show-upload-list=\"false\"\n :format=\"['json']\"\n :on-success=\"onSuccess\"\n :before-upload=\"onBeforeUpload\"\n :on-format-error=\"onFormatError\"\n >\n <i title=\"导入\" class=\"iconfont icon-import\"></i>\n </i-upload>\n <i\n @click=\"onModelExport(null)\"\n :class=\"{'disabled': !data.length}\"\n class=\"iconfont icon-export\"\n title=\"导出\"\n ></i>\n <i @click.stop=\"onAddTreeNode\" title=\"新增合并模型\" class=\"iconfont icon-add-folder\"></i>\n </header>\n </slot>\n <section class=\"content\">\n <i-input class=\"search-input diy-input\" suffix=\"ios-search\" :placeholder=\"placeholder\" @on-change=\"onFilter\" v-model=\"keyword\" />\n <i-tree :data=\"renderData\" :render=\"renderContent\" @on-toggle-expand=\"onToggleExpand\"></i-tree>\n </section>\n <u-add-node :data=\"tempNode\" :categories=\"data\" v-model=\"showAddTreeNodeModal\" @on-refresh=\"queryTreeData\"></u-add-node>\n\n <i-modal draggable sticky reset-drag-position v-model=\"showImportModal\" class=\"diy-modal duplicate-import-modal\" width=\"800\" :mask-closable=\"false\" title=\"导入已合并接口\">\n <div class=\"import-title\">上传成功</div>\n <div class=\"import-label\">{{ `上传共${importResult.total}条合并接口数据,其中${importResult.total - importResult.duplicateNum}条可成功导入。` }}</div>\n <div class=\"import-label\">{{ `发现以下${importResult.duplicateNum}条接口数据存在编码重复(编码已存在),将不会被导入。` }}</div>\n <i-table class=\"diy-table import-modal-table\" :columns=\"columns\" :data=\"importResult.items\">\n </i-table>\n <footer slot=\"footer\">\n <i-button class=\"diy-btn-primary\" type=\"primary\" @click=\"onImportConfirm\">确定</i-button>\n <i-button class=\"diy-btn-default\" @click=\"onImportCancel\">取消</i-button>\n </footer>\n </i-modal>\n</article>\n"
|
|
26695
|
+
module.exports = "<article class=\"u-common-tree u-type-tree\">\r\n <slot name=\"header\">\r\n <header slot=\"header\" class=\"tree-header\">\r\n <span>合并模型列表</span>\r\n <i-upload\r\n class=\"action-item\"\r\n :action=\"uploadAction\"\r\n accept=\".json\"\r\n :headers=\"headers\"\r\n :show-upload-list=\"false\"\r\n :format=\"['json']\"\r\n :on-success=\"onSuccess\"\r\n :before-upload=\"onBeforeUpload\"\r\n :on-format-error=\"onFormatError\"\r\n >\r\n <i title=\"导入\" class=\"iconfont icon-import\"></i>\r\n </i-upload>\r\n <i\r\n @click=\"onModelExport(null)\"\r\n :class=\"{'disabled': !data.length}\"\r\n class=\"iconfont icon-export\"\r\n title=\"导出\"\r\n ></i>\r\n <i @click.stop=\"onAddTreeNode\" title=\"新增合并模型\" class=\"iconfont icon-add-folder\"></i>\r\n </header>\r\n </slot>\r\n <section class=\"content\">\r\n <i-input class=\"search-input diy-input\" suffix=\"ios-search\" :placeholder=\"placeholder\" @on-change=\"onFilter\" v-model=\"keyword\" />\r\n <i-tree :data=\"renderData\" :render=\"renderContent\" @on-toggle-expand=\"onToggleExpand\"></i-tree>\r\n </section>\r\n <u-add-node :data=\"tempNode\" :categories=\"data\" v-model=\"showAddTreeNodeModal\" @on-refresh=\"queryTreeData\"></u-add-node>\r\n\r\n <i-modal draggable sticky reset-drag-position v-model=\"showImportModal\" class=\"diy-modal duplicate-import-modal\" width=\"800\" :mask-closable=\"false\" title=\"导入已合并接口\">\r\n <div class=\"import-title\">上传成功</div>\r\n <div class=\"import-label\">{{ `上传共${importResult.total}条合并接口数据,其中${importResult.total - importResult.duplicateNum}条可成功导入。` }}</div>\r\n <div class=\"import-label\">{{ `发现以下${importResult.duplicateNum}条接口数据存在编码重复(编码已存在),将不会被导入。` }}</div>\r\n <i-table class=\"diy-table import-modal-table\" :columns=\"columns\" :data=\"importResult.items\">\r\n </i-table>\r\n <footer slot=\"footer\">\r\n <i-button class=\"diy-btn-primary\" type=\"primary\" @click=\"onImportConfirm\">确定</i-button>\r\n <i-button class=\"diy-btn-default\" @click=\"onImportCancel\">取消</i-button>\r\n </footer>\r\n </i-modal>\r\n</article>\r\n"
|
|
26696
26696
|
|
|
26697
26697
|
/***/ }),
|
|
26698
26698
|
|
|
@@ -47021,7 +47021,7 @@ module.exports = require("axios");
|
|
|
47021
47021
|
/***/ "cfb3":
|
|
47022
47022
|
/***/ (function(module, exports) {
|
|
47023
47023
|
|
|
47024
|
-
module.exports = "<article class=\"project-list\">\n <header>\n <i-input\n class=\"diy-input\"\n v-model=\"condition.name\"\n search\n @on-search=\"onQuery\"\n placeholder=\"输入关键字检索\"\n ></i-input>\n </header>\n <main>\n <header class=\"tool-bar\">\n <span>项目列表</span>\n <div class=\"right-tool\">\n <div class=\"action-btn\">\n <i-upload\n class=\"action-item\"\n :action=\"uploadAction\"\n accept=\".json\"\n :headers=\"headers\"\n :show-upload-list=\"false\"\n :format=\"['json']\"\n :on-success=\"onSuccess\"\n :before-upload=\"onBeforeUpload\"\n :on-format-error=\"onFormatError\"\n >\n <i class=\"api-icon icon-import\"></i>\n <div>导入项目</div>\n </i-upload>\n </div>\n <div class=\"action-btn\" @click=\"onComment\">\n <i\n class=\"api-icon icon-star\"\n @click=\"onCheckType('list')\"\n ></i>\n <div>查看项目动态</div>\n </div>\n <i\n class=\"api-icon icon-list\"\n :class=\"{'active': type === 'list'}\"\n title=\"列表展示\"\n @click=\"onCheckType('list')\"\n ></i>\n <i\n class=\"api-icon icon-card\"\n :class=\"{'active': type === 'card'}\"\n title=\"卡片展示\"\n @click=\"onCheckType('card')\"\n ></i>\n </div>\n </header>\n <main>\n <section class=\"projects\" v-if=\"type==='card'\">\n <div class=\"project-card\" @click=\"onAdd\">\n <div class=\"add-card\">\n <i-icon type=\"md-add\" />\n <p>新建项目</p>\n </div>\n </div>\n <u-card\n v-for=\"item in dataList\"\n :data=\"item\"\n :key=\"item.id\"\n @on-delete=\"onDelete\"\n @on-detail=\"onDetail\"\n @on-edit=\"onEdit\"\n @on-export=\"onExport\"\n ></u-card>\n </section>\n <section class=\"projects\" v-else>\n <i-table class=\"diy-table\" :columns=\"columns\" :data=\"dataList\">\n <template slot-scope=\"{ row,index }\" slot=\"action\">\n <span @click=\"onExport(row)\" class=\"action-btn export\"\n ><i class=\"api-icon icon-export projects-icon-export\" title=\"导出此项目\"></i\n ></span>\n <span @click=\"onDetail(row)\" class=\"action-btn detail\"\n ><i class=\"api-icon icon-detail\" title=\"详情\"></i\n ></span>\n <span @click=\"onEdit(row)\" class=\"action-btn detail\"\n ><i class=\"api-icon icon-edit\" title=\"修改\"></i\n ></span>\n <u-confirm\n title=\"删除项目\"\n @on-ok=\"onDelete(row)\"\n message=\"项目内所有接口将被一并删除, 是否确认执行?\"\n >\n <span class=\"action-btn delete\"\n ><i\n class=\"api-icon icon-delete\"\n title=\"删除\"\n ></i\n ></span>\n </u-confirm>\n </template>\n </i-table>\n </section>\n </main>\n </main>\n <u-add-modal :visiable.sync=\"showAddModal\" :data=\"current\">\n <footer slot=\"footer\">\n <i-button @click=\"showAddModal = false\">取消</i-button>\n <i-button type=\"primary\" class=\"diy-btn-primary \" @click=\"onSave\"\n >确定</i-button\n >\n </footer>\n </u-add-modal>\n <i-spin fix v-show=\"loading\">\n <i class=\"spin-icon-load ivu-icon\"></i>\n </i-spin>\n</article>\n"
|
|
47024
|
+
module.exports = "<article class=\"project-list\">\r\n <header>\r\n <i-input\r\n class=\"diy-input\"\r\n v-model=\"condition.name\"\r\n search\r\n @on-search=\"onQuery\"\r\n placeholder=\"输入关键字检索\"\r\n ></i-input>\r\n </header>\r\n <main>\r\n <header class=\"tool-bar\">\r\n <span>项目列表</span>\r\n <div class=\"right-tool\">\r\n <div class=\"action-btn\">\r\n <i-upload\r\n class=\"action-item\"\r\n :action=\"uploadAction\"\r\n accept=\".json\"\r\n :headers=\"headers\"\r\n :show-upload-list=\"false\"\r\n :format=\"['json']\"\r\n :on-success=\"onSuccess\"\r\n :before-upload=\"onBeforeUpload\"\r\n :on-format-error=\"onFormatError\"\r\n >\r\n <i class=\"api-icon icon-import\"></i>\r\n <div>导入项目</div>\r\n </i-upload>\r\n </div>\r\n <div class=\"action-btn\" @click=\"onComment\">\r\n <i\r\n class=\"api-icon icon-star\"\r\n @click=\"onCheckType('list')\"\r\n ></i>\r\n <div>查看项目动态</div>\r\n </div>\r\n <i\r\n class=\"api-icon icon-list\"\r\n :class=\"{'active': type === 'list'}\"\r\n title=\"列表展示\"\r\n @click=\"onCheckType('list')\"\r\n ></i>\r\n <i\r\n class=\"api-icon icon-card\"\r\n :class=\"{'active': type === 'card'}\"\r\n title=\"卡片展示\"\r\n @click=\"onCheckType('card')\"\r\n ></i>\r\n </div>\r\n </header>\r\n <main>\r\n <section class=\"projects\" v-if=\"type==='card'\">\r\n <div class=\"project-card\" @click=\"onAdd\">\r\n <div class=\"add-card\">\r\n <i-icon type=\"md-add\" />\r\n <p>新建项目</p>\r\n </div>\r\n </div>\r\n <u-card\r\n v-for=\"item in dataList\"\r\n :data=\"item\"\r\n :key=\"item.id\"\r\n @on-delete=\"onDelete\"\r\n @on-detail=\"onDetail\"\r\n @on-edit=\"onEdit\"\r\n @on-export=\"onExport\"\r\n ></u-card>\r\n </section>\r\n <section class=\"projects\" v-else>\r\n <i-table class=\"diy-table\" :columns=\"columns\" :data=\"dataList\">\r\n <template slot-scope=\"{ row,index }\" slot=\"action\">\r\n <span @click=\"onExport(row)\" class=\"action-btn export\"\r\n ><i class=\"api-icon icon-export projects-icon-export\" title=\"导出此项目\"></i\r\n ></span>\r\n <span @click=\"onDetail(row)\" class=\"action-btn detail\"\r\n ><i class=\"api-icon icon-detail\" title=\"详情\"></i\r\n ></span>\r\n <span @click=\"onEdit(row)\" class=\"action-btn detail\"\r\n ><i class=\"api-icon icon-edit\" title=\"修改\"></i\r\n ></span>\r\n <u-confirm\r\n title=\"删除项目\"\r\n @on-ok=\"onDelete(row)\"\r\n message=\"项目内所有接口将被一并删除, 是否确认执行?\"\r\n >\r\n <span class=\"action-btn delete\"\r\n ><i\r\n class=\"api-icon icon-delete\"\r\n title=\"删除\"\r\n ></i\r\n ></span>\r\n </u-confirm>\r\n </template>\r\n </i-table>\r\n </section>\r\n </main>\r\n </main>\r\n <u-add-modal :visiable.sync=\"showAddModal\" :data=\"current\">\r\n <footer slot=\"footer\">\r\n <i-button @click=\"showAddModal = false\">取消</i-button>\r\n <i-button type=\"primary\" class=\"diy-btn-primary \" @click=\"onSave\"\r\n >确定</i-button\r\n >\r\n </footer>\r\n </u-add-modal>\r\n <i-spin fix v-show=\"loading\">\r\n <i class=\"spin-icon-load ivu-icon\"></i>\r\n </i-spin>\r\n</article>\r\n"
|
|
47025
47025
|
|
|
47026
47026
|
/***/ }),
|
|
47027
47027
|
|
|
@@ -47331,7 +47331,7 @@ module.exports = "<div class=\"v-parameter-list-container\">\r\n <main>\r\n
|
|
|
47331
47331
|
/***/ "d8e7":
|
|
47332
47332
|
/***/ (function(module, exports) {
|
|
47333
47333
|
|
|
47334
|
-
module.exports = "<!DOCTYPE html>\n<article class=\"v-api-combine-info-wrapper\">\n <header class=\"header\">\n {{title}}\n </header>\n <main>\n <i-form ref=\"form\" class=\"info-form\" :model=\"model\" :rules=\"rules\">\n <i-row>\n <section class=\"title-g\">基本信息</section>\n <i-form-item label=\"名称:\" prop=\"name\">\n <i-input class=\"diy-input\" placeholder=\"请输入名称\" v-model=\"model.name\" :disabled=\"!isEdit\"></i-input>\n </i-form-item>\n <i-form-item label=\"编码:\" prop=\"code\">\n <i-input class=\"diy-input\" placeholder=\"请输入编码\" v-model=\"model.code\" :disabled=\"!isEdit\"></i-input>\n </i-form-item>\n <i-form-item class=\"full-width\" label=\"描述:\">\n <i-input type=\"textarea\" class=\"diy-input-textarea\" :rows=\"1\" placeholder=\"请输入描述\" v-model=\"model.description\" :disabled=\"!isEdit\"></i-input>\n </i-form-item>\n </i-row>\n <i-row>\n <section class=\"title-g\">待合并列表</section>\n <section class=\"to-combine-list\">\n <template v-if=\"isEdit\">\n <i-button class=\"diy-btn-default\" @click=\"onAddDataModel\">添加数据模型</i-button>\n <i-button class=\"diy-btn-default\" @click=\"onAddApiProject\">添加 API</i-button>\n </template>\n <i-table class=\"diy-table\" :columns=\"relationColumns\" :data=\"model.relations\">\n <template #type=\"{row}\">\n <span>{{row.type==='MODEL'?'数据模型':row.type==='API'?'API':''}}</span>\n </template>\n <template #operates=\"{row,index}\">\n <div class=\"row-actions\">\n <i title=\"查看\" class=\"iconfont icon-detail\" @click=\"onDetail(row)\"></i>\n <i-poptip v-if=\"isEdit\" confirm transfer title=\"确认删除这条数据吗?\" @on-ok=\"onRelationDelete(row)\">\n <i title=\"删除\" class=\"iconfont icon-delete\"></i>\n </i-poptip>\n </div>\n </template>\n </i-table>\n </section>\n </i-row>\n <i-row>\n <section class=\"title-g\">参数详情</section>\n <section class=\"parameter-detail\">\n <section class=\"card-panel card-panel-no-right-border\">\n <i-tabs>\n <i-tab-pane label=\"请求参数\" name=\"request\">\n <u-request-parameter-list :data=\"model.reqParams\" :isEdit=\"isEdit\"></u-request-parameter-list>\n </i-tab-pane>\n <i-tab-pane label=\"响应参数\" name=\"response\">\n <u-response-parameter-list :data=\"model.respParams\" :isEdit=\"isEdit\"></u-response-parameter-list>\n </i-tab-pane>\n </i-tabs>\n </section>\n <section class=\"card-panel\">\n <div class=\"card-panel-header\">\n <div>\n <span>执行脚本</span>\n <i-icon class=\"help-icon\" type=\"md-alert\" @click=\"onOpenDoc\" title=\"帮助文档\"> </i-icon>\n </div>\n <span class=\"action-text\" @click.stop=\"onOpenTest\">\n <i class=\"iconfont icon-run\"></i>\n <span>试运行</span>\n </span>\n </div>\n <div class=\"card-panel-main\">\n <u-base-editor class=\"editor\" :data.sync=\"model.content\" :readOnly=\"!isEdit\"></u-base-editor>\n </div>\n </section>\n </section>\n </i-row>\n </i-form>\n </main>\n <footer>\n <template v-if=\"isEdit\">\n <i-button type=\"primary\" class=\"diy-btn-primary\" @click.stop=\"onSave\">确定</i-button>\n <i-button type=\"text\" class=\"diy-btn-text\" @click.stop=\"onBack\">取消</i-button>\n </template>\n <template v-else>\n <i-button type=\"primary\" class=\"diy-btn-primary\" @click.stop=\"onBack\">关闭</i-button>\n </template>\n </footer>\n <u-data-model-modal v-model=\"dataModelShow\" :data=\"dataModelRelations\" @save=\"onRelationsSave\"></u-data-model-modal>\n <u-api-project-modal v-model=\"apiProjectShow\" :data=\"apiProjectRelations\" @save=\"onRelationsSave\"></u-api-project-modal>\n <u-data-model-doc-modal v-model=\"dataModelDocShow\" :doc=\"dataModelDoc\"></u-data-model-doc-modal>\n <u-api-project-detail-modal :visiable.sync=\"apiProjectDetailShow\" :model=\"apiProjectDetail\"></u-api-project-detail-modal>\n <u-test-run-modal :visible.sync=\"testShow\" :params=\"model.reqParams\" :data=\"testResult\" @on-run=\"onTestRun\"></u-test-run-modal>\n <u-data-model-doc v-model=\"docShow\" :doc=\"doc\"></u-data-model-doc>\n</article>\n"
|
|
47334
|
+
module.exports = "<!DOCTYPE html>\r\n<article class=\"v-api-combine-info-wrapper\">\r\n <header class=\"header\">\r\n {{title}}\r\n </header>\r\n <main>\r\n <i-form ref=\"form\" class=\"info-form\" :model=\"model\" :rules=\"rules\">\r\n <i-row>\r\n <section class=\"title-g\">基本信息</section>\r\n <i-form-item label=\"名称:\" prop=\"name\">\r\n <i-input class=\"diy-input\" placeholder=\"请输入名称\" v-model=\"model.name\" :disabled=\"!isEdit\"></i-input>\r\n </i-form-item>\r\n <i-form-item label=\"编码:\" prop=\"code\">\r\n <i-input class=\"diy-input\" placeholder=\"请输入编码\" v-model=\"model.code\" :disabled=\"!isEdit\"></i-input>\r\n </i-form-item>\r\n <i-form-item class=\"full-width\" label=\"描述:\">\r\n <i-input type=\"textarea\" class=\"diy-input-textarea\" :rows=\"1\" placeholder=\"请输入描述\" v-model=\"model.description\" :disabled=\"!isEdit\"></i-input>\r\n </i-form-item>\r\n </i-row>\r\n <i-row>\r\n <section class=\"title-g\">待合并列表</section>\r\n <section class=\"to-combine-list\">\r\n <template v-if=\"isEdit\">\r\n <i-button class=\"diy-btn-default\" @click=\"onAddDataModel\">添加数据模型</i-button>\r\n <i-button class=\"diy-btn-default\" @click=\"onAddApiProject\">添加 API</i-button>\r\n </template>\r\n <i-table class=\"diy-table\" :columns=\"relationColumns\" :data=\"model.relations\">\r\n <template #type=\"{row}\">\r\n <span>{{row.type==='MODEL'?'数据模型':row.type==='API'?'API':''}}</span>\r\n </template>\r\n <template #operates=\"{row,index}\">\r\n <div class=\"row-actions\">\r\n <i title=\"查看\" class=\"iconfont icon-detail\" @click=\"onDetail(row)\"></i>\r\n <i-poptip v-if=\"isEdit\" confirm transfer title=\"确认删除这条数据吗?\" @on-ok=\"onRelationDelete(row)\">\r\n <i title=\"删除\" class=\"iconfont icon-delete\"></i>\r\n </i-poptip>\r\n </div>\r\n </template>\r\n </i-table>\r\n </section>\r\n </i-row>\r\n <i-row>\r\n <section class=\"title-g\">参数详情</section>\r\n <section class=\"parameter-detail\">\r\n <section class=\"card-panel card-panel-no-right-border\">\r\n <i-tabs>\r\n <i-tab-pane label=\"请求参数\" name=\"request\">\r\n <u-request-parameter-list :data=\"model.reqParams\" :isEdit=\"isEdit\"></u-request-parameter-list>\r\n </i-tab-pane>\r\n <i-tab-pane label=\"响应参数\" name=\"response\">\r\n <u-response-parameter-list :data=\"model.respParams\" :isEdit=\"isEdit\"></u-response-parameter-list>\r\n </i-tab-pane>\r\n </i-tabs>\r\n </section>\r\n <section class=\"card-panel\">\r\n <div class=\"card-panel-header\">\r\n <div>\r\n <span>执行脚本</span>\r\n <i-icon class=\"help-icon\" type=\"md-alert\" @click=\"onOpenDoc\" title=\"帮助文档\"> </i-icon>\r\n </div>\r\n <span class=\"action-text\" @click.stop=\"onOpenTest\">\r\n <i class=\"iconfont icon-run\"></i>\r\n <span>试运行</span>\r\n </span>\r\n </div>\r\n <div class=\"card-panel-main\">\r\n <u-base-editor class=\"editor\" :data.sync=\"model.content\" :readOnly=\"!isEdit\"></u-base-editor>\r\n </div>\r\n </section>\r\n </section>\r\n </i-row>\r\n </i-form>\r\n </main>\r\n <footer>\r\n <template v-if=\"isEdit\">\r\n <i-button type=\"primary\" class=\"diy-btn-primary\" @click.stop=\"onSave\">确定</i-button>\r\n <i-button type=\"text\" class=\"diy-btn-text\" @click.stop=\"onBack\">取消</i-button>\r\n </template>\r\n <template v-else>\r\n <i-button type=\"primary\" class=\"diy-btn-primary\" @click.stop=\"onBack\">关闭</i-button>\r\n </template>\r\n </footer>\r\n <u-data-model-modal v-model=\"dataModelShow\" :data=\"dataModelRelations\" @save=\"onRelationsSave\"></u-data-model-modal>\r\n <u-api-project-modal v-model=\"apiProjectShow\" :data=\"apiProjectRelations\" @save=\"onRelationsSave\"></u-api-project-modal>\r\n <u-data-model-doc-modal v-model=\"dataModelDocShow\" :doc=\"dataModelDoc\"></u-data-model-doc-modal>\r\n <u-api-project-detail-modal :visiable.sync=\"apiProjectDetailShow\" :model=\"apiProjectDetail\"></u-api-project-detail-modal>\r\n <u-test-run-modal :visible.sync=\"testShow\" :params=\"model.reqParams\" :data=\"testResult\" @on-run=\"onTestRun\"></u-test-run-modal>\r\n <u-data-model-doc v-model=\"docShow\" :doc=\"doc\"></u-data-model-doc>\r\n</article>\r\n"
|
|
47335
47335
|
|
|
47336
47336
|
/***/ }),
|
|
47337
47337
|
|
|
@@ -48424,7 +48424,7 @@ if ($stringify) {
|
|
|
48424
48424
|
/***/ "ef27":
|
|
48425
48425
|
/***/ (function(module, exports) {
|
|
48426
48426
|
|
|
48427
|
-
module.exports = "<article class=\"project-card\" @click=\"onDetail\">\n <header>{{data.name}}</header>\n <i-dropdown transfer transfer-class-name=\"api-project-oprate\" class=\"project-card-i-dropdown\" @on-click=\"onClick\">\n <i-icon type=\"ios-more\" />\n <i-dropdown-menu slot=\"list\">\n <i-dropdown-item :name=\"'export'\">\n <i\n class=\"api-icon icon-export project-card-i-dropdown-item-icon\"\n title=\"导出此项目\"\n @click.stop=\"onExport\"\n ></i>\n 导出此项目\n </i-dropdown-item>\n </i-dropdown-menu>\n </i-dropdown>\n <main></main>\n <footer>\n <div @click.stop=\"onEdit\">修改</div>\n <u-confirm\n class=\"delete\"\n title=\"删除项目\"\n message=\"项目内所有接口将被一并删除, 是否确认执行?\"\n @on-ok=\"onDelete\"\n >\n <span>删除</span>\n </u-confirm>\n </footer>\n</article>\n"
|
|
48427
|
+
module.exports = "<article class=\"project-card\" @click=\"onDetail\">\r\n <header>{{data.name}}</header>\r\n <i-dropdown transfer transfer-class-name=\"api-project-oprate\" class=\"project-card-i-dropdown\" @on-click=\"onClick\">\r\n <i-icon type=\"ios-more\" />\r\n <i-dropdown-menu slot=\"list\">\r\n <i-dropdown-item :name=\"'export'\">\r\n <i\r\n class=\"api-icon icon-export project-card-i-dropdown-item-icon\"\r\n title=\"导出此项目\"\r\n @click.stop=\"onExport\"\r\n ></i>\r\n 导出此项目\r\n </i-dropdown-item>\r\n </i-dropdown-menu>\r\n </i-dropdown>\r\n <main></main>\r\n <footer>\r\n <div @click.stop=\"onEdit\">修改</div>\r\n <u-confirm\r\n class=\"delete\"\r\n title=\"删除项目\"\r\n message=\"项目内所有接口将被一并删除, 是否确认执行?\"\r\n @on-ok=\"onDelete\"\r\n >\r\n <span>删除</span>\r\n </u-confirm>\r\n </footer>\r\n</article>\r\n"
|
|
48428
48428
|
|
|
48429
48429
|
/***/ }),
|
|
48430
48430
|
|
|
@@ -51710,21 +51710,21 @@ function (_super) {
|
|
|
51710
51710
|
_this.columns = [{
|
|
51711
51711
|
type: "index",
|
|
51712
51712
|
title: "序号",
|
|
51713
|
-
align: "
|
|
51713
|
+
align: "left",
|
|
51714
51714
|
width: 80
|
|
51715
51715
|
}, {
|
|
51716
51716
|
title: "名称",
|
|
51717
|
-
align: "
|
|
51717
|
+
align: "left",
|
|
51718
51718
|
key: "name",
|
|
51719
51719
|
tooltip: true
|
|
51720
51720
|
}, {
|
|
51721
51721
|
title: "编码",
|
|
51722
|
-
align: "
|
|
51722
|
+
align: "left",
|
|
51723
51723
|
key: "code",
|
|
51724
51724
|
tooltip: true
|
|
51725
51725
|
}, {
|
|
51726
51726
|
title: "说明",
|
|
51727
|
-
align: "
|
|
51727
|
+
align: "left",
|
|
51728
51728
|
key: "remark",
|
|
51729
51729
|
tooltip: true
|
|
51730
51730
|
}];
|
|
@@ -52566,39 +52566,39 @@ function (_super) {
|
|
|
52566
52566
|
}, {
|
|
52567
52567
|
title: "名称",
|
|
52568
52568
|
key: "name",
|
|
52569
|
-
align: "
|
|
52569
|
+
align: "left",
|
|
52570
52570
|
class: "STRING",
|
|
52571
52571
|
ellipsis: true,
|
|
52572
52572
|
tooltip: true
|
|
52573
52573
|
}, {
|
|
52574
52574
|
title: "编码",
|
|
52575
52575
|
key: "code",
|
|
52576
|
-
align: "
|
|
52576
|
+
align: "left",
|
|
52577
52577
|
class: "STRING",
|
|
52578
52578
|
ellipsis: true,
|
|
52579
52579
|
tooltip: true
|
|
52580
52580
|
}, {
|
|
52581
52581
|
title: "描述",
|
|
52582
52582
|
key: "description",
|
|
52583
|
-
align: "
|
|
52583
|
+
align: "left",
|
|
52584
52584
|
class: "STRING",
|
|
52585
52585
|
ellipsis: true,
|
|
52586
52586
|
tooltip: true
|
|
52587
52587
|
}, {
|
|
52588
52588
|
title: "发布状态",
|
|
52589
|
-
align: "
|
|
52589
|
+
align: "left",
|
|
52590
52590
|
slot: "status",
|
|
52591
52591
|
width: 135
|
|
52592
52592
|
}, {
|
|
52593
52593
|
title: "接口文档",
|
|
52594
|
-
align: "
|
|
52594
|
+
align: "left",
|
|
52595
52595
|
slot: "doc",
|
|
52596
52596
|
width: 100
|
|
52597
52597
|
}, {
|
|
52598
52598
|
title: "操作",
|
|
52599
|
-
align: "
|
|
52599
|
+
align: "left",
|
|
52600
52600
|
slot: "operates",
|
|
52601
|
-
width:
|
|
52601
|
+
width: 150
|
|
52602
52602
|
}];
|
|
52603
52603
|
_this.paging = {
|
|
52604
52604
|
pageIndex: 1,
|
|
@@ -53552,31 +53552,31 @@ function (_super) {
|
|
|
53552
53552
|
width: 60
|
|
53553
53553
|
}, {
|
|
53554
53554
|
title: "名称",
|
|
53555
|
-
align: "
|
|
53555
|
+
align: "left",
|
|
53556
53556
|
key: "name"
|
|
53557
53557
|
}, {
|
|
53558
53558
|
title: "编码",
|
|
53559
|
-
align: "
|
|
53559
|
+
align: "left",
|
|
53560
53560
|
key: "code"
|
|
53561
53561
|
}, {
|
|
53562
53562
|
title: "数据源",
|
|
53563
|
-
align: "
|
|
53563
|
+
align: "left",
|
|
53564
53564
|
key: "sourceName"
|
|
53565
53565
|
}, {
|
|
53566
53566
|
title: "是否开启缓存",
|
|
53567
|
-
align: "
|
|
53567
|
+
align: "left",
|
|
53568
53568
|
slot: "enableCache"
|
|
53569
53569
|
}, {
|
|
53570
53570
|
title: "过期时间(s)",
|
|
53571
|
-
align: "
|
|
53571
|
+
align: "left",
|
|
53572
53572
|
key: "expireSeconds"
|
|
53573
53573
|
}, {
|
|
53574
53574
|
title: "描述",
|
|
53575
|
-
align: "
|
|
53575
|
+
align: "left",
|
|
53576
53576
|
key: "description"
|
|
53577
53577
|
}, {
|
|
53578
53578
|
title: "接口文档",
|
|
53579
|
-
align: "
|
|
53579
|
+
align: "left",
|
|
53580
53580
|
slot: "doc",
|
|
53581
53581
|
width: 100
|
|
53582
53582
|
}]; // 查看文档
|
|
@@ -53959,21 +53959,21 @@ function (_super) {
|
|
|
53959
53959
|
|
|
53960
53960
|
_this.columns = [{
|
|
53961
53961
|
title: "编码",
|
|
53962
|
-
align: "
|
|
53962
|
+
align: "left",
|
|
53963
53963
|
key: "code",
|
|
53964
53964
|
class: "STRING",
|
|
53965
53965
|
ellipsis: true,
|
|
53966
53966
|
tooltip: true
|
|
53967
53967
|
}, {
|
|
53968
53968
|
title: "名称",
|
|
53969
|
-
align: "
|
|
53969
|
+
align: "left",
|
|
53970
53970
|
key: "name",
|
|
53971
53971
|
class: "STRING",
|
|
53972
53972
|
ellipsis: true,
|
|
53973
53973
|
tooltip: true
|
|
53974
53974
|
}, {
|
|
53975
53975
|
title: "描述",
|
|
53976
|
-
align: "
|
|
53976
|
+
align: "left",
|
|
53977
53977
|
key: "description",
|
|
53978
53978
|
class: "STRING",
|
|
53979
53979
|
ellipsis: true,
|
|
@@ -53982,7 +53982,7 @@ function (_super) {
|
|
|
53982
53982
|
title: "操作",
|
|
53983
53983
|
key: "operates",
|
|
53984
53984
|
slot: "operates",
|
|
53985
|
-
align: "
|
|
53985
|
+
align: "left",
|
|
53986
53986
|
width: 80
|
|
53987
53987
|
}];
|
|
53988
53988
|
return _this;
|
|
@@ -55023,7 +55023,7 @@ function (_super) {
|
|
|
55023
55023
|
width: 60
|
|
55024
55024
|
}, {
|
|
55025
55025
|
title: "名称",
|
|
55026
|
-
align: "
|
|
55026
|
+
align: "left",
|
|
55027
55027
|
key: "name",
|
|
55028
55028
|
class: "STRING",
|
|
55029
55029
|
ellipsis: true,
|
|
@@ -55031,14 +55031,14 @@ function (_super) {
|
|
|
55031
55031
|
width: 300
|
|
55032
55032
|
}, {
|
|
55033
55033
|
title: "地址",
|
|
55034
|
-
align: "
|
|
55034
|
+
align: "left",
|
|
55035
55035
|
key: "url",
|
|
55036
55036
|
class: "STRING",
|
|
55037
55037
|
ellipsis: true,
|
|
55038
55038
|
tooltip: true
|
|
55039
55039
|
}, {
|
|
55040
55040
|
title: "查看详情",
|
|
55041
|
-
align: "
|
|
55041
|
+
align: "left",
|
|
55042
55042
|
slot: "detail",
|
|
55043
55043
|
width: 100
|
|
55044
55044
|
}]; // 查看文档
|
|
@@ -55421,7 +55421,7 @@ function (_super) {
|
|
|
55421
55421
|
|
|
55422
55422
|
_this.columns = [{
|
|
55423
55423
|
title: "名称",
|
|
55424
|
-
align: "
|
|
55424
|
+
align: "left",
|
|
55425
55425
|
key: "name",
|
|
55426
55426
|
class: "STRING",
|
|
55427
55427
|
ellipsis: true,
|
|
@@ -55429,7 +55429,7 @@ function (_super) {
|
|
|
55429
55429
|
width: 300
|
|
55430
55430
|
}, {
|
|
55431
55431
|
title: "地址",
|
|
55432
|
-
align: "
|
|
55432
|
+
align: "left",
|
|
55433
55433
|
key: "url",
|
|
55434
55434
|
class: "STRING",
|
|
55435
55435
|
ellipsis: true,
|
|
@@ -55438,7 +55438,7 @@ function (_super) {
|
|
|
55438
55438
|
title: "操作",
|
|
55439
55439
|
key: "operates",
|
|
55440
55440
|
slot: "operates",
|
|
55441
|
-
align: "
|
|
55441
|
+
align: "left",
|
|
55442
55442
|
width: 80
|
|
55443
55443
|
}];
|
|
55444
55444
|
return _this;
|
|
@@ -55926,14 +55926,14 @@ function (_super) {
|
|
|
55926
55926
|
width: 60
|
|
55927
55927
|
}, {
|
|
55928
55928
|
title: "参数名",
|
|
55929
|
-
align: "
|
|
55929
|
+
align: "left",
|
|
55930
55930
|
slot: "name",
|
|
55931
55931
|
class: "STRING",
|
|
55932
55932
|
ellipsis: true,
|
|
55933
55933
|
tooltip: true
|
|
55934
55934
|
}, {
|
|
55935
55935
|
title: "类型",
|
|
55936
|
-
align: "
|
|
55936
|
+
align: "left",
|
|
55937
55937
|
slot: "type",
|
|
55938
55938
|
width: 130,
|
|
55939
55939
|
class: "STRING",
|
|
@@ -55941,26 +55941,26 @@ function (_super) {
|
|
|
55941
55941
|
tooltip: true
|
|
55942
55942
|
}, {
|
|
55943
55943
|
title: "是否必传",
|
|
55944
|
-
align: "
|
|
55944
|
+
align: "left",
|
|
55945
55945
|
slot: "required",
|
|
55946
55946
|
width: 120
|
|
55947
55947
|
}, {
|
|
55948
55948
|
title: "默认值",
|
|
55949
|
-
align: "
|
|
55949
|
+
align: "left",
|
|
55950
55950
|
slot: "defaultValue",
|
|
55951
55951
|
class: "STRING",
|
|
55952
55952
|
ellipsis: true,
|
|
55953
55953
|
tooltip: true
|
|
55954
55954
|
}, {
|
|
55955
55955
|
title: "描述",
|
|
55956
|
-
align: "
|
|
55956
|
+
align: "left",
|
|
55957
55957
|
slot: "description",
|
|
55958
55958
|
class: "STRING",
|
|
55959
55959
|
ellipsis: true,
|
|
55960
55960
|
tooltip: true
|
|
55961
55961
|
}, {
|
|
55962
55962
|
title: "操作",
|
|
55963
|
-
align: "
|
|
55963
|
+
align: "left",
|
|
55964
55964
|
slot: "actions"
|
|
55965
55965
|
}];
|
|
55966
55966
|
_this.typeList = [];
|
|
@@ -56145,21 +56145,21 @@ function (_super) {
|
|
|
56145
56145
|
width: 60
|
|
56146
56146
|
}, {
|
|
56147
56147
|
title: "参数名",
|
|
56148
|
-
align: "
|
|
56148
|
+
align: "left",
|
|
56149
56149
|
slot: "name",
|
|
56150
56150
|
class: "STRING",
|
|
56151
56151
|
ellipsis: true,
|
|
56152
56152
|
tooltip: true
|
|
56153
56153
|
}, {
|
|
56154
56154
|
title: "类型",
|
|
56155
|
-
align: "
|
|
56155
|
+
align: "left",
|
|
56156
56156
|
slot: "type",
|
|
56157
56157
|
class: "STRING",
|
|
56158
56158
|
ellipsis: true,
|
|
56159
56159
|
tooltip: true
|
|
56160
56160
|
}, {
|
|
56161
56161
|
title: "操作",
|
|
56162
|
-
align: "
|
|
56162
|
+
align: "left",
|
|
56163
56163
|
slot: "actions"
|
|
56164
56164
|
}];
|
|
56165
56165
|
return _this;
|
|
@@ -56638,20 +56638,20 @@ function (_super) {
|
|
|
56638
56638
|
};
|
|
56639
56639
|
_this.relationColumns = [{
|
|
56640
56640
|
title: "类型",
|
|
56641
|
-
align: "
|
|
56641
|
+
align: "left",
|
|
56642
56642
|
key: "type",
|
|
56643
56643
|
slot: "type",
|
|
56644
56644
|
width: 280
|
|
56645
56645
|
}, {
|
|
56646
56646
|
title: "名称",
|
|
56647
|
-
align: "
|
|
56647
|
+
align: "left",
|
|
56648
56648
|
key: "name",
|
|
56649
56649
|
class: "STRING",
|
|
56650
56650
|
ellipsis: true,
|
|
56651
56651
|
tooltip: true
|
|
56652
56652
|
}, {
|
|
56653
56653
|
title: "编码或地址",
|
|
56654
|
-
align: "
|
|
56654
|
+
align: "left",
|
|
56655
56655
|
key: "typeCode",
|
|
56656
56656
|
class: "STRING",
|
|
56657
56657
|
ellipsis: true,
|
|
@@ -56660,7 +56660,7 @@ function (_super) {
|
|
|
56660
56660
|
title: "操作",
|
|
56661
56661
|
key: "operates",
|
|
56662
56662
|
slot: "operates",
|
|
56663
|
-
align: "
|
|
56663
|
+
align: "left",
|
|
56664
56664
|
width: 100
|
|
56665
56665
|
}];
|
|
56666
56666
|
_this.testShow = false;
|
|
@@ -60456,7 +60456,7 @@ function (_super) {
|
|
|
60456
60456
|
}, {
|
|
60457
60457
|
title: "操作",
|
|
60458
60458
|
width: 80,
|
|
60459
|
-
align: "
|
|
60459
|
+
align: "left",
|
|
60460
60460
|
slot: "action"
|
|
60461
60461
|
}];
|
|
60462
60462
|
_this.valueTypeList = [];
|