|
|
@@ -60,6 +60,9 @@
|
|
|
</view>
|
|
|
</picker>
|
|
|
<!-- 数据选择器 -->
|
|
|
+ <uni-data-checkbox v-else-if="'4' == elem.type" v-model="elem.defaultValue"
|
|
|
+ :localdata="formatCheckbox(elem)"
|
|
|
+ @change="changeDataSingleCheckBox($event,elem)"></uni-data-checkbox>
|
|
|
<uni-data-checkbox v-else-if="'5' == elem.type" multiple v-model="elem.defaultValue"
|
|
|
:localdata="formatCheckbox(elem)"
|
|
|
@change="changeDataCheckBox($event,elem)"></uni-data-checkbox>
|
|
|
@@ -560,6 +563,10 @@
|
|
|
elem['checkBox'] = e.detail.value.join(",")
|
|
|
// console.log(e)
|
|
|
}
|
|
|
+ //单选框切换事件
|
|
|
+ function changeDataSingleCheckBox(){
|
|
|
+
|
|
|
+ }
|
|
|
|
|
|
const timeRangeItems = ref([
|
|
|
['开始时间', '结束时间', '多少小时'],
|
|
|
@@ -1245,6 +1252,11 @@
|
|
|
|
|
|
.process_detail_container {
|
|
|
position: relative;
|
|
|
+ ::v-deep uni-card{
|
|
|
+ .uni-card{
|
|
|
+ padding: 0 8px !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
|
|
|
.repeating_table {
|
|
|
|