chengxiangling
2025-05-13 7258abd4cd569943496fa6fcf05280077f610257
提交更新
已修改3个文件
已添加1个文件
7 ■■■■■ 文件已修改
.env.development 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
dist.zip 补丁 | 查看 | 原始文档 | blame | 历史
src/views/basicData/gasMaterialUsage/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/mainPlan/platePlan/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.env.development
@@ -10,4 +10,4 @@
# 配合后端服务
# VITE_APP_LOCAL = 'int'
# VITE_APP_LOCAL = 'zhl'
VITE_APP_LOCAL = 'hjy'
VITE_APP_LOCAL = 'sfd'
dist.zip
Binary files differ
src/views/basicData/gasMaterialUsage/index.vue
@@ -2,7 +2,7 @@
  <div class="app-container">
    <el-row :gutter="20">
      <el-col>
        <el-form :model="queryParams" ref="queryRef" :inline="true" v-show="showSearch" label-width="68px">
        <el-form :model="queryParams" ref="queryRef" :inline="true" v-show="showSearch">
          <el-row :gutter="20">
            <el-col :span="6">
              <el-form-item label="料号" prop="itemNumber">
src/views/mainPlan/platePlan/index.vue
@@ -6,7 +6,6 @@
      ref="queryRef"
      :inline="true"
      v-show="showSearch"
      :label-width="locale === 'zh' ? '90px' : '180px'"
      label-position="left"
    >
      <el-row :gutter="20">
@@ -60,7 +59,7 @@
          </el-form-item>
        </el-col>
        <el-col :span="12">
          <el-form-item :label="$t('plan.query.customer')" prop="customer">
          <el-form-item :label-width="locale === 'zh' ? '90px' : '140px'" :label="$t('plan.query.customer')" prop="customer">
            <el-input
              :style="{ width: locale === 'zh' ? '220px' : '240px' }"
              v-model="queryParams.customer"