safecheck-client 3.0.33-27 → 3.0.33-28

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": "safecheck-client",
3
3
  "//": "主分支版本别乱升,测试包的版本直接发包(建议使用1.XX.XX-XXX格式作为测试包,不要频繁升级第三位版本号),别提交版本号。切了分支切记把主分支版本升了,保证主分支始终是最高版本!!!!!",
4
- "version": "3.0.33-27",
4
+ "version": "3.0.33-28",
5
5
  "description": "安检模块 前端组件",
6
6
  "author": "丁新 <417755458@qq.com>",
7
7
  "license": "ISC",
@@ -27,7 +27,7 @@
27
27
  v-for="row in checkplan.list.data" @click="selectPlanChange(row)">
28
28
  <table style="width:100%;table-layout:fixed">
29
29
  <tr class="safe-planfont">
30
- <td rowspan="6"><input type="checkbox" style="pointer-events:auto"
30
+ <td rowspan="7"><input type="checkbox" style="pointer-events:auto"
31
31
  v-show="row.plan_count==0 || row.f_issued=='未下发'"
32
32
  onClick="event.cancelBubble = true"
33
33
  :checked="checkplan.check.isChecked(row.f_check_item_id)"
@@ -867,6 +867,7 @@ export default {
867
867
  f_end_time: this.upCheckPlan.f_end_time,
868
868
  f_operetiom_name:this.upCheckPlan.f_operetiom_name,
869
869
  f_update_message:this.upCheckPlan.f_update_message,
870
+ issued: '是' // 修改已下发计划
870
871
  }
871
872
  }, {resolveMsg: null, rejectMsg: null})
872
873
  if (res.data.code == 200) {