loulijun2021
2022-10-07 49b1409c6886034321042f9e7e19d119f1fe3901
src/views/xtsz/bmgz.vue
@@ -5,12 +5,12 @@
        <el-form
          ref="form"
          :model="form"
          label-width="80px"
          label-width="100px"
          inline
          style="display: flex;justify-content: space-between"
        >
          <div class="elForm">
            <el-form-item label="编码名称" style=" display: flex;">
          <div class="elForm" style="justify-content: flex-start">
            <el-form-item label="编码名称" label-width="70px" style=" display: flex;">
              <el-input v-model="form.rightname" placeholder="请输入" style="width: 200px" />
            </el-form-item>
            <el-form-item label="固定字符" style=" display: flex;">
@@ -33,6 +33,9 @@
            <el-button type="info" icon="el-icon-refresh" @click="reset">重置</el-button>
          </div>
        </el-form>
        <div
          class="bodyTopFormExpand"
        />
      </div>
      <div style="margin-left: 10px;display: flex">
@@ -75,6 +78,11 @@
            sortable="custom"
          />
          <el-table-column
            prop="Type"
            label="类型"
            sortable="custom"
          />
          <el-table-column
            prop="prefix"
            label="固定字符"
            sortable="custom"