From 82af245147f0523e09d1f1f26a800ef5c35087f7 Mon Sep 17 00:00:00 2001 From: wl <173@qq.com> Date: 星期三, 02 十一月 2022 18:22:49 +0800 Subject: [PATCH] 视频巡查 --- src/views/operate/disposal/casepool/escalation/createUser/ill/index.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/operate/disposal/casepool/escalation/createUser/ill/index.vue b/src/views/operate/disposal/casepool/escalation/createUser/ill/index.vue index 786db34..7cc5f93 100644 --- a/src/views/operate/disposal/casepool/escalation/createUser/ill/index.vue +++ b/src/views/operate/disposal/casepool/escalation/createUser/ill/index.vue @@ -48,11 +48,11 @@ </el-select> </el-form-item> <!-- 韬唤璇佹鍙嶉潰鐓х墖 --> - <el-form-item class="optionItems" label="韬唤璇佹鍙嶉潰鐓х墖:" prop="positive"> + <el-form-item class="optionItems" label="韬唤璇佹銆佸弽闈㈢収鐗�:" prop="positive"> <template> <div class="idcard"> <el-upload class="upload-demo" :show-file-list="false" - action="http://42.193.1.25:8082/sccg/file/medias" :headers="getToken()" multiple + action="/sccg/file/medias" :headers="getToken()" multiple :limit="50" :on-success="handleSuccess"> <img v-if="ill.positive === ''" src="https://axure-file.lanhuapp.com/90466432-c999-4bf0-80b8-ee3f96a2099e__15f765432d579a14b8f6591c100d30e3.svg" @@ -61,7 +61,7 @@ <img :src="ill.positive" alt="" class="img" v-else> </el-upload> <el-upload class="upload-demo" :show-file-list="false" - action="http://42.193.1.25:8082/sccg/file/medias" :headers="getToken()" multiple + action="/sccg/file/medias" :headers="getToken()" multiple :limit="50" :on-success="handleSuccess2"> <img v-if="ill.negative === '' " src="https://axure-file.lanhuapp.com/90466432-c999-4bf0-80b8-ee3f96a2099e__15f765432d579a14b8f6591c100d30e3.svg" @@ -90,9 +90,9 @@ </el-form-item> <el-form-item class="optionItems" label="杩濇硶寤鸿闀裤�佸銆侀珮:" prop="buildingLength"> <div class="area"> - <el-input placeholder="鍗曚綅绫�" v-model="ill.buildingLength"></el-input> - <el-input placeholder="鍗曚綅绫�" v-model="ill.buildingWidth"></el-input> - <el-input placeholder="鍗曚綅绫�" v-model="ill.buildingHigh"></el-input> + <el-input placeholder="闀� 鍗曚綅绫�" v-model="ill.buildingLength"></el-input> + <el-input placeholder="瀹� 鍗曚綅绫�" v-model="ill.buildingWidth"></el-input> + <el-input placeholder="楂� 鍗曚綅绫�" v-model="ill.buildingHigh"></el-input> </div> </el-form-item> <el-form-item class="optionItems" label="杩濇硶寤鸿闈㈢Н:" prop="buildingArea"> -- Gitblit v1.8.0