safecheck-client 3.0.33-31 → 3.0.33-34
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-
|
4
|
+
"version": "3.0.33-34",
|
5
5
|
"description": "安检模块 前端组件",
|
6
6
|
"author": "丁新 <417755458@qq.com>",
|
7
7
|
"license": "ISC",
|
@@ -197,7 +197,7 @@
|
|
197
197
|
<div class="col-sm-3 form-group">
|
198
198
|
<label class="font_normal_body">开户时间</label>
|
199
199
|
<datepicker
|
200
|
-
:value.sync="
|
200
|
+
:value.sync="model.f_open_date"
|
201
201
|
placeholder='开户时间' style="width:60%"
|
202
202
|
:disabled-days-of-week="[]"
|
203
203
|
:format="'yyyy-MM-dd'"
|
@@ -160,7 +160,7 @@
|
|
160
160
|
close-on-select
|
161
161
|
@change="changdeal" @click="transelation(idxs)"></v-select>
|
162
162
|
</div>
|
163
|
-
<div v-if="row.f_deal_dispose == '自行处理' || row.f_deal_dispose == '限时整改'" style="display: flex;flex-wrap: wrap">
|
163
|
+
<div v-if="(row.f_deal_dispose == '自行处理' || row.f_deal_dispose == '限时整改') && row.f_is_defect != '' " style="display: flex;flex-wrap: wrap">
|
164
164
|
<label class="fivelabel">处理时效:</label>
|
165
165
|
<!-- <datepicker-->
|
166
166
|
<!-- :value.sync="row.f_handle_date"-->
|
@@ -522,7 +522,7 @@ export default {
|
|
522
522
|
checker_name:'',
|
523
523
|
defectType:[],
|
524
524
|
defectLeave:'',
|
525
|
-
defectLeaveList:[{label:'全部',value:''},{label:'
|
525
|
+
defectLeaveList:[{label:'全部',value:''},{label:'重大',value:'重大'},{label:'一般',value:'一般'}],
|
526
526
|
repaired:[{label: '全部', value: ''},{label: '未完成', value: '未完成'}, {label: '已完成', value: '已完成'}],
|
527
527
|
deals:[{label: '全部', value: ''},{label: '未处理', value: '未处理'}, {label: '已处理', value: '已处理'}],
|
528
528
|
f: this.$login.f,
|