liuyg
2021-08-14 1a78f0768243fd2188f9370bbd27fcb06cfd348f
成立日期改成注册时间  细节样式更改
12 files modified
35 ■■■■■ changed files
src/styles/element-ui.scss 5 ●●●●● patch | view | raw | blame | history
src/views/permit/permit.vue 6 ●●●● patch | view | raw | blame | history
src/views/recordk/recordk.vue 4 ●●●● patch | view | raw | blame | history
src/views/revoke/revoke.vue 4 ●●●● patch | view | raw | blame | history
src/views/securityCompany/armed.vue 2 ●●● patch | view | raw | blame | history
src/views/securityCompany/column.js 2 ●●● patch | view | raw | blame | history
src/views/securityCompany/companyDetails.vue 2 ●●● patch | view | raw | blame | history
src/views/securityCompany/confess.vue 2 ●●● patch | view | raw | blame | history
src/views/securityCompany/security.vue 2 ●●● patch | view | raw | blame | history
src/views/securityCompany/securityCrossRegion.vue 2 ●●● patch | view | raw | blame | history
src/views/securityCompany/train.vue 2 ●●● patch | view | raw | blame | history
src/views/unitPermission/accraditation.vue 2 ●●● patch | view | raw | blame | history
src/styles/element-ui.scss
@@ -582,3 +582,8 @@
    border-bottom: 1px solid rgba($color: #000000, $alpha: 0.1) !important;
  }
}
//
.el-range-editor--mini .el-range-input {
  background-color: transparent !important;
}
src/views/permit/permit.vue
@@ -55,7 +55,7 @@
            :size="size"
            :type="type"
            @click.stop="viewLicense(row)"
            v-if="row.type != '2'"
            v-if="row.type == '0'"
            >打印许可证
          </el-button>
        </template>
@@ -276,7 +276,7 @@
            ],
          },
          {
            label: "成立日期",
            label: "注册时间",
            prop: "establishtime",
            type: "date",
            format: "yyyy-MM-dd",
@@ -284,7 +284,7 @@
            rules: [
              {
                required: true,
                message: "请输入成立日期",
                message: "请输入注册时间",
                trigger: "blur",
              },
            ],
src/views/recordk/recordk.vue
@@ -131,7 +131,7 @@
            ],
          },
          {
            label: "成立日期",
            label: "注册时间",
            prop: "establishtime",
            overHidden: true,
            type: "date",
@@ -140,7 +140,7 @@
            rules: [
              {
                required: true,
                message: "请输入成立日期",
                message: "请输入注册时间",
                trigger: "blur",
              },
            ],
src/views/revoke/revoke.vue
@@ -131,7 +131,7 @@
            ],
          },
          {
            label: "成立日期",
            label: "注册时间",
            prop: "establishtime",
            type: "date",
            format: "yyyy-MM-dd",
@@ -139,7 +139,7 @@
            rules: [
              {
                required: true,
                message: "请输入成立日期",
                message: "请输入注册时间",
                trigger: "blur",
              },
            ],
src/views/securityCompany/armed.vue
@@ -89,7 +89,7 @@
            width: 120,
          },
          {
            label: "成立日期",
            label: "注册时间",
            prop: "establishtime",
            type: "date",
            format: "yyyy-MM-dd",
src/views/securityCompany/column.js
@@ -22,7 +22,7 @@
        width: 95,
    },
    {
        label: "成立日期",
        label: "注册时间",
        prop: "establishtime",
        type: "date",
        format: "yyyy-MM-dd",
src/views/securityCompany/companyDetails.vue
@@ -42,7 +42,7 @@
                <el-row>
                  <el-col span="12">
                    <el-col span="12">
                      <el-form-item label="成立日期">
                      <el-form-item label="注册时间">
                        <el-input
                          disabled="true"
                          v-model="form.establishtime"
src/views/securityCompany/confess.vue
@@ -205,7 +205,7 @@
        //     width: 95,
        //   },
        //   {
        //     label: "成立日期",
        //     label: "注册时间",
        //     prop: "establishtime",
        //     type: "date",
        //     format: "yyyy-MM-dd",
src/views/securityCompany/security.vue
@@ -205,7 +205,7 @@
        //     width: 95,
        //   },
        //   {
        //     label: "成立日期",
        //     label: "注册时间",
        //     prop: "establishtime",
        //     type: "date",
        //     format: "yyyy-MM-dd",
src/views/securityCompany/securityCrossRegion.vue
@@ -205,7 +205,7 @@
        //     width: 95,
        //   },
        //   {
        //     label: "成立日期",
        //     label: "注册时间",
        //     prop: "establishtime",
        //     type: "date",
        //     format: "yyyy-MM-dd",
src/views/securityCompany/train.vue
@@ -194,7 +194,7 @@
            width: 120,
          },
          {
            label: "成立日期",
            label: "注册时间",
            prop: "establishtime",
            type: "date",
            format: "yyyy-MM-dd",
src/views/unitPermission/accraditation.vue
@@ -87,7 +87,7 @@
            width: 120,
          },
          {
            label: "成立日期",
            label: "注册时间",
            prop: "establishtime",
            type: "date",
            format: "yyyy-MM-dd",