linwenxin пре 7 месеци
родитељ
комит
c29e56b041

+ 2 - 2
src/views/auxiliaryFittings/purchasingManagement/mixins/form_tpl.js

@@ -263,7 +263,7 @@ export default {
             return [
               {
                 columnAttributes: {
-                  label: '辅材',
+                  label: '辅材名称',
                   prop: 'goodsId'
                 },
                 render: (h, { row, column, index }) => {
@@ -490,7 +490,7 @@ export default {
             return [
               {
                 columnAttributes: {
-                  label: '商品代码',
+                  label: '辅材代码',
                   prop: 'goodsCode'
                 }
               }

+ 1 - 1
src/views/setting/insuranceAdministration/sentEmailRecords/sentEmailRecordsForm.vue

@@ -32,7 +32,7 @@
           </el-descriptions-item>
           <el-descriptions-item>
             <template slot="label"> 回执状态 </template>
-            {{ { OK: '成功', NO: '失败' }[info.receiptStatus] }}
+            {{ { YES: '成功', NO: '失败' }[info.receiptStatus] }}
           </el-descriptions-item>
           <el-descriptions-item>
             <template slot="label"> 回执时间 </template>

+ 1 - 1
src/views/setting/role/index.vue

@@ -286,7 +286,7 @@ export default {
       this.$refs.addForm.validate(valid => {
         if (valid) {
           let params = {
-            name: this.addForm.name
+            ...this.addForm
           }
           if (this.addFormType == 'edit') {
             params.adminRoleId = this.editId