@jx3box/jx3box-editor 1.2.7 → 1.2.8
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/package.json +1 -1
- package/src/Resource.vue +3 -3
package/package.json
CHANGED
package/src/Resource.vue
CHANGED
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
<div class="c-resource-content" v-loading="loading">
|
|
9
9
|
<div class="m-database-search">
|
|
10
10
|
<el-radio-group class="u-client" v-model="client" @change="search">
|
|
11
|
-
<el-radio-button label="std"
|
|
12
|
-
<el-radio-button label="origin"
|
|
11
|
+
<el-radio-button label="std">重制</el-radio-button>
|
|
12
|
+
<el-radio-button label="origin">缘起</el-radio-button>
|
|
13
13
|
</el-radio-group>
|
|
14
14
|
<el-input class="u-input" placeholder="请输入 ID 或 名称" v-model="query" @change="search" @keyup.enter.native="search">
|
|
15
15
|
<template slot="prepend">ID /名称</template>
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
</span>
|
|
109
109
|
</li>
|
|
110
110
|
|
|
111
|
-
<jx3-item :item_id="o.id"></jx3-item>
|
|
111
|
+
<jx3-item :item_id="o.id" :client="client"></jx3-item>
|
|
112
112
|
</el-popover>
|
|
113
113
|
</ul>
|
|
114
114
|
<el-alert v-if="!item.length && done" title="没有找到相关条目" type="info" show-icon></el-alert>
|