瀏覽代碼

项目长期待摊和工资页面调整

ljb 10 月之前
父節點
當前提交
a365826202

+ 1 - 1
src/option/projectManage/zjfyycqdtfyCost.js

@@ -18,7 +18,7 @@ export default {
   column: [
     {
       label: '资产名称',
-      prop: 'zcbm',
+      prop: 'assetId',
       type: 'select',
       filterable: true,
       minWidth: 140,

+ 1 - 1
src/views/yf-cost-manage/basic-data-setting/month-salary-list.vue

@@ -47,7 +47,7 @@
         </el-button>
         <print-table-btn @click="printTable" />
         <div>
-          <year-month-select v-model="params.yearAndMonth"></year-month-select>
+          <year-month-select v-model="params.yearAndMonth" :showAllYear="false"></year-month-select>
         </div>
       </template>