瀏覽代碼

前:文案

dubch 4 年之前
父節點
當前提交
ede004aeff

+ 2 - 2
src/dashoo.cn/frontend_web/src/components/oilsupplier/businesslist.vue

@@ -4,8 +4,8 @@
       <div slot="header" class="clearfix">
         <span style="font-weight: bold">准入范围<span v-if="needPayAmount > 0 && !['7', '8', '11'].includes(status)" style="font-size: 12px; font-weight: normal; color: red">&nbsp;(需交费:{{needPayAmount}}元)</span></span>
         <span style="margin-left: 600px">
-          准入编码&nbsp;
-          <el-input size="mini" v-model="Code" style="width:10%" clearable placeholder="准入编码"></el-input>
+          准入范围/编码&nbsp;
+          <el-input size="mini" v-model="Code" style="width:10%" clearable placeholder="准入范围/编码"></el-input>
           &nbsp;
           <el-button type="primary" size="mini" @click="handleSearch">查询</el-button>
         </span>

+ 2 - 2
src/dashoo.cn/frontend_web/src/components/oilsupplier/techlist.vue

@@ -4,8 +4,8 @@
       <div slot="header" class="clearfix">
         <span style="font-weight: bold">准入范围<span v-if="needPayAmount > 0 && !['7', '8', '11'].includes(status)" style="font-size: 12px; font-weight: normal; color: red">&nbsp;(需交费:{{needPayAmount}}元)</span></span>
         <span style="margin-left: 600px">
-          准入编码&nbsp;
-          <el-input size="mini" v-model="Code" style="width:10%" placeholder="准入编码"></el-input>
+          准入范围/编码&nbsp;
+          <el-input size="mini" v-model="Code" style="width:10%" placeholder="准入范围/编码"></el-input>
           &nbsp;
           <el-button type="primary" size="mini" @click="handleSearch">查询</el-button>
         </span>