cloud-web-corejs 1.0.54-dev.648 → 1.0.54-dev.649

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,7 +1,7 @@
1
1
  {
2
2
  "name": "cloud-web-corejs",
3
3
  "private": false,
4
- "version": "1.0.54-dev.648",
4
+ "version": "1.0.54-dev.649",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -14,7 +14,7 @@
14
14
  >
15
15
  <div class="cont">
16
16
  <el-form label-width="150px" class="edit-tree-button-group-form">
17
- <el-form-item label="行新增权限名称">
17
+ <el-form-item label="新增按钮唯一名称">
18
18
  <el-input
19
19
  v-model="row.rowAddAuthName"
20
20
  class="all-width"
@@ -35,7 +35,7 @@
35
35
  </el-tooltip>
36
36
  </el-input>
37
37
  </el-form-item>
38
- <el-form-item label="行新增权限编码" v-if="rowAddAuthCode">
38
+ <el-form-item label="新增按钮编码" v-if="rowAddAuthCode">
39
39
  <div class="auth-code-text">
40
40
  <el-tooltip effect="light" content="复制">
41
41
  <a
@@ -54,7 +54,7 @@
54
54
  </el-tooltip>
55
55
  </div>
56
56
  </el-form-item>
57
- <el-form-item label="行编辑权限名称">
57
+ <el-form-item label="新增按钮唯一名称">
58
58
  <el-input
59
59
  v-model="row.rowEditAuthName"
60
60
  class="all-width"
@@ -75,7 +75,7 @@
75
75
  </el-tooltip>
76
76
  </el-input>
77
77
  </el-form-item>
78
- <el-form-item label="行编辑权限编码" v-if="rowEditAuthCode">
78
+ <el-form-item label="编辑按钮编码" v-if="rowEditAuthCode">
79
79
  <div class="auth-code-text">
80
80
  <el-tooltip effect="light" content="复制">
81
81
  <a
@@ -94,7 +94,7 @@
94
94
  </el-tooltip>
95
95
  </div>
96
96
  </el-form-item>
97
- <el-form-item label="行新增显示条件">
97
+ <el-form-item label="新增按钮显隐条件定义">
98
98
  <a
99
99
  href="javascript:void(0);"
100
100
  class="a-link link-oneLind"
@@ -104,7 +104,7 @@
104
104
  <i class="el-icon-edit"></i>
105
105
  </a>
106
106
  </el-form-item>
107
- <el-form-item label="行编辑显示条件">
107
+ <el-form-item label="编辑按钮显隐条件定义">
108
108
  <a
109
109
  href="javascript:void(0);"
110
110
  class="a-link link-oneLind"
@@ -37,7 +37,7 @@
37
37
  </el-select>
38
38
  </template>
39
39
  </el-form-item>
40
- <el-form-item label="菜单按钮权限编码" v-show="showAuthCode">
40
+ <el-form-item label="按钮编码" v-show="showAuthCode">
41
41
  <div style="word-break: break-all">
42
42
  <el-tooltip effect="light" content="复制">
43
43
  <a class="a-link" style="color: unset;" @click="copyAuthCode"><span><i class="el-icon-copy-document" style="margin-right:2px"></i>{{ authCode }}</span></a>