apply-clients 3.1.62 → 3.1.66
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
|
@@ -130,6 +130,7 @@
|
|
|
130
130
|
<!-- <th>-->
|
|
131
131
|
<!-- <nobr><input type="checkbox" v-model="$parent.$parent.$parent.checkAll"/> 全选</nobr>-->
|
|
132
132
|
<!-- </th>-->
|
|
133
|
+
<th></th>
|
|
133
134
|
<th>序号</th>
|
|
134
135
|
<th>流程操作</th>
|
|
135
136
|
<th>报建编号</th>
|
|
@@ -146,7 +147,7 @@
|
|
|
146
147
|
<template partial='body'>
|
|
147
148
|
<tr >
|
|
148
149
|
<td style="text-align: center;white-space:nowrap;">
|
|
149
|
-
<input type="checkbox"
|
|
150
|
+
<input type="checkbox" v-if="row.defname=='回访'" onClick="event.cancelBubble = true" :checked="$parent.$parent.$parent.isChecked(row)" @change="$parent.$parent.$parent.setCheckes(row)" />
|
|
150
151
|
</td>
|
|
151
152
|
<td style="text-align: center;">
|
|
152
153
|
<nobr><font>{{$index+1}}</font></nobr>
|