Commit 291b895c by wusiyi

fix: 修改流水单号为充值单号

parent 46147b61
...@@ -236,7 +236,7 @@ ...@@ -236,7 +236,7 @@
:value="item.code"></el-option> :value="item.code"></el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item label="流水单号"> <el-form-item label="充值单号">
<el-input <el-input
v-model="offlineSearchForm.billNo" v-model="offlineSearchForm.billNo"
placeholder="请输入流水单号" placeholder="请输入流水单号"
...@@ -335,7 +335,7 @@ ...@@ -335,7 +335,7 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column <el-table-column
label="流水单号" label="充值单号"
prop="billNo" prop="billNo"
header-align="center" header-align="center"
align="center" align="center"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment