safecheck-client 4.0.0-52 → 4.0.0-55
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": "4.0.0-
|
4
|
+
"version": "4.0.0-55",
|
5
5
|
"description": "安检模块 前端组件",
|
6
6
|
"author": "丁新 <417755458@qq.com>",
|
7
7
|
"license": "ISC",
|
@@ -301,17 +301,17 @@
|
|
301
301
|
<p class="panel-title col-xs-5 text-left font"><b>备注:</b></p>
|
302
302
|
<p class="panel-title col-xs-7 text-left input-font">{{ row.f_comments }}</p>
|
303
303
|
</div>
|
304
|
-
<div class="col-xs-12"
|
305
|
-
<button type="button" name="button" class="btn btn-primary"
|
306
|
-
style="background-color:#499edf;float: right"
|
307
|
-
@click="$parent.$parent.$parent.openshowModal(row)"
|
308
|
-
</button
|
304
|
+
<!-- <div class="col-xs-12">-->
|
305
|
+
<!-- <button type="button" name="button" class="btn btn-primary"-->
|
306
|
+
<!-- style="background-color:#499edf;float: right"-->
|
307
|
+
<!-- @click="$parent.$parent.$parent.openshowModal(row)">查看-->
|
308
|
+
<!-- </button>-->
|
309
309
|
<!-- <button type="button" name="button" class="btn btn-primary"-->
|
310
310
|
<!-- style="background-color:#499edf;float: right;margin-right:10px;"-->
|
311
311
|
<!-- @click="$parent.$parent.$parent.openshowModal1(row)">处理-->
|
312
312
|
<!-- </button>-->
|
313
313
|
<!--<button type="button" class="btn btn-default" @click="$parent.$parent.$parent.ceshi">确认2</button>-->
|
314
|
-
</div
|
314
|
+
<!-- </div>-->
|
315
315
|
</div>
|
316
316
|
</div>
|
317
317
|
</div>
|