apply-clients 5.0.35-96 → 5.0.35-97

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": "5.0.35-96",
3
+ "version": "5.0.35-97",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -327,12 +327,12 @@
327
327
  }
328
328
  </script>
329
329
  <style>
330
- label {
330
+ /* label {
331
331
  display: flex;
332
332
  justify-content:center;
333
333
  align-items:Center;
334
334
  padding-top: 8px;
335
- }
335
+ }*/
336
336
  tr.title {
337
337
  background-color: #6666ff;
338
338
  }
@@ -1866,7 +1866,7 @@ export default {
1866
1866
  // 获取view层button事件/
1867
1867
  async 'button'(model) {
1868
1868
  console.log("button事件接收参数:", model)
1869
- if (this.data.defname==='踏勘'){
1869
+ if (this.data.defname==='踏勘'||this.data.defname==='施工'||this.data.defname==='施工验收'){
1870
1870
  if (model.button.button_name === '终止'){
1871
1871
  this.stop_show=true
1872
1872
  return