apply-clients 4.1.44-weinan → 4.1.45-weinan

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": "apply-clients",
3
- "version": "4.1.44-weinan",
3
+ "version": "4.1.45-weinan",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -135,9 +135,9 @@
135
135
  <th style="white-space: nowrap;">终止原因</th>
136
136
  <th style="white-space: nowrap;">终止时间</th>
137
137
  <th style="white-space: nowrap;">终止人</th>
138
- <th style="white-space: nowrap;">撤销原因</th>
139
- <th style="white-space: nowrap;">撤销时间</th>
140
- <th style="white-space: nowrap;">撤销人</th>
138
+ <th style="white-space: nowrap;">启用原因</th>
139
+ <th style="white-space: nowrap;">启用时间</th>
140
+ <th style="white-space: nowrap;">启用人</th>
141
141
  <th style="white-space: nowrap;">操作</th>
142
142
  </tr>
143
143
  </template>
@@ -189,7 +189,7 @@
189
189
  </button>
190
190
  <ul slot="dropdown-menu" class="dropdown-menu dropdown-menu-right">
191
191
  <li>
192
- <a href="#" @click="$parent.$parent.$parent.click(row)">撤销</a>
192
+ <a href="#" @click="$parent.$parent.$parent.click(row)">重新启用</a>
193
193
  </li>
194
194
  </ul>
195
195
  </dropdown>