feat: 代码临时暂存
parent
09c90707be
commit
d8e0b3b651
|
@ -2,7 +2,8 @@
|
||||||
<template>
|
<template>
|
||||||
<view class="content">
|
<view class="content">
|
||||||
<view class="card">
|
<view class="card">
|
||||||
<u-form labelPosition="left" :model="form" :rules="rules" ref="formRef" labelWidth="140px">
|
延时监火的任务转发的页面等待开发中
|
||||||
|
<!-- <u-form labelPosition="left" :model="form" :rules="rules" ref="formRef" labelWidth="140px">
|
||||||
<u-form-item label="接班监火人部门" prop="PYROMANCER" borderBottom required>
|
<u-form-item label="接班监火人部门" prop="PYROMANCER" borderBottom required>
|
||||||
<u-input v-model="form.PYROMANCER" border="none" readonly />
|
<u-input v-model="form.PYROMANCER" border="none" readonly />
|
||||||
<u-icon name="arrow-right"></u-icon>
|
<u-icon name="arrow-right"></u-icon>
|
||||||
|
@ -10,7 +11,7 @@
|
||||||
</u-form>
|
</u-form>
|
||||||
<view class="mt-10">
|
<view class="mt-10">
|
||||||
<u-button type="primary" text="提交" @click="$u.debounce(fnSubmit, 1000, true)" />
|
<u-button type="primary" text="提交" @click="$u.debounce(fnSubmit, 1000, true)" />
|
||||||
</view>
|
</view> -->
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue