Browse Source

修改

dev_kxc
xzt 1 year ago
parent
commit
c82e9ee085
  1. 7
      jwtech-admin-page/src/views/largeScreen.vue
  2. 5
      jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/index.vue
  3. 1
      jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/components/personAward.vue

7
jwtech-admin-page/src/views/largeScreen.vue

@ -3,7 +3,8 @@
<el-button class="btn" type="text" @click="goIndex" v-loading="status"
>首页</el-button
>
<img src="@/assets/image/largeScreen.png" class="large" />
<!-- <img src="@/assets/image/largeScreen.png" class="large" /> -->
<object class="object" style="border:0px;height:100vh;width:100vw;" type="text/x-scriptlet" data="https://am61t7.axshare.com">
</div>
</template>
<script>
@ -26,7 +27,9 @@ export default {
position: relative;
.btn {
position: absolute;
top: 20px;
// top: 20px;
// left: 20px;
top: 72px;
left: 20px;
width: 200px;
background: #101f48;

5
jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/index.vue

@ -781,6 +781,11 @@ export default {
message: "请输入正确的统一社会信用代码",
trigger: "blur",
},
{
required: true,
message: "请输入统一社会信用代码",
trigger: "blur",
},
],
creditCodeIssuingAuthority: [
{ max: 250, message: "字符长度最大为250", trigger: "blur" },

1
jwtech-admin-page/src/views/marketSupervision/enterpriseInformation/options/components/personAward.vue

@ -387,6 +387,7 @@ export default {
getList() {
this.loading = true;
this.queryParams.data.enterpriseId = this.enterpriseId;
this.queryParams.data.type = "2";
listBehavior(this.queryParams).then((response) => {
// let list = response.records;
// list.forEach((item) => {

Loading…
Cancel
Save