明树Git Lab

Commit 54dd88e7 authored by zfp1's avatar zfp1

1

parent 7ffc99c8
Pipeline #104308 passed with stage
in 18 seconds
......@@ -182,7 +182,8 @@
</el-col>
<el-col :span="6">
<el-form-item label="汇率">
<el-input-number v-model="formData.huilv" :min="0" :precision="2" :max="999.99"
<!-- 999.99 [20,4]-->
<el-input-number v-model="formData.huilv" :min="0" :precision="2" :max="9999999999999999.99"
controls-position="right"
/>
</el-form-item>
......
......@@ -2,7 +2,7 @@
<div class="depart-manage" v-loading="loading">
<div class="search-origin">
<div class="origin-title">
<h3>部门列表</h3>
<h3>部门管理</h3>
<!-- <span @click="handleAdd('parent')">+&nbsp; 新增组织</span> -->
</div>
<el-input placeholder="请输入部门名称" clearable>
......@@ -71,7 +71,7 @@
>
<template #enable="{ row }">
<el-tag :type="row.enable === 0 ? 'success' : 'danger'">
{{ row.enable === "0" ? "启用" : "停用" }}
{{ row.enable === 0 ? "启用" : "停用" }}
</el-tag>
</template>
</common-table>
......@@ -145,7 +145,7 @@ const tableColumns = [
{
prop: "departs",
label: "所属部门",
minWidth: 120,
minWidth: 80,
showOverflowTooltip: true,
},
{
......
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