Browse Source

完善预约单

master
yunuo970428 8 months ago
parent
commit
a755a3544e
  1. 4
      yxt-as-ui/src/views/operation/preregistration/preregistrationAdd.vue

4
yxt-as-ui/src/views/operation/preregistration/preregistrationAdd.vue

@ -102,7 +102,7 @@
<el-table-column prop="hours" label="工时数" align="center" />
<el-table-column prop="price" label="销售价" align="center" />
</el-table>
<el-pagination :page.sync="serviceQuery.current" :page-size="serviceQuery.size" layout="total, pager" :total="serviceQuery.total" @pagination="serviceInput"/>
<el-pagination :page.sync="serviceQuery.current" :page-size="serviceQuery.size" layout="total, pager" :total="serviceQuery.total" @@current-change="serviceInput"/>
</div>
<el-input slot="reference" v-model="scope.row.serviceItem" @input="serviceInput(scope.row.serviceItem)" clearable placeholder="项目名称、拼音"/>
</el-popover>
@ -168,7 +168,7 @@ export default {
serviceLoading: false,
serviceQuery: {
current: 1,
size: 2,
size: 5,
total: 0,
params: {
sitemName: '',

Loading…
Cancel
Save