cloud-web-corejs 1.0.40 → 1.0.41-dev.2

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.40",
4
+ "version": "1.0.41-dev.2",
5
5
  "scripts": {
6
6
  "dev": "vue-cli-service serve",
7
7
  "lint": "eslint --ext .js,.vue src",
@@ -18,7 +18,7 @@
18
18
  <th>
19
19
  <span class="t">
20
20
  <em class="f-red">*</em>
21
- {{ $t1('备注') }}
21
+ {{ $t1('说明内容') }}
22
22
  </span>
23
23
  </th>
24
24
  <td>
@@ -200,7 +200,7 @@
200
200
  </template>
201
201
  <template #zdEn="{row, rowIndex}">
202
202
  <template v-if="!!row.systems || !!row.relationZd">
203
- <div :style="!!row.relationZd ? 'margin-left:20px' : ''">{{ row.zdEn }}}</div>
203
+ <div :style="!!row.relationZd ? 'margin-left:20px' : ''">{{ row.zdEn }}</div>
204
204
  </template>
205
205
  <template v-else>
206
206
  <el-form-item :prop="'szTaZdMbDTOs.' + rowIndex + '.zdEn'"
@@ -160,8 +160,6 @@ export default {
160
160
  return this.checkNode && this.checkNode.data ? this.checkNode.data : {};
161
161
  },
162
162
  logType() {
163
- debugger
164
- let a = 2
165
163
  let checkNodeData = this.checkNode && this.checkNode.data ? this.checkNode.data : {};
166
164
  return checkNodeData.value ?? null
167
165
  }
@@ -294,9 +292,6 @@ export default {
294
292
  this.searchEvent();
295
293
  },
296
294
  handleNodeClick(data, node, v) {
297
- debugger
298
- let a = 1
299
- let b = 3
300
295
  this.checkNode = node;
301
296
  this.formData.startTime = data.all ? null : data.logDate;
302
297
  this.formData.endTime = data.all ? null : data.logDate;