@jx3box/jx3box-common-ui 8.0.9 → 8.0.10

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jx3box/jx3box-common-ui",
3
- "version": "8.0.9",
3
+ "version": "8.0.10",
4
4
  "description": "JX3BOX UI",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -100,7 +100,7 @@
100
100
 
101
101
  <div class="c-admin-extend" v-if="showExtend">
102
102
  <div class="u-condition u-map" v-if="Object.keys(subtypeMap)">
103
- <span class="u-prepend el-input-group__prepend">子类型</span>
103
+ <span class="u-prepend el-input-group__prepend">类型</span>
104
104
  <el-select v-model="post_subtype" filterable placeholder="请选择" clearable>
105
105
  <el-option v-for="(label, value) in subtypeMap" :value="value" :label="label" :key="value">
106
106
  </el-option>